EvilZone

Hacking and Security => Hacking and Security => Topic started by: trexd___ on June 26, 2013, 03:57:09 PM

Title: Applied Cryptography
Post by: trexd___ on June 26, 2013, 03:57:09 PM
hello ive recently been reading applied cryptography by Bruce Schneier  and realised this was published in 1996 how useful is the code and material nowadays
Title: Re: Applied Cryptography
Post by: Fur on June 26, 2013, 04:11:50 PM
Very, but it doesn't cover everything. I don't think it covers SHA-2, AES, and a bunch of other stuff one should know.

However, I would instead recommend this (http://cacr.uwaterloo.ca/hac/) free book.
Title: Re: Applied Cryptography
Post by: Psycho_Coder on July 17, 2013, 05:03:35 AM
If you are a beginner in the field of Cryptography then I recommend you to read Cryptography and Network Security by Behrouz Farouzan. You can also read Cryptography by william Stallings. These two are the very best books for learning Cryptography.


Have fun learning,


Thank you,
Psycho_Coder
Title: Re: Applied Cryptography
Post by: Deque on July 17, 2013, 08:50:50 AM
hello ive recently been reading applied cryptography by Bruce Schneier  and realised this was published in 1996 how useful is the code and material nowadays

This book is seen as THE book for cryptography. But of course the age takes it's tribute.
The code is still useful, but more modern algorithms will be missing and if he says something like: "This algorithm is seen as secure" you shouldn't believe it. A lot of algorithms become insecure over time, because the hardware gets better or someone finds vulnerabilities no one has thought about before.

Just read it with care.