Hands-On Cryptography with Java [Video]
Learn |
|
---|---|
About |
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 Style and ApproachThis course focuses on problems, solutions, and examples. Each scenario explains the problem being solved, the role of cryptography used in solving that problem, and then provides a copy-able demonstration of the solution. All examples are self-contained projects with just enough code to be clear, concise, and legible for new to mid-level developers. |
Features |
|
Course Length | 2 hours 49 minutes |
ISBN | 9781838554972 |
Date Of Publication | 31 Jan 2019 |
Goals of Cryptography and Where It Is Used |
History of Cryptography and Why You Shouldn’t Build New Algorithms |
The Architectural Layout of Modern Cryptography |
Concepts That Will Be Important Later |