Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: dev/random for SSL encryption seeding on windows |
|
Author |
|
PaulnOZ
Joined: 13 Apr 2012 Posts: 2 Location: Brisbane, Australia
|
Posted: Wed 25 Jun '14 7:41 Post subject: dev/random for SSL encryption seeding on windows |
|
|
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
|
Posted: Wed 25 Jun '14 13:53 Post subject: |
|
|
just use builtin
Code: |
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
|
|
|
Back to top |
|
|
|
|
|
|