Skip to content

cblach/kii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password manager written in go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages