Skip to content

tizor98/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genpass

This is a CLI project develop in Golang primary for personal use.

It manages and creates passwords locally. You can optionally set up users to store those passwords.

If you use users, all information is store in a local sqlite3 database under $HOME/.genpass folder.

Genpass by default encrypts the generated passwords and the entities for which the passwords are generated with the user password. Which in turn is saved in a hash form in a local database.

This projects is develop using the Cobra library. For more information visit https://github.com/spf13/cobra.

To start first install the CLI app using:

go install github.com/tizor98/genpass

And execute

genpass

or

genpass help new

To get started.

About

CLI tool to generate and manage passwords locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages