Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'you get the same thing with' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
you get the same thing with
Authored by: Lectrick on Sep 06, '05 12:58:22AM

jot -r -c 200 33 122 | sed 's/[^[:alnum:]]//' | rs -g 0 12 | head

just sayin'

(this was originally posted in a deeper thread but I felt it deserved a bit more attention as it not only does the same job but uses the high-quality OS X pseudo random number generator underneath)

---
In /dev/null, no one can hear you scream



[ Reply to This | # ]
sed...meh
Authored by: ra5ul on Dec 03, '05 11:33:34PM

jot -rc 24 48 123 | grep -m12 \\w | rs -yg 0 12
generates a good password.

[ Reply to This | # ]