Categorygithub.com/cblach/kii
repositorypackage
0.0.0-20230429141755-d4c841d956a4
Repository: https://github.com/cblach/kii.git
Documentation: pkg.go.dev

# README

kii

Command-line password manager written in go using AES-256 to store passwords. It relies heavily on scrypt for key verification and encryption keys.

Basic command examples:

$ kii genfile
$ kii set google
$ kii get google
$ kii list
Common flags:
-f PATH         Set the path of the database file. Default is ~/kii.json.

Flags for "kii set":
-u USERNAME     Store username
-l NUMBER       Set a password length
-url            Store the login url
-nosymbols      Only allows letters and numbers in generated passwords