avegner / passwd_manager

CLI Password Manager written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Manager

It's a CLI password manager. The following operations are supported:

  • list all labels associated with passwords
  • add / update password
  • remove existing password
  • show password for the given label
  • update encryption key

Each operation requires input of the encryption key currently used.

TODO

Password DB is stored locally.
There are plans to use cloud for passwords storage.

About

CLI Password Manager written in Go

License:MIT License


Languages

Language:Go 100.0%