NAME

rndpassword - a command-line frontend to Data::SimplePassword

SYNOPSIS

rndpassword [-h] [-t <type>] [-n <length>]

Options:
   -h  show usage
   -t  set charactor type
   -n  set length (default: 8 byte)

Types:
   default  0xaVbi3O2Lz8E69s
   base64   PC2gb5/8+fBDuw+d
   simple   xek4imbjcmctsxd3
   digit    7563919623282657
   binary   1001011110000101
   morse    -.--...-.--.-..-

Examples:
   shell> rndpassword
   shell> rndpassword -n 12
   shell> rndpassword -t digit -n 32
   shell> rndpassword -t binary -n 1024

DEPENDENCY

Data::SimplePassword