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:

[EMAIL PROTECTED] ~]$ 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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to