secure-ls
secure-ls copied to clipboard
Security issue.
https://github.com/softvar/secure-ls/blob/b318562e3dc5726ae8c3295883a302e7bbca2796/src/utils.js#L69
Why in god's name is it necessary to store the encryptionSecret unencrypted?
Users can encode it and use accordingly.
But I like your point of encrypting it before saving it as meta info in localStorage.
Thanks for pointing this out. Will look into it.
Mentioned in #13
@jas- Could you review my PR as well to make sure I addressed everything?