Hello Masrur,
To verify the environment is correct, can you execute "PRAGMA cipher_version;" once you launch the SQLCipher command line shell and provide the output? Thanks
--
You received this message because you are subscribed to the Google Groups "SQLCipher Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlcipher+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nick Parker
Hello Masrur,
You will need to perform the attach to another file, not the existing plain text database if you are trying to perform an export to an encrypted database. You can of course delete the original plain text file and rename the encrypted after the export completes. Please take a look at example 1 for the sqlcipher_export documentation here [1].
[1] https://www.zetetic.net/sqlcipher/sqlcipher-api/#sqlcipher_export
You received this message because you are subscribed to the Google Groups
"SQLCipher Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to sqlcipher+...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.
Nick Parker
--
You received this message because you are subscribed to the Google Groups "SQLCipher Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sqlcipher+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Nick Parker