zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

New Implementation is ready #260

Closed BenjaminHae closed 3 years ago

BenjaminHae commented 3 years ago

The new implementation is ready. The github repo is BenjaminHae/modern-password-manager.

The most important feature is the possibility to use WebAuthN (biometrics) for sign in. Furthermore, encryption keys are completely handeled by the WebCrypto API in a way that prevents extraction even if someone gets to execute javascript in the context of the application.

zeruniverse commented 3 years ago

Added referral to README