and now for something completely different.
- From: "Antony Clements" <antony.clements@xxxxxxxxxxxxxxx>
- Date: Thu, 28 Dec 2006 09:58:56 +1100
how effective is this method?
j = 1
do until end of message
Cj = Pj xor Kj xor Ci
i = j
j ++
loop
inversely
j = 1
do until end of message
Pj = Cj xor Kj xor Ci
i = j
j ++
loop
where j and i are counters. this is a byte by byte method. assume that P, C
and K are the same length.
.
- Follow-Ups:
- Re: and now for something completely different.
- From: Kristian Gjøsteen
- Re: and now for something completely different.
- Prev by Date: Re: truecrypt keyfile complexity question
- Next by Date: Re: and now for something completely different.
- Previous by thread: truecrypt keyfile complexity question
- Next by thread: Re: and now for something completely different.
- Index(es):