UnixSage

GenPass

  This program comes with ABSOLUTELY NO WARRANTY!
  This is free software, and you are welcome to redistribute it
  under certain conditions; http://www.gnu.org/licenses/gpl.txt

  Usage: genpass.py [OPTIONS]
     -l length of password
     -c number of passwords to generate

     Character Sets
        -h hex only (0-9,a-f)
        -H HEX only (0-9,A-F)
        -A Upper case Letters (A-Z)
        -a Lower case Letters (a-z)
        -9 Digits (0-9)
        -p punction !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
        -P Add Punction to default set

     Display Options
        -v Verbose
        -I ITU Phonetics

  Defaults to one 8 char password containing a-z,A-Z,0-9

Download