DevDays Europe 2021

Michel Schudel

Position: Software Engineer

Company: Craftsmen

Country: The Netherlands

Biography

Michel Schudel has been a passionate Java developer since 1998, building various Java solutions for banks, insurance companies and telecom providers. Since then he has seen the good, the bad and the ugly in Java land. He loves agile development, clean architecture and sharing knowledge with other developers!

Michel is currently working as a developer on a large bank project.

Talk

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.

Session Keywords

🔑 Cryptography
🔑 Encryption
🔑 Java
🔑 JCA

« Back