better-sqlite3-multiple-ciphers icon indicating copy to clipboard operation
better-sqlite3-multiple-ciphers copied to clipboard

better-sqlite3 with multiple-cipher encryption support 🔒

Results 2 better-sqlite3-multiple-ciphers issues
Sort by recently updated
recently updated
newest added

Following along the info stated in the readme file to a create a legacy SQLCipher encrypted DB that can be opened in SQLIte Browser. Running this code: ``` import Database...

documentation 📃
solved ✔

We've read at that PRAGMA `key` accepts a "64 character hex string". How might we write this with pure JavaScript? Is there a way to do `db.pragma('key', Buffer.from('something-with-quotes').toString('hex'))` and pad...

waiting-author-response ⏳
needs-debugging 🪲