logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: dev/random for SSL encryption seeding on windows
Author
PaulnOZ



Joined: 13 Apr 2012
Posts: 2
Location: Brisbane, Australia

PostPosted: Wed 25 Jun '14 7:41    Post subject: dev/random for SSL encryption seeding on windows Reply with quote

G'day all,

What's the go with seeding the PRNG on windows as there isn't dev/random or dev/urandom?

Should I use CryptoAPI or just use a file with random contents and change it often, or just leave the PRNG to "almost" randomise itself?

Thanks,

Paul
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Wed 25 Jun '14 13:53    Post subject: Reply with quote

just use builtin

Code:

SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
Back to top


Reply to topic   Topic: dev/random for SSL encryption seeding on windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache