Isn't ECB unsafe? [1] Or does XOR-ing work around the leak problem?
See the image of Tux in the ECB section of [1]
http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation
- Vishal
--
"The World is a book, and those who do not travel read only a page." -
St. Augustine.
Yes, using plain ECB I think would be unsafe. But in all modes, whether ECB, CBC, CFG etc... the actual block cipher is the
same is it not ? And the block cipher pretty much _is_ ECB. So I guess the XOR + propagation of encryption block is what
"does it" :)
/Rob