Skip to content

sqlite3 encrypt API #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
denji opened this issue Feb 10, 2015 · 1 comment
Closed

sqlite3 encrypt API #172

denji opened this issue Feb 10, 2015 · 1 comment

Comments

@denji
Copy link

denji commented Feb 10, 2015

SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

Features

  • Fast performance with as little as 5-15% overhead for encryption on many operations
  • 100% of data in the database file is encrypted
  • Good security practices (CBC mode, key derivation)
  • Zero-configuration and application level cryptography
  • Algorithms provided by the peer reviewed OpenSSL crypto library.
  • Configurable crypto providers
@mattn
Copy link
Owner

mattn commented Feb 24, 2015

go-sqlite3 can load extensions.

https://github.com/mattn/go-sqlite3/blob/master/_example/mod_vtable/extension.go#L12-L16

I'm thinking the extension should be possible to load with same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants