Author Topic: Applied Cryptography  (Read 775 times)

0 Members and 1 Guest are viewing this topic.

Offline trexd___

  • /dev/null
  • *
  • Posts: 14
  • Cookies: -3
    • View Profile
Applied Cryptography
« 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

Offline Fur

  • Knight
  • **
  • Posts: 216
  • Cookies: 34
    • View Profile
Re: Applied Cryptography
« Reply #1 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 free book.
« Last Edit: June 26, 2013, 04:19:18 pm by Fur »

Offline Psycho_Coder

  • Knight
  • **
  • Posts: 166
  • Cookies: 84
  • Programmer, Forensic Analyst
    • View Profile
    • Code Hackers Blog
Re: Applied Cryptography
« Reply #2 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
"Don't do anything by half. If you love someone, love them with all your soul. When you hate someone, hate them until it hurts."--- Henry Rollins

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Applied Cryptography
« Reply #3 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.
« Last Edit: July 17, 2013, 08:51:06 am by Deque »