-
as seen on Server Fault
- Search for 'Server Fault'
Having just configured Munin for statistics logging on my gentoo server (hardened profile), I am noticing that my "Available entropy" is consitently in the 200-300 range. This seems way to low, so I checked it manually using the command
$ cat /proc/sys/kernel/random/entropy_avail
3544
Odd. Consistently…
>>> More
-
as seen on Super User
- Search for 'Super User'
Having just configured munin for statistics logging on my gentoo server (hardened profile), I am noticing that my "Available entropy" is consitently in the 200-300 range. This seems way to low, so I checked it manually using the command
$ cat /proc/sys/kernel/random/entropy_avail
3544
Odd. Consistently…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So I am trying to store the symmetric key using DPAPI. All is well and great, but what to do with the entropy? This answered question here really doesn't provide enough insight. It seems like a slippery slope - I could use the machine store to store the entropy but then what prevents someone from…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We have a WPF app that allows our users to download encrypted content and we want to provide the ability to decrypt this content off-line. The idea is to download the keys and store them using the DPAPI but I'm having trouble with the entropy parameter.
Is there any way to generate an entropy to…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Dear All,
I'm interested in generating secret keys for SSL on virtual machines using true randomness. By true randomness I mean the same level of entropy that can be generated by UNIX's dev/random and entropy gathering daemon (EGD).
Is there a "general knowledge" recipe to route entropy from the…
>>> More