#20 in Internet & telecommunications books
Use arrows to jump to the previous/next product

Reddit mentions of Serious Cryptography: A Practical Introduction to Modern Encryption

Sentiment score: 5
Reddit mentions: 6

We found 6 Reddit mentions of Serious Cryptography: A Practical Introduction to Modern Encryption. Here are the top ones.

Serious Cryptography: A Practical Introduction to Modern Encryption
Buying options
View on Amazon.com
or
    Features:
  • Compatibility - sync data with our “1byone health” app, also support sync data with apple health, Google fit and Fitbit.
  • Measuring function - Use BIA technology to track your health information about Body weight, body fat, water, muscle mass, BMI, BMR, bone mass and Visceral fat.
  • Step-on technology and unlimited users - no more tapping or turning on a switch to use the scale. Just step on the scale and then you get an instant readout. Use our '1byone health' App to seamlessly track the health of each member of your family for healthy Living under the same roof.
  • Compact design - 3.3 inch highlight LED display, use high quality impact-resistant tempered glass which is 4 times stronger than common glass.
  • 4 High precision sensors - equipped with 4 high precision sensors, can weigh from 11 pounds up to 400 pounds in 0.2 lbs increments.
Specs:
ColorMulticolor
Height9.2 Inches
Length7 Inches
Number of items1
Release dateNovember 2017
Weight1.28 Pounds
Width1 Inches

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

Shuffle: random products popular on Reddit

Found 6 comments on Serious Cryptography: A Practical Introduction to Modern Encryption:

u/konukoii · 13 pointsr/crypto

Aside from the books others mentioned, I wanted to also suggest one that recently came out: "Serious Cryptography" by Jean-Philippe Aumasson. What I like about this book is that it focuses on teaching crypto via programming practical implementations. So if you like coding and learning by example I highly recommend it.

Link: https://www.amazon.com/dp/1593278268/ref=cm_sw_r_cp_apa_RSWKAbQZMK4FV

u/hoytech · 6 pointsr/programming

Good question. Iterative hashing in the hope of finding a short cycle actually has a name: the "rho method". It's called this because the lowercase greek letter rho (ρ) has the shape of a detected cycle. The idea is that if you find such a cycle, it means you have found a collision in the hash function (the value before you entered the cycle and the last value in the cycle both hash to the first value in the cycle).

A memory-efficient algorithm to search for these cycles is the "tortoise and the hare" algorithm:
https://en.wikipedia.org/wiki/Cycle_detection#Floyd.27s_Tortoise_and_Hare

The algorithm involves keeping two values and double-hashing one (the hare) and single-hashing the other (the tortoise). If the tortoise is ever the same as the hare then you've found a cycle.

The rho method has several applications, but in the context of cryptography there is a very accessible description in this recently published book: https://www.amazon.com/Serious-Cryptography-Practical-Introduction-Encryption/dp/1593278268/

u/DuosTesticulosHabet · 3 pointsr/crypto

Serious Cryptography is a great introductory book to look at before you dive into Blockchain. Blockchain: A Practical Guide to Developing Business, Law, and Technology Solutions would be my personal recommendation once you're ready to get more specific.

If you have zero background in crypto so far, check out this crash course article. It's a really short read and I think it's an awesome starting point. If you read nothing else before getting into blockchain, at least read through that article once or twice.

u/ardogeek · 2 pointsr/crypto

I recently read "Serious Cryptography: A Practical Introduction to Modern Cryptography"[1] and I recommend it.

​

It explains the basics without going too much into the theoretical bits and proofs and even goes a bit into post-quantum stuff.

​

Other than that, I really enjoyed Dan Boneh's Cryptography I course on Coursera [2]. I did not have time to do the assignments when I took it, but even just the theory is very interesting and up to date.

​

[1] https://www.amazon.com/Serious-Cryptography-Practical-Introduction-Encryption/dp/1593278268/

[2] https://www.coursera.org/learn/crypto

u/gatewaynode · 2 pointsr/encryption

If you like books and are interested in modern cryptography, "Serious Cryptography" was excellent. A more introductory text with historical context is "The Code Book".

u/thenewbier · 2 pointsr/HowToHack

Some CTF’s have good cryptography challenges. picoCTFs has a few good ones

Also this book is pretty good Serious Cryptography: A Practical Introduction to Modern Encryption https://www.amazon.com/dp/1593278268/ref=cm_sw_r_cp_api_i_3cOFDb0DBDJ1N