DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Generate 20 Random Passwords
< /dev/urandom tr -cd '[:print:]' | fold -w 15 | head -n 20






Comments
Snippets Manager replied on Mon, 2006/10/09 - 8:04pm