Secure key storage
ryanleecode opened this issue · 2 comments
ryanleecode commented
Create a wrapper around localStorage where items to the storage are encrypted using an encryption algorithm from nobie ciphers and the password is encrypted using scrypt. The proposal cipher is salsa.
ryanleecode commented
Going to fork this and make some modifications https://github.com/sushinpv/react-secure-storage/tree/master
ryanleecode commented