separate hash function and cipher combiners

[Imported from Trac: page Bibliography, version 70]
zooko 2012-08-08 09:44:36 +00:00
parent 2b73ff6b26
commit 5f2e6f8287

@ -14,7 +14,12 @@ Here are some papers that are potentially of interest.
##### Combiners a.k.a. Multiple Encryption a.k.a. Cascade Ciphers
###### Hash Function Combiners
* [On the Security of Hash Function Combiners](http://tuprints.ulb.tu-darmstadt.de/2094/1/thesis.lehmann.pdf) Anja Lehman's dissertation on hash function combiners
###### Cipher Combiners
* [web page on multiple encryption](http://www.ciphersbyritter.com/GLOSSARY.HTM#MultipleEncryption) by John Ritter
* [Chosen-Ciphertext Security of Multiple Encryption](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.65.8477) by Dodis, Katz 2005 ; combining two or more ciphers together
* [Folklore, practice and theory of robust combiners](https://sites.google.com/site/amirherzberg/tolerant.pdf?attredirects=0) by Amir Herzberg