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 4
Hacking Techniques – Breaking and Bypassing
Content Locked
Section 1
Using Unique Keys and Certificates
Key re-use is easy but also simplifies role for attackers to brute force implementations. We will about these keys in this video. - Discuss acceptable re-use versus too much re-use - Talk about one-time pads - Compare certificate re-use against password re-use