Hey Nostr! I am excited to share the second version of my password manager project! I will share the UI here and you can test it here: https://fabricio333.github.io/PasswordManagerWeb/

It basically generates deterministically different password for different sites and for different user or emails, there is a nonce counter for password changes and BIP39 for the private key backup and recovery.

Getting Started

BIP39 Mnemonic Key Recovery

When Creating a password you are prompted a user and a site url and you can update the nonce for the site if you need to change the password

Optionally you can encrypt the private key and the nonces/sites data to access them faster later in the getting started screen

Here you create and back up a random seedphrase

Here you decrypt the local stored data:

Reply to this note

Please Login to reply.

Discussion

Pretty cool sir! I would use it if it was not javascript, as I think browsers are generally insecure. A nice native mobile app would be super useful for many I think

hey Fren! thanks to OpenAI's Codex I was able to do a real apk version of this! in the upcoming days I will be sharing the code and the app