go-pass
simple cmd line password generator/manager written in go [touch,grep,del]
build:
| go build .
| go build -o "something" .
commands:
| touch "key::string" (optional: "password::string") --length::int, -l::int
| grep "key::string"
| del "key::string"
(windows) stores master key at c:\temp\go-pass\.skf
(linux) TODO
(mac) TODO
master key is used to encrypt and decrypt your passwords and each key is stored as "\.[key]"