| Author |
Message |
OverlordQ
Joined: 04 Jun 2004
Posts: 200
|
| Posted: Thu Jun 01, 2006 10:23 pm Post subject: Randomness |
|
|
| Do any of the [Xe|Li]node boxes have Intel/AMD/VIA HW Random Number Generator on em? And if so, could that option get compiled into the kernel? |
|
| Back to top |
|
autodmc
Joined: 01 Feb 2006
Posts: 40
|
| Posted: Thu Jun 08, 2006 2:54 pm Post subject: |
|
|
That would be nice...
But not installed in all linodes.
It would be great if Linode.com could run a random number generator service, perhaps a small special Linode with a Hardware Random Number Generator on site, in your server vault generating a large pool of random bits, which Linodes could draw off of with SSH inside the building...
...next most secure thing to having your own HRNG in the Linode, right? |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2387
Location: Galloway, NJ
|
| Posted: Thu Jun 08, 2006 3:07 pm Post subject: Re: Randomness |
|
|
OverlordQ wrote: Do any of the [Xe|Li]node boxes have Intel/AMD/VIA HW Random Number Generator on em? And if so, could that option get compiled into the kernel?
They do not, however -- starting with 2.6.12, UML has a feature to get randomness from the host. Check here:
http://www.linode.com/forums/viewtopic.php?p=7949#7949
-Chris |
|
| Back to top |
|
zunzun
Joined: 18 Feb 2005
Posts: 175
Location: Birmingham, Alabama USA
|
| Posted: Sat Jun 10, 2006 9:05 pm Post subject: |
|
|
If you are encrypting, you might be interested in:
http://www.newscientistspace.com/article.ns?id=dn8913&feedId=space_rss20
The researchers believe quasars could make an ideal cryptographic tool because the strength and frequency of the radio pulses they emit is impossible to predict. "Quasar-based cryptography is based on a physical fact that such a space signal is random and has a very broad frequency spectrum" |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 471
Location: Netherlands
|
| Posted: Sun Jun 11, 2006 2:54 am Post subject: |
|
|
| Cancel that order for a hardware RNG - buy a radio telescope instead. |
|
| Back to top |
|
cirric
Joined: 18 Apr 2006
Posts: 10
|
| Posted: Mon Jun 12, 2006 10:03 am Post subject: Re: Randomness |
|
|
caker wrote: OverlordQ wrote: Do any of the [Xe|Li]node boxes have Intel/AMD/VIA HW Random Number Generator on em? And if so, could that option get compiled into the kernel?
They do not, however -- starting with 2.6.12, UML has a feature to get randomness from the host. Check here:
http://www.linode.com/forums/viewtopic.php?p=7949#7949
-Chris
I tried this with 2.6.15-linode16, but rngd aborts with:
Code: can't open /dev/hwrandom: No such file or directory
Do I need to create /dev/hwrandom myself? |
|
| Back to top |
|
| |