Re: Call for stego ideas

From: John A. Malley (102667.2235_at_compuserve.com)
Date: 07/21/04


Date: Tue, 20 Jul 2004 17:00:54 -0700

John Cole wrote:
[...]
>
> My take on cryptography is a bit different. Right now,
> I cascade my encryption using 5 popular, symmetric
> block ciphers, each with its own unique key;

Just out of curiosity,

1) are you cascading the output of block cipher A in ECB mode with block
cipher B in ECB mode with block cipher C in ECB mode, and so on...

or

2) are you cascading the outputs of block cipher A and B and C and so
on, all in ECB mode, to make a new PRP out of them all, and then using
this composite PRP in a block cipher mode,

or

3) are you cascading the output of block cipher A in non-ECB mode X,
with block cipher B in non-ECB mode X, and so on, all modes the same,

or

4) are you cascading the output of block cipher A in non-ECB mode X,
with block cipher B in non-ECB mode Y, and so on, all modes different
for each block cipher?

John A. Malley
102667.2235@compuserve.com

-- 
U.S. Presidents say the darndest things!
"I am not a crook." - Richard M. Nixon
"I did not have sexual relations with that woman." - Bill Clinton
"I have never ordered torture. I will never order torture." - George W. Bush


Relevant Pages

  • ECB mode question
    ... Suppose you are using a block cipher with block length B in ECB mode ... for a plaintext p with n = lengthmod B, ... where Eis the zero block encrypted with the key k (or more ...
    (sci.crypt)
  • Re: risk due to pre-generated password tables?
    ... A block cipher used in ECB mode would result in two JPEG ... Greg Rose ...
    (sci.crypt)
  • Re: Variable S-boxes
    ... > in the ECB mode and by ... > Now consider a particular S-box ... > of a block cipher. ... cryptanalysis and it doesn't affect differential cryptanalysis at all. ...
    (sci.crypt)
  • Re: Encrypting Unicode
    ... As long as your not encrypting in ECB mode ?? ... No block cipher is secure in ECB mode. ... The cipher itself meets all of its goals for things it can control. ...
    (sci.crypt)