Changing the key to the current site name
The site name is the only factor in the decrypting process. Data is inaccessible unless you change the key to the current site name in a shell. To change the key in a shell, run these commands in this order:
-
sqlite3 XXX.smatdb
-
PRAGMA KEY = ‘wrong key (2nd site name?)’
-
PRAGMA REKEY = ‘correct key (1st site name?)’
-
.quit