Closed denji closed 9 years ago
I'm aware of sqlcipher. I wanted to implement authenticated encryption using Go packages, so that's what my API is aimed at. Performance is likely to be worse due to Go -> C -> Go call overhead, but I haven't compared it with sqlcipher.
SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.
Features