Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Entropy
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Gary Mort  
View profile  
 More options Apr 7 2011, 5:25 pm
From: Gary Mort <garyam...@gmail.com>
Date: Thu, 07 Apr 2011 17:25:08 -0400
Local: Thurs, Apr 7 2011 5:25 pm
Subject: Entropy
I was wondering what solutions others use for maintaining high entropy
in the cloud.

I've run into a number of issues when generating keys and other
situations where entropy takes a big hit...which then leads to whatever
program is trying to generate something random hanging for a while until
there is enough entropy to continue.

Most entropy generation tools are based on hardware metrics of some
sort[keyboard, mouse, even reading the noise on a wi-fi or sound card],
but of course these are lacking in the cloud.

I ended up installing rng-tools and configuring it to use /dev/urandom,
which basically means as I understand it that it takes the small amount
of random data already collected, and merely duplicates it or uses it
generate more random data.

I was wondering if maybe there was some better way of doing this....  it
seems the only really good way would be to install a hardware based
entropy generating tool on a local system with wireless and soundcard
installed, and then using that to generate a truly large amount of
randomness and feed that up to amazon - either by running an entropy
server on the local system or feeding it into simpledb to be pulled by
the servers as needed.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Terranova  
View profile  
 More options Apr 7 2011, 5:32 pm
From: Joe Terranova <joeterran...@gmail.com>
Date: Thu, 7 Apr 2011 17:32:02 -0400
Local: Thurs, Apr 7 2011 5:32 pm
Subject: Re: [ec2ubuntu] Entropy
I would suggest seeing if you can use EGD for extra entropy:

http://egd.sourceforge.net/

Joe Terranova


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kaminski  
View profile  
 More options Apr 7 2011, 5:39 pm
From: Peter Kaminski <kamin...@istori.com>
Date: Thu, 07 Apr 2011 14:39:45 -0700
Local: Thurs, Apr 7 2011 5:39 pm
Subject: Re: [ec2ubuntu] Entropy
Not sure this really helps, but I wanted to note there are at least a
couple of rudimentary web services that offer small volumes of random
numbers over the web, including http://www.random.org/bytes/ and
http://www.fourmilab.ch/hotbits/

This looks interesting, too: http://www.vanheusden.com/entropybroker/

Pete

On 4/7/11 14:25 PM, Gary Mort wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kaminski  
View profile  
 More options Apr 7 2011, 7:04 pm
From: Peter Kaminski <kamin...@istori.com>
Date: Thu, 07 Apr 2011 16:04:30 -0700
Local: Thurs, Apr 7 2011 7:04 pm
Subject: Re: [ec2ubuntu] Entropy

> generate a truly large amount of randomness and feed that up to amazon

A fun way to do this would be sneakernet:

1. Use e.g., a Quantis RNG from http://www.idquantique.com/, generate a
TB or so of random bytes onto an external HD.  (If I did the math right,
a terabyte takes 6 days at 16Mbps.)

2. Ship external HD to AWS Import for transfer to S3.

3. Use an EC2 server to feed entropy from S3 to other EC2 servers.

Would make a fun community project (or maybe a small business).

Pete


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Mort  
View profile  
 More options Apr 7 2011, 8:30 pm
From: Gary Mort <garyam...@gmail.com>
Date: Thu, 07 Apr 2011 20:30:18 -0400
Local: Thurs, Apr 7 2011 8:30 pm
Subject: Re: [ec2ubuntu] Entropy
On 4/7/2011 7:04 PM, Peter Kaminski wrote:

>> generate a truly large amount of randomness and feed that up to amazon

> A fun way to do this would be sneakernet:

Oh my... that had me thinking of something else entirely.  Crowdsourcing
random generation by using some sort of iphone/android applet that
calculates changes in GPS position into data and keeps streaming it.

Install that onto a few thousand cell phones and just keep combining the
streams together.

:-)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kaminski  
View profile  
 More options Apr 8 2011, 2:15 am
From: Peter Kaminski <kamin...@istori.com>
Date: Thu, 07 Apr 2011 23:15:57 -0700
Local: Fri, Apr 8 2011 2:15 am
Subject: Re: [ec2ubuntu] Entropy
On 4/7/11 17:30 PM, Gary Mort wrote:

> Oh my... that had me thinking of something else entirely. Crowdsourcing
> random generation by using some sort of iphone/android applet that
> calculates changes in GPS position into data and keeps streaming it.

Wow, cool!

Not to mention accelerometers, compasses, barometers, light sensors,
maybe even a hash of what the camera's seeing...

Pete


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sgheeren  
View profile  
 More options Apr 8 2011, 2:29 am
From: sgheeren <sghee...@hotmail.com>
Date: Fri, 08 Apr 2011 08:29:58 +0200
Local: Fri, Apr 8 2011 2:29 am
Subject: Re: [ec2ubuntu] Entropy
On 04/08/2011 08:15 AM, Peter Kaminski wrote:
> On 4/7/11 17:30 PM, Gary Mort wrote:

>> Oh my... that had me thinking of something else entirely. Crowdsourcing
>> random generation by using some sort of iphone/android applet that
>> calculates changes in GPS position into data and keeps streaming it.

> Wow, cool!

> Not to mention accelerometers, compasses, barometers, light sensors,
> maybe even a hash of what the camera's seeing...

> Pete

All fun, but it fails to mention if (why?) this source of entropy would
be better than say thermal noise, photoelectric effect or other quantum
phenomena. These processes are, in theory, completely unpredictable. So
it would be
   - a lot cheaper
   - a lot more secure (!!!)
   - a lot less fun...

to use

$0.02


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joey Espinosa  
View profile  
 More options Apr 8 2011, 4:28 am
From: Joey Espinosa <jlouis.espin...@gmail.com>
Date: Fri, 8 Apr 2011 04:28:12 -0400
Local: Fri, Apr 8 2011 4:28 am
Subject: Re: [ec2ubuntu] Entropy

Ok, this conversation just got seriously interesting... You guys want to
make this happen?

--
Joey "JoeLinux" Espinosa
Software Developer
GV# (305) 747-1711
On Apr 8, 2011 2:16 AM, "Peter Kaminski" <kamin...@istori.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Kaminski  
View profile  
 More options Apr 8 2011, 3:32 pm
From: Peter Kaminski <kamin...@istori.com>
Date: Fri, 08 Apr 2011 12:32:11 -0700
Local: Fri, Apr 8 2011 3:32 pm
Subject: Re: [ec2ubuntu] Entropy
On 4/8/11 01:28 AM, Joey Espinosa wrote:

> Ok, this conversation just got seriously interesting... You guys want
> to make this happen?

I'm interested.  I'm actually even more interested in how we'd harness
something like Twitter as an entropy source.

Of course, as sgheeren says, quantum noise is cheaper and more secure --
just less fun. :-)

I see two interesting challenges:

1) How do you extract good (i.e., close to random) entropy from
something that's chaotic, but not random?

2) How do you broker good (i.e., secure) entropy from a public (Twitter)
or not-necessarily-trustable (aggregated crowdsource) chaos aggregator
to multiple users?

Pete


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »