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

refactor: replace full crypto dependency with aes-gcm browser equivalent #43

Open D-Nice opened 3 years ago

D-Nice commented 3 years ago

This might lower bundle size and bloat... as right now it imports the kitchen sink and much unused code... and much seems left even after tree shaking, such as asn1, elliptic crypto etc...

D-Nice commented 3 years ago

dupe https://github.com/SrsSec/SrsPass-pwa/issues/11