Live data from Hacker News

SQLCipher – Full Database Encryption for SQLite

zetetic.net

1–10 of 23 posts

Re: SQLCipher – Full Database Encryption for SQLite

#5
post #3

I much prefer Realm over SQLite. The interface is just so much nicer (just objects, no more SQL, yeah!) and encryption is build in from the get go.

Main benefit with SQLite is wide compatibility. If you want to use objects there are plenty of ORM solutions available which work with SQLite while not breaking generic file & SQL compatibility.

Re: SQLCipher – Full Database Encryption for SQLite

#6

The SQLite Encryption Extension is another encryption library for SQLite (under a commercial license): http://www.hwaci.com/sw/sqlite/see.html It's created by the authors of SQLite, so purchasing it helps support the public domain SQLite project.

Does it authenticate encrypted data?
Post reply on HN