"Test1234, null); vgpdb.execSQL("ATTACH DATABASE '/mnt/sdcard/Empty.sqlite' AS plaintext KEY '';"); vgpdb.execSQL("SELECT sqlcipher_export('plaintext');"); vgpdb.execSQL("DETACH DATABASE plaintext;"); vgpdb.clos
Is the sqlcipher_export function supposed to copy the user_version pragma between plain and encrypted databases? It gets stripped for some reason when I do encryption/decryption.. As far as I remember it was working in the beginning of my tests, that why I am asking what is the expected ...
Then get errors: Destroy bad SQLite database because of [Error : 0 : [query:SELECT sqlcipher_export('encrypted')] to database "/go-telegram/accounts-data/89166459517/tdlib-db/db.sqlite" failed: no such function: sqlcipher_export] If I remove grom from project, then error disappears Or if...
I compiled sqlcipher and it worked like a charm. However, when trying to migrate SQLcipher 2.x DBs to 3.x using either PRAGMA CIPHER_MIGRATE (though it returns 0) or sqlcipher_export, the news DBs cannot be opened by SQLcipher in my apps...
https://stackoverflow.com/questions/55446420/issue-in-installing-pysqlcipher3 And when I execute sigexport.py I get the below error: (base) PS C:\Users<USER>\Documents\projects\signal-export> python sigexport.py output_folder Traceback (most recent call last): File "sigexport.py", line ...