REPOST: Re: advice sought on key/data histogram analysis of rijndael/128
From: Bryan Olson (fakeaddress_at_nowhere.org)
Date: 10/24/05
- Next message: Unruh: "REPOST: Re: help ragarding licensing keys"
- Previous message: Douglas Eagleson: "REPOST: Identity as Mathematical and Computer Theory- resolver"
- In reply to: lkcl: "Re: advice sought on key/data histogram analysis of rijndael/128 and serpent"
- Next in thread: lkcl: "Re: advice sought on key/data histogram analysis of rijndael/128 and serpent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 24 Oct 2005 17:09:08 GMT
lkcl wrote:
> from what i have seen so far, i have come
> to the conclusion that there is nothing to "fix".
> hence why i have moved on to the next stage.
From what I've seen so far, I'd put the chance that you've
found an actual statistical anomaly in AES at about one in
seven million.
> i have taken into account a number of very
> very useful suggestions and hints from people
> who have replied, for which i am very grateful.
>
> can i possibly make a suggestion that you
> give serious consideration to an independent
> implementation of the pseudo-code i've posted
> on here? not least to reassure yourself that
> mistakes that i could possibly still have made
> are unlikely to be duplicated, but also with a
> view to independently confirm the anomalies
> that are very very self-evident and unlikely to
> be simply statistical chance.
How about this: You provide a precise description of a
reasonable KEYED_PRNG(k), and values (i, j), such that:
procedure COUNT_P(i, j):
Ki = 1<<i /* all bits 0..127 other than i set to 0 */
Dj = 1<<j /* all bits 0..127 other than j set to 0 */
count = 0
for k in [0 .. 204800):
input = KEYED_PRNG(k)
b = AES_ENCRYPT(Ki, input)
output = AES_ENCRYPT(b, b XOR Dj)
num_bits = bit_count(output)
if pvalue(num_bits) < 0.01:
count += 1
return count
returns a value greater than 5000. I already know how to
implement AES, count bits, and compute p-values, so I'll
check it out.
> regarding your comments about the data being
> way-far out from the expected: if i were to
> show you the graphs from 0.01 < p_val < 0.02,
[...]
I'd prefer facts to graphs.
> i have always been careful in what i say
I could not dissagree more.
> and
> how i say it, in this thread, because to reach
> conclusions before being certain is just asking
> for people to go "*snort*. idiot. ignore him."
>
> can i therefore possibly ask you if you could
> extend the same courtesy of not jumping
> to conclusions
Fixing a bug in your code and asking what your unlabeled
graphs mean isn't exactly jumping to conclusions now is it?
-- --Bryan ========= WAS CANCELLED BY =======: Path: ...news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.rcn.net!news.rcn.net.POSTED!not-for-mail NNTP-Posting-Date: Mon, 24 Oct 2005 15:17:27 -0500 From: Bryan Olson <fakeaddress@nowhere.org> Control: cancel <Uy87f.5984$dO2.2042@newssvr29.news.prodigy.net> Subject: Cancel "Re: advice sought on key/data histogram analysis of rijndael/128 and serpent" Newsgroups: sci.crypt Date: Mon, 24 Oct 2005 19:52:18 GMT Message-ID: <Yl87c.5332$eY5.0474@newssvr29.news.prodigy.net> User-Agent: slrn/0.7.3.7 (Linux) Lines: 2 NNTP-Posting-Host: 64.121.22.24 X-Trace: sv3-nKmAV9fpW82S4nPXD4bYkpaTToVqAHCD1UOkyk5DLJ9VN7QYPd+MLKVBXakdAl0I2DhRJJHWYmC9DfY!qW3KyurqGzyq3aPqrqcxri/gNX0/xJWY3if1YP1Eg7Df8tjTabJPMD/IQ81oLjyDC8TE/MwbxTBE!W68LigcY X-Complaints-To: abuse@rcn.net X-DMCA-Complaints-To: abuse@rcn.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 ========= WAS CANCELLED BY =======: Path: ...newsfeed.news2me.com!nx01.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.rcn.net!news.rcn.net.POSTED!not-for-mail NNTP-Posting-Date: Tue, 25 Oct 2005 15:56:56 -0500 From: Bryan Olson <fakeaddress@nowhere.org> Control: cancel <4$%$$-%%-__$%%-%-$$@news.noc.cabal.int> Subject: Cancel "REPOST: Re: advice sought on key/data histogram analysis of rijndael/128" Newsgroups: sci.crypt Date: Tue, 25 Oct 2005 17:35:13 GMT Message-ID: <5%%-$-_$%$%%-_-_$_-@news.noc.cabal.int> X-Mailer: Mozilla 4.61 [en] (X11; U; SunOS 5.7 sun4u) Lines: 2 NNTP-Posting-Host: 64.121.22.24 X-Trace: sv3-tohjmW+9CG3AeAZnsL1RPiMVl5MkI/UrRXCDh1qLnb555ZhgACrLarDHSYcy2kSY6gUvBoWIFGyaEN8!Dm0SD2qTj/hv+O0/c4/gQoFkgDfxVLv2T6eGoSp02QDea8Cp7z5MFAdBaz0D9MYQyCEit4OcLg== X-Complaints-To: abuse@rcn.net X-DMCA-Complaints-To: abuse@rcn.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32
- Next message: Unruh: "REPOST: Re: help ragarding licensing keys"
- Previous message: Douglas Eagleson: "REPOST: Identity as Mathematical and Computer Theory- resolver"
- In reply to: lkcl: "Re: advice sought on key/data histogram analysis of rijndael/128 and serpent"
- Next in thread: lkcl: "Re: advice sought on key/data histogram analysis of rijndael/128 and serpent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|