Show HN: Passlane - A password manager CLI and webapp(passlanevault.com) |
Show HN: Passlane - A password manager CLI and webapp(passlanevault.com) |
The CLI can now use the online vault API for storing/retrieving the password data. There is also a webapp that you can use to access the passwords using a web browser - I use that on my phone.
The passwords are stored AES 256 encrypted, and only decrypted in the client using your master password. The master password is never sent online.
The CLI is an open source in Github. It's written in Rust: https://github.com/anssip/passlane
Let me know what you think!