Skip to content

simple cmd line password generator/manager written in go [touch,grep,del]

Notifications You must be signed in to change notification settings

jlmodell/go-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]"

About

simple cmd line password generator/manager written in go [touch,grep,del]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages