See
Last active
May 1, 2019 20:24
-
-
Save coolaj86/4904b0b471be660c6881 to your computer and use it in GitHub Desktop.
Encrypted Full-Text Search with SQLite (SQLCipher) in Node.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HI. i have install the sqlcipher on my mac. and then i have try to create a Encrypted database .But it only work with sqlcipher command line (open/select ...). it can not open by sqlitebrowse (https://github.com/sqlitebrowser/sqlitebrowser/releases) . if i not set "PRAGMA KEY" ,it can open. what's wrong ?
Thanks