Friday, November 13, 2009

Generate random password in Linux

cat /dev/urandom | tr -d -c 'a-zA-Z0-9' | fold -w 8 | head -1

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.