in reply to Generating random characters for a salt.

If you are on a UNIX flavor system give it a try reading /dev/random it is always generating random sequences (deterministic random okay but is really useful if you do not need quantum random)
  • Comment on Re: Generating random characters for a salt.

Replies are listed 'Best First'.
Re^2: Generating random characters for a salt.
by Cap'n Steve (Friar) on Aug 31, 2007 at 06:23 UTC
    I thought about that, but I'd like to keep it as cross-platform as possible. I know nul on Windows is the equivalent of /dev/null, but is there a random equivalent?
      No, there's no such device on Windows.