Reddit Reddit reviews Practical Cryptography

We found 8 Reddit comments about Practical Cryptography. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Networking & Cloud Computing
Internet & Telecommunications
Practical Cryptography
Wiley
Check price on Amazon

8 Reddit comments about Practical Cryptography:

u/OrangeredStilton · 22 pointsr/Bitcoin

I followed the rabbit-hole a bit, and landed at this book: https://www.amazon.com/Practical-Cryptography-Niels-Ferguson/dp/0471223573/

In which "double SHA-256" is discussed as a way to prevent attacks on SHA-256 from affecting your hashing algorithm. There's a known advantage to running multiple rounds of a hashing or encrypting algorithm (see bcrypt which is recommended for multi-round hashing of passwords for storage in a database).

u/beancc · 3 pointsr/java

wow... r/java is probably not the place for this, you should be in r/crypto. crypto is a big and in depth field, expect a very long learning path. Taking this and reading this will give you a start. For java, try bouncycastle and his book. We regular folk are not advised to write algorithms or protocols.

u/gsuberland · 3 pointsr/crypto

To add to this: Practical Cryptography by Schneier and Ferguson is my top recommendation.

u/OmegaNaughtEquals1 · 2 pointsr/cpp_questions

Everything you ever wanted to know about cryptography (but not necessarily all cryptographic algorithms) is in Practical Cryptography. If that doesn't fill your cup, then put on your big-boy pants and dive into Applied Cryptography. You will note that Brian Schneier is a common author between those two books. There is a reason for that. :-)

u/infinity_plus_1 · 2 pointsr/crypto

I started with this book: https://www.amazon.com/Practical-Cryptography-Niels-Ferguson/dp/0471223573 and can't recommend it strongly enough as an entry point.

It doesn't get into the algorithms but instead the different types and modes of encryption, when you would want to use them, and why. That can serve as a nice jumping off point to more detailed research.

It's a very approachable book and you'll come out of the book knowing how to use crypto well.

u/NicknameAvailable · 1 pointr/cryptography

I highly recomment Practical Cryptography - I heard there's a newer version out from the author but I haven't read that one personally, it's probably worth checking into. It's a great book for beginners, it goes over mostly methodologies and implementation, a bit of the math too.

u/tairygreene · 1 pointr/programming

Bruce Schnier and some other guy's Practical Cryptography