|  

[Packt] Hands-On Cryptography with Java [FCO] GloDLS



Size :747.02 MB
Peers : Seeders : 0      Leechers : 0
Added : 5 years ago » by SaM » in Tutorials
Language : English
Last Updated :7 months ago
Info_Hash :4480BB82DAA3A2A0B666704515FD8D71965B9442

Torrent File Contents

[Packt] Hands-On Cryptography with Java [FCO] GloDLS
  01.Cryptographic Introduction/0101.The Course Overview.mp4
  -  4.99 MB

  01.Cryptographic Introduction/0102.Goals of Cryptography and Where It Is Used.mp4
  -  9.78 MB

  01.Cryptographic Introduction/0103.History of Cryptography and Why You Shouldn’t Build New Algorithms.mp4
  -  11 MB

  01.Cryptographic Introduction/0104.The Architectural Layout of Modern Cryptography.mp4
  -  10.38 MB

  01.Cryptographic Introduction/0105.Concepts That Will Be Important Later.mp4
  -  13.76 MB

  02.Basic Ciphers/0201.Symmetric Ciphers and Where They Are Used.mp4
  -  8.3 MB

  02.Basic Ciphers/0202.Basic Encryption with Symmetric Ciphers.mp4
  -  19.54 MB

  02.Basic Ciphers/0203.Hashing and MessageDigest For Validations.mp4
  -  21.23 MB

  02.Basic Ciphers/0204.Common Security Flaws When Using Symmetric Ciphers.mp4
  -  10.55 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0301.This section will cover how asymmetric cryptography works...mp4
  -  37.58 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0302.Creating A KeyPairGenerator Instance.mp4
  -  19.71 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0303.Storing the Java KeyStore.mp4
  -  28.99 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0304.Java KeyTool.mp4
  -  22.18 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0305.Creating A KeyGenerator Instance.mp4
  -  83.12 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0306.Basic Encryption with Asymmetric Ciphers.mp4
  -  28.51 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0307.What to Do When PKIX Validation Fails.mp4
  -  58.86 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0308.Java Certificate Chains.mp4
  -  69.19 MB

  03.Advanced Ciphers, Asymmetric, and Public Key/0309.The Key Escrow Problem.mp4
  -  46.1 MB

  04.Hacking Techniques – Breaking and Bypassing/0401.Using Unique Keys and Certificates.mp4
  -  12.11 MB

  04.Hacking Techniques – Breaking and Bypassing/0402.Certificate Pinning.mp4
  -  36.9 MB

  04.Hacking Techniques – Breaking and Bypassing/0403.Signed JAR Files.mp4
  -  28.55 MB

  04.Hacking Techniques – Breaking and Bypassing/0404.Token Harvesting.mp4
  -  12.9 MB

  04.Hacking Techniques – Breaking and Bypassing/0405.When and How to Upgrade Algorithms.mp4
  -  11.23 MB

  04.Hacking Techniques – Breaking and Bypassing/0406.Standard Decompilation Tools.mp4
  -  25.74 MB

  05.Putting it all together/0501.Encrypting and Decrypting Files.mp4
  -  23.71 MB

  05.Putting it all together/0502.Obtaining Certificates from LetsEncrypt or AWS.mp4
  -  52.51 MB

  05.Putting it all together/0503.Qualys SSL Labs for Your Servers.mp4
  -  19.76 MB

  05.Putting it all together/0504.he DeepViolet Security Analyzer.mp4
  -  18.61 MB

  Exercise Files/exercise_files.zip
  -  880.49 KB

  Discuss.FreeTutorials.Us.html
  -  165.68 KB

  FreeCoursesOnline.Me.html
  -  108.3 KB

  FreeTutorials.Eu.html
  -  102.23 KB

  How you can help Team-FTU.txt
  -  259 Bytes

  [TGx]Downloaded from torrentgalaxy.org.txt
  -  524 Bytes

  Torrent Downloaded From GloDls.buzz.txt
  -  84 Bytes



Torrent Description

Description:


By: Erik Costlow
Released: Thursday, January 31, 2019 New Release!
Torrent Contains: 35 Files, 6 Folders
Course Source: https://www.packtpub.com/application-development/hands-cryptography-java-video

Learn enough cryptography to solve problems without a math background

Video Details

ISBN 9781838554972
Course Length 2 hours 49 minutes

Table of Contents

• CRYPTOGRAPHIC INTRODUCTION
• BASIC CIPHERS
• ADVANCED CIPHERS, ASYMMETRIC, AND PUBLIC KEY
• HACKING TECHNIQUES – BREAKING AND BYPASSING
• PUTTING IT ALL TOGETHER

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.
All the code files are available on GitHub at this link: https://github.com/PacktPublishing/Hands-On-Cryptography-with-Java

Style and Approach

This 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.

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

Authors

Erik Costlow

Erik Costlow ran Oracle’s 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.