m4heshd / better-sqlite3-multiple-ciphers

better-sqlite3 with multiple-cipher encryption support 🔒
MIT License
137 stars 27 forks source link

Can you elaborate on default cipher? #67

Closed titanism closed 10 months ago

titanism commented 10 months ago

Can you elaborate more on the default encryption used with this library? This might be useful to add to the docs, or add a complete list of all the encryption methods supported and their pros/cons.

titanism commented 10 months ago

Judging from the docs here https://github.com/utelle/wxsqlite3#wxsqlite3---a-lightweight-wrapper-for-sqlite it looks like sqleet (ChaCha20 - Poly1305 HMAC) is the default.

Screen Shot 2023-10-19 at 10 24 28 PM
titanism commented 10 months ago

References: