[Cryptography] [cryptography] random number generator
bric.de
ab at bri-c.de
Sun Nov 23 03:08:19 EST 2014
Am 21.11.2014 um 21:08 schrieb Sandy Harris <sandyinchina at gmail.com>:
> On Wed, Nov 19, 2014 at 7:54 PM, Givon Zirkind <givonne at gmx.com> wrote:
>
>> Does anyone know of a decent (as in really
>> random) open source random generator? Preferably in PHP or C/C++?
>
> Here is one in C, albeit with a rather limited range of applications.
> ftp://ftp.cs.sjtu.edu.cn:990/sandy/maxwell/
>
> The paper there discusses several others; one of those may be better
> for your application.
> _______________________________________________
> The cryptography mailing list
> cryptography at metzdowd.com
> http://www.metzdowd.com/mailman/listinfo/cryptography
Here is my head in the ring, written in Go/Golang based on chaos theory (logistic maps):
https://github.com/AndreasBriese/breeze
It's not yet cryptanalysed but produces (fast and lightweight) good random quality.
Andreas
More information about the cryptography
mailing list