Skip to content

Password generator. Generates passwords by mixing a secret and a passphrase.

License

Notifications You must be signed in to change notification settings

tory1103/passmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASSMX - Password mixer

Passmx is a password generator that mixes a secret and a passphrase to generate it. It's NOT a password manager or password store, it's just a password generator.

Features

  • Password generation
  • Custom password length
  • Verbose output

Documentation

Usage

# Show usage menu
./passmx -h

# Generate a password of 25 character length
# The passphrase can be any string,
# but its highly recommended to use some easy to remember phrase like shown below
./passmx -s "mysecretkey" \
         -p "i registered in google.com with [email protected]" \
         -l 25 -v

# This example shows that you can use any string to generate passwords
./passmx -s "mysecretkey" \
         -p "__01234//5\\6789__" \
         -l 8 -v

About

Password generator. Generates passwords by mixing a secret and a passphrase.

Topics

Resources

License

Stars

Watchers

Forks