paritytech/substrate-connect

Secure key storage

ryanleecode opened this issue · 2 comments

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.

Going to fork this and make some modifications https://github.com/sushinpv/react-secure-storage/tree/master

Wondering why we chose salsa instead of chacha. noble hashes says chacha is the best

Image