I 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.<p>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.<p>The passwords are stored AES 256 encrypted, and only decrypted in the client using your master password. The master password is never sent online.<p>The CLI is an open source in Github. It's written in Rust: <a href="https://github.com/anssip/passlane" rel="nofollow">https://github.com/anssip/passlane</a><p>Let me know what you think!