Re: An hash-Encryption algorithm
- From: Neo <neoscandal@xxxxxxxxx>
- Date: Fri, 27 Jan 2006 18:35:14 +0000 (UTC)
Kristian Gjøsteen <kristiag+news@xxxxxxxxxxxx> wrote in news:vv0qa3-
pll1.ln1@xxxxxxxxxxxxxxxxxxxxx:
> Neo <neoscandal@xxxxxxxxx> wrote:
>>K(0) = user entered key + salt (which is added plainly into the
>>encrypted file header)
>>
>>K(1) = MD5(K(0))
>>
>>C1 = K(1) XOR P1
>>
>>for n = 2 onwards..
>>
>>K(n) = MD5( K(n-1) + C(n-1)) <----------ciphertxt f/b
>>C(n) = K(n) XOR P(n)
>>
>>Provided the attacker has ONE (Cn,Pn) pair.. n = 1 or n != 1 .. what are
>>the attacks possible.
>
> Come on! If you can't figure it out from the equations you already
> have there, you aren't trying hard enough.
>
Oh yes. Hmm.. another revision
What if from n=2 onwards K(n) = MD5( K(n-1) + C(n-1) + user entered key).
theres no way the attacker can obtain the key.. even given both P1 and C1.
Or have i missed something again.
.
- Follow-Ups:
- Re: An hash-Encryption algorithm
- From: Kristian Gjøsteen
- Re: An hash-Encryption algorithm
- References:
- An hash-Encryption algorithm
- From: Neo
- Re: An hash-Encryption algorithm
- From: Neo
- Re: An hash-Encryption algorithm
- From: Kristian Gjøsteen
- Re: An hash-Encryption algorithm
- From: Neo
- Re: An hash-Encryption algorithm
- From: Kristian Gjøsteen
- An hash-Encryption algorithm
- Prev by Date: Re: Cache Timing attacks on AES : Replication or further Development?
- Next by Date: Re: X509 question
- Previous by thread: Re: An hash-Encryption algorithm
- Next by thread: Re: An hash-Encryption algorithm
- Index(es):
Relevant Pages
|
|