Settings

Theme

Show HN: Passlane - A password manager CLI and webapp

passlanevault.com

2 points by anssip 3 years ago · 2 comments

Reader

anssipOP 3 years ago

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.

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!

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection