generating random passwords

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Wed Jun 11 09:38:40 UTC 2008


>
> Excuse me my ignorance. Is there a utility in FreeBSD that would allow me to 
> generate random passwords without actually creating any accounts or modifying

example:

[wojtek at wojtek ~]$ cat bin/genpwd
#!/bin/sh
dd if=/dev/urandom bs=8 count=1 2>/dev/null |hexdump|cut -b 9-12,14-17,19-22,24-27


More information about the freebsd-questions mailing list