in reply to Re: Re: String randomness
in thread String randomness

/dev/random and friends are useful for seeding PRNGs, not necessarily useful for all your random number needs (they tend to run out rather quickly: try generating a key of some size with GPG, and spending half an hour tapping the ctrl key to give it sufficient randomness). If you want reasonably strong (unguessable) randomness, without waiting for the OS entropy pool to fill up, you'll need to consider which PRNG you're using.

And for that, I refer you to chapter 16 of Bruce Schneier's Applied Cryptography.

--
F o x t r o t U n i f o r m
Found a typo in this node? /msg me
The hell with paco, vote for Erudil!