Changing an incorrect key
To correct an incorrect key in .smatdb, run these commands:
-
sqlite3 this.smatdb
-
PRAGMA KEY = ‘wrong key (2nd site name?)’
-
PRAGMA REKEY = ‘correct key (1st site name?)’
-
.quit