Skip to content

Instantly share code, notes, and snippets.

@coolaj86
Last active May 1, 2019 20:24
Show Gist options
  • Select an option

  • Save coolaj86/4904b0b471be660c6881 to your computer and use it in GitHub Desktop.

Select an option

Save coolaj86/4904b0b471be660c6881 to your computer and use it in GitHub Desktop.
Encrypted Full-Text Search with SQLite (SQLCipher) in Node.js
@liufsd
Copy link
Copy Markdown

liufsd commented May 4, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment