Video description
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.
What You Will Learn
- Develop applications that use an existing reliable cryptography
- Build complex integrations with other systems, taking advantage of worldwide public key infrastructures and certificates
- Identify hacking risks in your own and other cryptographic systems and how to fix them
- Discover cryptographic terms used to describe any system you work on or with
- Design functioning, well-performing applications that use seamless cryptography
Audience
This video course is for developers whose applications require encryption, or integration with an external cryptographic system. The course requires knowledge of Java programming but does not require a degree in mathematics or advanced computer science.
Java developers building standard applications that require encryption, developers looking to understand flaws in cryptographic systems, and developers who do not want flaws in their cryptographic systems will benefit from this course.
About The Author
Erik Costlow: Erik Costlow ran Oracles Java Root Certificate program, coordinating efforts with many cryptographic organizations. He is an experienced software security expert focused on program analysis and runtime instrumentation to detect security issues and provide useful guidance on fixing any security issues.
Product information
- Title: Hands-On Cryptography with Java
- Author(s):
- Release date: January 2019
- Publisher(s): Packt Publishing
- ISBN: 9781838554972
You might also like
book
Java Cryptography
Cryptography, the science of secret writing, is the biggest, baddest security tool in the application programmer's …
book
Implementing SSL/TLS Using Cryptography and PKI
Hands-on, practical guide to implementing SSL and TLS protocols for Internet security If you are a …
video
From 0 to 1: Data Structures & Algorithms in Java
This is an animated, visual and spatial way to learn data structures and algorithms. Our brains …
book
Reactive Systems in Java
Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. …