Block cipher/Bibliography: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Sandy Harris
imported>Sandy Harris
Line 7: Line 7:
* ''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]
* ''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, with more of the math and theory than Schneier [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]
A more recent guide is:
* ''Practical cryptography'' by [[Neils Ferguson]] and [[Bruce Schneier], Wiley 2003, ISBN 978-0471223573, [http://www.schneier.com/book-practical.html home page]


== AES ==
== AES ==

Revision as of 21:15, 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.

Few books deal with block ciphers exclusively, but almost any text on cryptography has a major section devoted to block ciphers. See our cryptography bibliography for additional sources.

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

A more recent guide is:

AES

University level texts