Cryptography 101 for Java Developers: Secure Your Transactions π
Learn essential cryptography concepts tailored for Java developers to enhance the security of your cryptocurrency transactions and protect user data effectively.

Devoxx
31.0K views β’ May 16, 2019

About this video
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.
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.
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
31.0K
Likes
807
Duration
42:59
Published
May 16, 2019
User Reviews
4.6
(6) Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.
Trending Now