Block cipher/Bibliography: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Sandy Harris
imported>Sandy Harris
Line 4: Line 4:
==Standard references==
==Standard references==
Two books are very widely used as references. Both are now somewhat dated, having been published before the AES competition so they do not include that generation of ciphers.
Two books are very widely used as references. Both are now somewhat dated, having been published before the AES competition so they do not include that generation of ciphers.
* ''Applied Cryptography: Protocols, Algorithms, and Source Code in C'' by [[Bruce Schneier]], widely used by programmers
* ''Applied Cryptography: Protocols, Algorithms, and Source Code in C'' by [[Bruce Schneier]], widely used by programmers [http://www.schneier.com/book-applied.html home page]
* ''Handbook of Applied Cryptography'' by A. J. Menezes, P. C. van Oorschot, and S. A. Vanstone, somewhat more mathematical than Schneier's book [http://www.cacr.math.uwaterloo.ca/hac/ PDF download]
* ''Handbook of Applied Cryptography'' by A. J. Menezes, P. C. van Oorschot, and S. A. Vanstone, with more of the math and theory than Schneier [http://www.cacr.math.uwaterloo.ca/hac/ PDF download]


== University level texts ==
== University level texts ==
* ''Cryptography Theory and Practice'' by Doug Stinson, CRC Press 2005, ISBN 9781584885085, [http://www.cacr.math.uwaterloo.ca/~dstinson/CTAP3/CTAP3.html home page]
* ''Cryptography Theory and Practice'' by Doug Stinson, CRC Press 2005, ISBN 9781584885085, [http://www.cacr.math.uwaterloo.ca/~dstinson/CTAP3/CTAP3.html home page]
* ''Introduction to Modern Cryptography'' by [[Phillip Rogaway]] and [[Mihir Bellare]], a mathematical introduction to theoretical cryptography including reduction-based security proofs.  [http://www.cs.ucdavis.edu/~rogaway/classes/227/spring05/book/main.pdf PDF download].
* ''Introduction to Modern Cryptography'' by [[Phillip Rogaway]] and [[Mihir Bellare]], a mathematical introduction to theoretical cryptography including reduction-based security proofs.  [http://www.cs.ucdavis.edu/~rogaway/classes/227/spring05/book/main.pdf PDF download].

Revision as of 20:57, 4 June 2009

This article is developing and not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
Catalogs [?]
 
A list of key readings about Block cipher.
Please sort and annotate in a user-friendly manner. For formatting, consider using automated reference wikification.

Any of the major texts listed under cryptography has a substantial section on block ciphers.

Standard references

Two books are very widely used as references. Both are now somewhat dated, having been published before the AES competition so they do not include that generation of ciphers.

  • Applied Cryptography: Protocols, Algorithms, and Source Code in C by Bruce Schneier, widely used by programmers home page
  • Handbook of Applied Cryptography by A. J. Menezes, P. C. van Oorschot, and S. A. Vanstone, with more of the math and theory than Schneier PDF download

University level texts