From daw@espresso.CS.Berkeley.EDU Sun Mar 17 00:43:37 PST 1996
Article: 612 of sci.crypt.research
Path: agate!howland.reston.ans.net!surfnet.nl!swsbe6.switch.ch!swidir.switch.ch!nntp.coast.net!news.kei.com!newsfeed.internetmci.com!news.msfc.nasa.gov!elroy.jpl.nasa.gov!decwrl!waikato!auckland.ac.nz!news
From: daw@espresso.CS.Berkeley.EDU (David A Wagner)
Newsgroups: sci.crypt.research
Subject: ECB o CFB = CBC
Date: 12 Mar 1996 04:54:25 GMT
Organization: University of California, Berkeley
Lines: 13
Sender: crypt-submission@cs.aukuni.ac.nz (sci.crypt.research co-moderator)
Approved: crypt-submission@cs.aukuni.ac.nz
Message-ID: <4i3021$f68@net.auckland.ac.nz>
Reply-To: daw@espresso.CS.Berkeley.EDU (David A Wagner)
NNTP-Posting-Host: kiwi.cs.auckland.ac.nz
X-Newsreader: NN version 6.5.0 #4 (NOV)



Has anyone ever noticed that ECB o CFB = CBC?
 
In other words, encrypting a message with CFB mode followed by ECB mode gives
you a perfectly valid CBC encryption of the original message.  Cute, eh?
 
This seems like a surprising interaction between different modes of operation.
Can anyone see any applications (or attacks) based on this idea?
 
Is this already well-known in the folklore?
 



