-
Notifications
You must be signed in to change notification settings - Fork 575
Closed
Description
Expected Behavior
Actual Behavior
Steps to Reproduce
SQLCipher version (can be identified by executing PRAGMA cipher_version;):
SQLCipher version 3.25.2 2018-09-25 19:08:10
SQLCipher for Android version:
3.5.9
Note: If you are not posting a specific issue for the SQLCipher library, please consider posting your question to the SQLCipher discuss site. Thanks!
PRAGMA cipher_default_kdf_iter = 1;
PRAGMA cipher_default_page_size = 4096;
//PRAGMA key ="x'fa2abf101a458d0be506e366bfa2d7a9dfe17e8c90d81e5a671eb3f4ed916cd9'";
PRAGMA key ="fa2abf101a458d0be506e366bfa2d7a9dfe17e8c90d81e5a671eb3f4ed916cd9";
//PRAGMA cipher_use_hmac = off;
PRAGMA kdf_iter = '1';
PRAGMA cipher_page_size = 4096;
ATTACH DATABASE 'plaintext.db' AS plaintext KEY "";
SELECT sqlcipher_export('plaintext');
DETACH DATABASE plaintext;
Metadata
Metadata
Assignees
Labels
No labels