On Wed, May 10, 2000 at 11:02:43AM +0530, Amit Chopra wrote: > srand((unsigned)(time(NULL))); //C Runtime Function > seed[i] = rand(); //C Runtime function > Can somebody tell me if this method of seeding the RNG secure enough? It is not. rand() was never meant to be a cryptographic RNG. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: setting random seed generator under Windows NT Ulf Moeller
- Re: setting random seed generator under Windows NT Douglas Wikström
- Re: setting random seed generator under Windows NT Pascal JUNOD
- RE: setting random seed generator under Windows NT Salz, Rich
- RE: setting random seed generator under Windows NT Michael Wojcik