Fabricio on Nostr: Hey Nostr! I am excited to share the second version of my password manager project! I ...
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:
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:
