Password generator
Find a file
2025-09-19 09:39:13 +02:00
LICENSE Initial commit 2018-03-06 11:13:59 +01:00
Makefile checkin 2018-03-06 11:18:15 +01:00
pwgen.c use arc4random 2025-09-19 09:39:13 +02:00
README.md checkin 2018-03-06 11:18:15 +01:00

pwgen

simple command line password generator

To use type

pwgen

abd you will get a random 8 symbol password

if you type

pwgen {n}

you get a password of n characters length.

pwgen does not use zero or 'o' or '1' and 'L' to avoid difficult visual representation in certain fonts. Also Y and Z are not used to allow the password to be typed the same way on a US keyboard as well as on a German keyboard (who has Y and Z swapped).