Skip to content
/ genpass Public

Simple tools to create passwords and phrases

License

Notifications You must be signed in to change notification settings

wgfm/genpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genpass

Requirements: Python, Unix-like system

Installation

  • Clone the repository
  • Symlink the executables to a directory in your PATH (such as ~/bin)

Usage

# To create a random password of length 32 (default)
genpass

# To create a random password of length 64
genpass 64


# To create a random passphrase of 4 words (default)
genphrase

# To create a random passphrase of 6 words
genphrase 6

About

Simple tools to create passwords and phrases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages