You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message:
sqlite> .open nt_msg.clean.db
sqlite> pragma key = "################"; pragma kdf_iter = "4000";
ok
sqlite> attach database "nt_msg.db" as plaintext key ""; Select sqlcipher_export("plaintext"); Detach database plaintext;
Parse error: file is not a database (26)
sqlite>
When trying with DB Browser SQLCipher, the settings kept are shown in the image below.
This is also not working to open nt_msg.db even after cleaning it by removing 1024 characters.
The text was updated successfully, but these errors were encountered:
The error message:
sqlite> .open nt_msg.clean.db
sqlite> pragma key = "################"; pragma kdf_iter = "4000";
ok
sqlite> attach database "nt_msg.db" as plaintext key ""; Select sqlcipher_export("plaintext"); Detach database plaintext;
Parse error: file is not a database (26)
sqlite>
When trying with DB Browser SQLCipher, the settings kept are shown in the image below.
This is also not working to open nt_msg.db even after cleaning it by removing 1024 characters.
The text was updated successfully, but these errors were encountered: