| JOTPASS(1) | General Commands Manual | JOTPASS(1) | 
jotpass — Print
    readable random passwords
jotpass | 
    [-v] [-a
      alphabet] [-g
      groups] [-w
      width] [-s
      separator] | 
  
The jotpass utility facilitates generating
    random passwords suitable for handwriting.
The options are as follows:
-vjotpass to print the
      entropy of the generated password to standard error.-a
    alphabet-g
    groups-w
    width-s
    separatorThe jotpass utility exits 0 on
    success, and >0 if an error occurs.
Print a random password:
$ jotpass P6ji-4pRZ-Ze7m-q7Bp-Vpye-HCjr-hygF-6TwQ-oRJT-yx6p-SyMB-AwUm
Specify a custom format:
$ jotpass -a 0123456789abcdef -g 8 -w 2 -s ' ' -v 49 1b 6e b0 e2 fc 16 b1 The generated password has an entropy of 64 bits.
Stefan Kreutz <mail@skreutz.com>
| October 12, 2021 | OpenBSD 7.0 |