-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Is it possible to encrypt localStorage? #21
Comments
Right now, no. But I was able to easily create a new Storage that encrypt data. I will publish it when I finish to rewrite the serialization feature of the lib (I'm not that far), except if you urgently need the encryption storage, In which case I can publish it separately. |
That's ok, It's not urgent. I'm using encryptjs right now before storing/reading. I'm really enjoying using svelte-persistent-store. Works well with all the browser storage options and it's cool to have this in one package with very easy syntax. |
Here the new encryption storage: https://github.com/MacFJA/svelte-persistent-store/blob/update/.docs/Examples/04-Encrypted-Storage.md It will be added in a few day when the PR #22 is merged The version will probably bump to |
thanks.
The text was updated successfully, but these errors were encountered: