[imp] Configuring PesudoRandom device

Max Kalika max@the-triumvirate.net
Thu, 16 Nov 2000 09:29:17 -0800


Quoting Marc Giannoni <marc@archela.com>:

> I don't have "/dev/random" -or- "/dev/urandom" on my Solaris-2.7 
> platform, so I'll probably have to add a patch form SUN.  For now,
> I just "hacked" the second parameter of "mcrypt_create_iv()" to "2"
> which has solved this problem!

You can use ocotillo to provide randomness in /dev/urandom which solved a lot 
of my problams on solaris.

http://twofish-py.sourceforge.net/

--mk23