Changes between Version 66 and Version 67 of Bibliography
- Timestamp:
- 2012-08-08T07:10:04Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bibliography
v66 v67 7 7 === Symmetric Primitives === 8 8 9 ==== Hash Functions ====10 11 * [http://tuprints.ulb.tu-darmstadt.de/2094/1/thesis.lehmann.pdf On the Security of Hash Function Combiners] Anja Lehman's dissertation on hash function combiners12 13 9 ==== Ciphers ==== 14 10 15 * [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.65.8477 Chosen-Ciphertext Security of Multiple Encryption] by Dodis, Katz 2005 ; combining two or more ciphers together16 11 * [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.59.9522 Salsa20 Design] a fast and secure cipher 17 12 * [http://cr.yp.to/snuffle.html#security Salsa20 Security Arguments] why Salsa20 is probably safe against this and that threat 18 13 * [http://www.ecrypt.eu.org/stream The European Stream Cipher project] which evaluated many stream ciphers including Salsa20 19 14 20 ===== C ipher Combiners a.k.a. Multiple Encryption a.k.a. Cascade Ciphers =====15 ===== Combiners a.k.a. Multiple Encryption a.k.a. Cascade Ciphers ===== 21 16 22 * [http://www.ciphersbyritter.com/GLOSSARY.HTM#MultipleEncryption John Ritter's web page on the topic] 17 * [http://tuprints.ulb.tu-darmstadt.de/2094/1/thesis.lehmann.pdf On the Security of Hash Function Combiners] Anja Lehman's dissertation on hash function combiners 18 * [http://www.ciphersbyritter.com/GLOSSARY.HTM#MultipleEncryption web page on multiple encryption] by John Ritter 19 * [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.65.8477 Chosen-Ciphertext Security of Multiple Encryption] by Dodis, Katz 2005 ; combining two or more ciphers together 23 20 24 21 === Public Key Cryptography ===