This repository is no longer actively maintained. It has been archived for historical purposes and is provided as-is, without any warranty or support.
Simple password storage implemented with AES encryption.
Current implementation has only command line interface. As storage it uses a local file ~/.dat2
.
go run main.go -h
-a add new account with random password
-ac add new username:password
-d delete password for account
-g copy to clip board password for account
-i interactive mode
-l list of stored accounts
-v version