sql.js
sql.js copied to clipboard
Support Sqlite cipher
I want to know that sql.js can support sqlite cipher 3 or 4? I didn't see any comment about it. Thanks
You can use the source code in this repository to compile sqlite with extensions, but this is not offcially supported by us.
Thank for your reply, I have some encrypted sqlite db under cipher 3, is there any way to open it on web browser by sql.js?
You can either decrypt them first, and then serve the clear versions to the clients, or compile a custom build of sql.js.