J-Fall 2019: Michel Schudel – Cryptography 101 for Java developers

So you’re logging in to your favorite crypto currency exchange over https using a username and password, executing some transactions, and you’re not at all surprised that, security wise, everything’s hunky dory…

The amount of cryptography to make all this happen is staggering. In order to appreciate and understand what goes on under the hood, as a developer, it’s really important to dive into the key concepts of cryptography.

In this session, we discover what cryptography actually is, and will use the JCA (Java Cryptography API) en JCE (Java Cryptography Extensions) in the JDK to explain and demo key concepts such as:

  • Message digests (hashing)
  • Encryption, both symmetric and asymmetric
  • Digital signatures, both symmetric and asymmetric

Furthermore, we’ll show how these concepts find their way into a variety of practical applications such as: – https and certificates – salted password checking – block chain technology After this session, you’ll have a better understanding of basic cryptography, its applications, and how to use the cryptography APIs in Java.

(Visited 25 times, 1 visits today)

You might be interested in