is this double CBC?
- From: "Antony Clements" <antony.clements@xxxxxxxxxxx>
- Date: Sat, 13 Sep 2008 06:11:49 GMT
through my own coding experiments it appears that i am cerating a CBC mode
on two seperate levels when i only intended one.
please allow me to explain.
i have a 512 bit block broken up into 16 distinct 32 bit segments, the first
of these segments is combined with the salt before it is combined with 32
bit segment of key.
the second 32 bit segment of the block is combined with the first and then
combine with the next 32 bit segment of key.
the same is applied to the 3rd segment, 4th segment, 5th etc throughout the
whole block.
the first block is combined with the second before being segmented and the
above sequence applied, the same is applied to the 3rd block, 4th block etc
through to the end of the message.
is this double CBC mode? if so, is it worth the effort in regard to time
taken and computational cycles?
.
- Follow-Ups:
- Re: is this double CBC?
- From: Joseph Ashwood
- Re: is this double CBC?
- Prev by Date: Re: New unbreakable encryption method
- Next by Date: Re: Some Basic TrueCrypt Questions
- Previous by thread: Re: Katz-Lindell book?
- Next by thread: Re: is this double CBC?
- Index(es):