RE: Seed PRNG on Windows

2005-01-31 Thread Edward Chan
Great. Thanks for the info. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Bernhard Froehlich > Sent: Monday, January 31, 2005 11:39 PM > To: openssl-users@openssl.org > Subject: Re: Seed PRNG on Windows > > Edwa

Re: Seed PRNG on Windows

2005-01-31 Thread Bernhard Froehlich
Edward Chan wrote: Thanks. I guess I should have did that first. My apologies. But I couldn't find the answer to my next question. If the PRNG is already seeded using the Crypto API, how many bits of entropy are used to seed it? The following code is in crypto/rand/rand_win.c: >>

RE: Seed PRNG on Windows

2005-01-31 Thread Edward Chan
s@openssl.org > Subject: Re: Seed PRNG on Windows > > Edward Chan wrote: > > > Hi there, > > > > Just wondering what people typically use to seed the PRNG > on Windows. > > On linux, there is /dev/random. But there is no such device for > > Windows.

Re: Seed PRNG on Windows

2005-01-30 Thread Bernhard Froehlich
Edward Chan wrote: Hi there, Just wondering what people typically use to seed the PRNG on Windows. On linux, there is /dev/random. But there is no such device for Windows. I've heard of EGADS, but when I installed the EGADS service, I found it to be a huge memory hog. Are there any other opt