From 5f2e6f82878871328a577c6a157743dd3df4ec09 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 8 Aug 2012 09:44:36 +0000 Subject: [PATCH] separate hash function and cipher combiners [Imported from Trac: page Bibliography, version 70] --- Bibliography.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Bibliography.md b/Bibliography.md index 9ce420c..585b3bb 100644 --- a/Bibliography.md +++ b/Bibliography.md @@ -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