I wrote a similar tool for password management within a team https://github.com/ketralnis/secrets It’s client-server and has different goals but I’m happy to see people working in this space :)
$ napa open /tmp/database.napa
Enter the passphrase:
> show example.com
url: https://example.com
username: atoponce
password: q8NTOXCI5xMI42sRbMsHBpC0p
> gen example.com
Password for example.com already exists. Overwrite it? [y/N] y
Password for example.com overwritten.
> show example.com
url: https://example.com
username: atoponce
password: ThCyk60n8zyf5uzE4oqJefRQ9
I wrote a similar tool for password management within a team https://github.com/ketralnis/secrets It’s client-server and has different goals but I’m happy to see people working in this space :)
Just the other day I was thinking about making a CLI password manager that utilises a mnemonic seed ala BIP39 or Electrum.
This looks really good from what I’m reading, especially the use of modern crypto like XChaCha20-Poly1305!
Does it support history ?
It doesn’t appear so:
Oh, thanks for checking. History would be nice to have though.
Definitely.