Show HN: Passlane - A password manager CLI and webapp
passlanevault.comI originally wrote the CLI to learn Rust. It became a functional CLI tool for generating and managing passwords. Once I had the CLI working and usable, I wanted to have the passwords available also on my phone and on my iPad and I ended up creating an online vault with a web UI and an API.
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!