Re: The crazy encryption madmans codebook
- From: "Joseph Ashwood" <ashwood@xxxxxxx>
- Date: Sat, 03 Mar 2007 09:06:53 GMT
<jt64@xxxxxxxx> wrote in message
news:1172882676.173526.142310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The only thing i do not follow is why the word *telephone* can not be
encoded to any word in the database.
Why would it not be possible, the offset number is just an integer
dependent on former decoded text,
used to find the right value.
Because k*i mod x is biased when x is not prime, hence the short loop
discussion previously. This is where the i=2, x=10 came in in the
explaination,
2*1 mod 10 = 2
2*2 mod 10 = 4
2*3 mod 10 = 8
2*4 mod 10 = 6
2*5 mod 10 = 2
2*6 mod 10 = 4
2*7 mod 10 = 8
2*8 mod 10 = 6
2*9 mod 10 = 2
2*10 mod 10 = 4
it keeps looping.
Since 1, 3, 5, 7, and 9 never appear the resulting value is clearly biased.
This is an assymetric crypto.
Not in any way shape or form is this assymmetric.
And for how to actually create the offset number i just throw forward
a fast idea, of course much more could be found using and oneway
encoding algorithm or hash over some chosen letter from the earlier
decoded plaintext.
That would suffer the same bias problem. And still would not address the key
space issue, in order to approach the capability of a 128-bit cipher block
would require 5 000 000 000 000 000 000 000 000 petabytes of storage, and
that assumes you use every possible 16-byte code instead of phrases which
will be enormously longer requiring much more space.
Maybe you did agree about telephone would be possible to encode to any
madman valure in the database and did disagree about something else,
or i just missunderstod you.
I think you're not understanding a large portion of what I'm saying.
Joe
.
- Follow-Ups:
- Re: The crazy encryption madmans codebook
- From: jt64
- Re: The crazy encryption madmans codebook
- References:
- The crazy encryption madmans codebook
- From: jt64
- Re: The crazy encryption madmans codebook
- From: Joseph Ashwood
- Re: The crazy encryption madmans codebook
- From: jt64
- Re: The crazy encryption madmans codebook
- From: Joseph Ashwood
- Re: The crazy encryption madmans codebook
- From: jt64
- Re: The crazy encryption madmans codebook
- From: Joseph Ashwood
- Re: The crazy encryption madmans codebook
- From: jt64
- The crazy encryption madmans codebook
- Prev by Date: Re: Surrogate factoring and the k/T ratio
- Next by Date: Generating codes like "OTP" tokens do
- Previous by thread: Re: The crazy encryption madmans codebook
- Next by thread: Re: The crazy encryption madmans codebook
- Index(es):
Relevant Pages
|