Any cryptographically secure pseudo-random number generator (CSPRNG) for D?

Walter Bright newshound2 at digitalmars.com
Sun Aug 18 16:44:40 PDT 2013


On 8/18/2013 12:32 PM, QAston wrote:
> On Sunday, 18 August 2013 at 10:14:29 UTC, ilya-stromberg wrote:
>> Hi,
>>
>> Do you know any cryptographically secure pseudo-random number generator
>> (CSPRNG) for D?
>>
>> I know that we have std.random, but it is NOT cryptographically secure.
>>
>> Thanks.
>
> You may be interested in https://github.com/D-Programming-Deimos/openssl - D
> bindings for openssl.

I agree. I'd call a C one from D that is accepted by the crypto community as 
secure, rather than invent an insecure one.


More information about the Digitalmars-d mailing list