-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to encrypt database ? #56
Comments
Let me forward all your credits to modernc.org/sqlite, since this repo is just a fork with minimal changes: modernc.org/sqlite consists of:
glebarez/go-sqlite: Now, back to your question, I am assuming you mean translating some encryption-enabled fork of SQLite (e.g. https://github.com/sqlcipher/sqlcipher) into Go ? |
Thanks for ur reply. Let me come back to this issue later. I'm new to sqlite3, I might need to dig in a little bit. |
Thanks for ur amazing work on https://github.com/glebarez/go-sqlite, which is VERY great project.
BTW, is there any possible way to encrypt database without relying on
CGO
?The text was updated successfully, but these errors were encountered: