SrsSec / SrsPass-pwa

A secure deterministic password generator with properties resulting in a statelessly capable password manager
https://app.srspass.com
GNU Affero General Public License v3.0
5 stars 1 forks source link

chore: consider utilizing libsodium for crypto #11

Open D-Nice opened 3 years ago

D-Nice commented 3 years ago

Consider whether this may be a more secure alternative to either node's native crypto module or argon2-browser

D-Nice commented 3 years ago

https://www.npmjs.com/package/sodium-universal seems to have good potential