<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <style>body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" text="#000000"
    bgcolor="#FFFFFF">
    Hello Simon,<br>
    <br>
    I will reply for my own little testings :<br>
    I have been running a key since late 2010 on my 24/7 ubuntu
    homeserver.<br>
    <br>
    my flat temperature in Paris is currently 21°C, the key seems to be
    34°C. Delta = 13°C in an openspace.<br>
    <br>
    1/ quick test with the entropykey :<br>
    <br>
    [gr@gr ~ 0/0]$ dd if=/dev/random bs=1 count=300000  | ent<br>
    300000+0 enregistrements lus<br>
    300000+0 enregistrements crits<br>
    300000 octets (300 kB) copiés, 147,762 s, 2,0 kB/s<br>
    Entropy = 7.999413 bits per byte.<br>
    <br>
    Optimum compression would reduce the size<br>
    of this 300000 byte file by 0 percent.<br>
    <br>
    Chi square distribution for 300000 samples is 243.79, and randomly<br>
    would exceed this value 50.00 percent of the times.<br>
    <br>
    Arithmetic mean value of data bytes is 127.4977 (127.5 = random).<br>
    Monte Carlo value for Pi is 3.142560000 (error 0.03 percent).<br>
    Serial correlation coefficient is 0.003036 (totally uncorrelated =
    0.0).<br>
    <br>
    <br>
    <br>
    2/<br>
    quick check with "haveged" enabled on my laptop :<br>
    gr@gr-ThinkPad-Edge:~$ <br>
    dd if=/dev/random bs=1 count=300000 | ent<br>
    300000+0 enregistrements lus<br>
    300000+0 enregistrements écrits<br>
    300000 octets (300 kB) copiés, 1,39909 s, 214 kB/s<br>
    Entropy = 7.999380 bits per byte.<br>
    <br>
    Optimum compression would reduce the size<br>
    of this 300000 byte file by 0 percent.<br>
    <br>
    Chi square distribution for 300000 samples is 257.58, and randomly<br>
    would exceed this value 50.00 percent of the times.<br>
    <br>
    Arithmetic mean value of data bytes is 127.3300 (127.5 = random).<br>
    Monte Carlo value for Pi is 3.160400000 (error 0.60 percent).<br>
    Serial correlation coefficient is -0.000916 (totally uncorrelated =
    0.0).<br>
    <br>
    3/ more testing there (diehard)<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://www.cacert.at/cgi-bin/rngresults">http://www.cacert.at/cgi-bin/rngresults</a><br>
    <br>
    Best regards,<br>
    <br>
    Guillaume<br>
    <br>
    PS : my data (last reboot 3 weeks ago)<br>
    <br>
    [gr@gr ~ 0/0]$ sudo ekeydctl stats 1<br>
    BytesRead=15304302016<br>
    BytesWritten=1048281<br>
    ConnectionNonces=58233<br>
    ConnectionPackets=239129719<br>
    ConnectionRekeys=58229<br>
    ConnectionResets=87<br>
    ConnectionTime=1887679<br>
    EntropyRate=32345<br>
    FipsFrameRate=1.63<br>
    FrameByteLast=15304301952<br>
    FramesOk=239129719<br>
    FramingErrors=0<br>
    KeyDbsdShannonPerByteL=2.95<br>
    KeyDbsdShannonPerByteR=2.86<br>
    KeyEnglishBadness=No failure<br>
    KeyRawBadness=0<br>
    KeyRawShannonPerByteL=2.95<br>
    KeyRawShannonPerByteR=2.94<br>
    KeyRawShannonPerByteX=2.93<br>
    KeyShortBadness=efm_ok<br>
    KeyTemperatureC=34.05<br>
    KeyTemperatureF=93.29<br>
    KeyTemperatureK=307.2<br>
    KeyVoltage=3.287<br>
    PacketErrors=42<br>
    PacketOK=239129677<br>
    ReadRate=64859<br>
    TotalEntropy=7632162784<br>
    WriteRate=4<br>
    <br>
    <br>
    <br>
    <br>
    On 12/03/2012 00:44, Simon Burnet wrote:
    <blockquote
      cite="mid:1331509461.80704.YahooMailNeo@web121501.mail.ne1.yahoo.com"
      type="cite">
      <pre wrap="">Hi,

I've read the web site regarding these USB keys, although if there's a searchable history of this mailing list, I didn't find it so please forgive me if I am covering well-trodden ground.

Firstly I'd like to say that I'm impressed with the design. Pumping entropy into /dev/random (and, given how Linux works, urandom too) is a lot better than having to write an interface library for each application. It's good that I (as a programmer) wouldn't have to re-invent the wheel several times to get this key working. I have a few questions regarding reliability of these keys however.

1. If they're being kept "near to breakdown", does this mean they have a significant failure rate? What's the MTBF of these keys? (That's how I read this page as a software engineer! I understand cryptography and entropy generation, but not electronics. If this isn't how it should be read, then I'd urge a note to that page!)

2. They are tested for their randomness and a "lock out" occurs if they fail this test. However after setting off the reliability alarm bell again, the information about the exact details of this lock out was a little sketchy. How permanent is this (for example, is it reset if the key detects that the randomness has returned, or if the key is unplugged and then re-inserted), and could you please give a bit more statistical information about the probability of this occurring during real world use (re-assure me please ;-). The reason I ask is that, for applications generating random numbers constantly, the chances of rolling a jackpot twice in a row is low, but given enough attempts, it'll happen at some point. (see the "infinite monkeys" theorum, or just by pure Sod's Law "if it's bad it'll happen, regardless of the odds, and I know who'll get the blame and have to fix it...").

3. Also, do these keys generate much heat during use, and are they suitable for use in a hot environment (such as stuck into the back of a Dell 1U server in a rack full of servers + whole bunches of cables to keep it nice and cozy -- AC has limited use at the back of such racks, as I'm sure you can appreciate)?

Many thanks in advance,

- Simon.


_______________________________________________
EntropyKey-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:EntropyKey-users@lists.simtec.co.uk">EntropyKey-users@lists.simtec.co.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.simtec.co.uk/cgi-bin/mailman/listinfo/entropykey-users">http://lists.simtec.co.uk/cgi-bin/mailman/listinfo/entropykey-users</a>

</pre>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>