Burrow is a Go CLI tool for managing your passwords.
It uses the filesystem to store your passwords in an organized way.
You only need to remember one password to unlock all your other passwords.
Caution
THIS IS PROBABLY NOT ACTUALLY SECURE.
I AM NOT A SECURITY EXPERT AND THIS IS JUST A FUN PROJECT.
USE AT YOUR OWN RISK.
- Store passwords encrypted on your filesystem
- Generate secure passwords
go get github.com/JLannoo/burrow
burrow [command]
init
- Initialize the password store. This will create a new directory in your home directory called.burrow
add
- Add a new passwordgenerate
- Generate a new passwordlist
orls
- List all the passwords in the storeget
- Get a passwordremove
orrm
- Remove a passwordupdate
- Update a password