Welcome to the new SimonCook.org design!

Daily Archives: February 17, 2010

Pulling random data from /dev/random

This is a shell script that will pull 5 random characters from /dev/random and print them out to standard output. It was created as the input component for a random password generator that I am currently writing. Note on using /dev/random: as usual, using this source for entropy will give you pure randomness, though due [...]

Categorised as Programming and tagged as , , , , , , . | Leave a comment