Has anyone written/converted a pseudo-random number generator that IS
cryptographically strong?
Ted
Has anyone written/converted a pseudo-random number generator that IS
cryptographically strong?
Ted
Have you looked at LavaRnd?
I think it would be awesome to get a Ruby adapter to the LavaRnd system.
-Jack Herrington
http://www.codegeneration.net
Author of “Code Generation in Action” (Manning, July 2003)
On Thursday, July 31, 2003, at 11:29 AM, Ted Rolle wrote:
Has anyone written/converted a pseudo-random number generator that IS
cryptographically strong?
Ted Rolle ted@php.net skrev den Fri, 1 Aug 2003 03:29:47 +0900:
Has anyone written/converted a pseudo-random number generator that IS
cryptographically strong?
I have a pure-Ruby implementation of Fortuna (the crypto-PRNG
introduced in Schneier’s “Practical Cryptography” book)
in my crypto lib. I’m reluctant to release it though until
I’ve fully understood the restrictions on exporting crypto
alg’s from Sweden. I hope I can get this fixed RSN.
Regards,
Robert Feldt
Here’s a pair of classes that use www.random.org and
www.fourmilab.ch/hotbits -
http://raa.ruby-lang.org/list.rhtml?name=httprandom
On Fri, 1 Aug 2003 03:32:43 +0900, Jack Herrington jack_d_herrington@pobox.com wrote:
On Thursday, July 31, 2003, at 11:29 AM, Ted Rolle wrote:
Has anyone written/converted a pseudo-random number generator that IS
cryptographically strong?Have you looked at LavaRnd?
I think it would be awesome to get a Ruby adapter to the LavaRnd system.
-Jack Herrington
http://www.codegeneration.net
Author of “Code Generation in Action” (Manning, July 2003)