Book Image

Hands-On Cryptography with Java [Video]

By : Erik Costlow
5 (1)
Book Image

Hands-On Cryptography with Java [Video]

5 (1)
By: Erik Costlow

Overview of this book

Security is paramount for any application. Cryptography occurs all across software fields: it protects all HTTPS traffic between browsers, encrypts phone storage against prying eyes, and can even hide files inside other files through a technique called steganography. This course is for developers looking to design a system that uses cryptography, rather than designing new algorithms. Most developers simply need to put the right pieces together to make their own system work. In this course, you will break down the concepts behind cryptography into simple lessons, covering terminology, algorithms, standards, and encryption/decryption techniques. We will also walk through how cryptographic systems are hacked to bypass (rather than break) their cryptographic capabilities. The course answers questions such as: What is cryptography used for? What are keys and where do they go? Why do networked systems sometimes give certificate validation errors? If I need to encrypt something, how should I do that? By the end of this course, you will recognize cryptographic problems and understand the right knowledge to apply a verifiable solution. All the code files are available on GitHub at this link: https://github.com/PacktPublishing/Hands-On-Cryptography-with-Java
Table of Contents (5 chapters)
Chapter 5
Putting it all together
Content Locked
Section 4
he DeepViolet Security Analyzer
DeepViolet is a library to simplify analysis of SSL connections and diagnose any issues. This video discusses about the same. - Explain DeepViolet as an easy way to analyze SSL - How to use DeepViolet as a dependency - Demonstrate analyzing traffic and comparing to SSL Labs