Hacker News new | ask | show | jobs
by klankbrouwerij 1514 days ago
SQLCipher [1] seems to be missing from the list. It is a SQLite extension that encrypts/decrypts a SQLite database on the fly. Works quite well in my experience.

[1] https://www.zetetic.net/sqlcipher/

2 comments

Also SEE (SQLite Encryption Edition) from the SQLite developers - a flat fee for a perpetual license. I bought it 13 years ago for HashBackup, works great, never had a problem.

https://sqlite.org/com/see.html

Commercial edition is 3 to 4 times faster? So the free community edition is a crippleware ...