#914 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Practical Cryptography

Sentiment score: 3
Reddit mentions: 8

We found 8 Reddit mentions of Practical Cryptography. Here are the top ones.

Practical Cryptography
Buying options
View on Amazon.com
or
    Features:
  • 4 Light Mounting Tabs
  • Powder Coated Steel Construction for Durability
  • Custom Fit for your all 2014-2018 Subaru Forester models
  • Aggressive Rally Styling
  • All Welded Construction
Specs:
Height9.098407 Inches
Length7.200773 Inches
Number of items1
Weight1.71519639836 Pounds
Width0.999998 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 8 comments on 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