Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Hands-On Cryptography with Java, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:02:24
    The Course Overview
  2. Урок 2. 00:05:19
    Goals of Cryptography and Where It Is Used
  3. Урок 3. 00:05:30
    History of Cryptography and Why You Shouldn’t Build New Algorithms
  4. Урок 4. 00:05:17
    The Architectural Layout of Modern Cryptography
  5. Урок 5. 00:07:28
    Concepts That Will Be Important Later
  6. Урок 6. 00:04:47
    Symmetric Ciphers and Where They Are Used
  7. Урок 7. 00:06:43
    Basic Encryption with Symmetric Ciphers
  8. Урок 8. 00:08:30
    Hashing and MessageDigest For Validations
  9. Урок 9. 00:06:20
    Common Security Flaws When Using Symmetric Ciphers
  10. Урок 10. 00:04:47
    Asymmetric Ciphers and Where They Are Used
  11. Урок 11. 00:05:19
    Creating A KeyPairGenerator Instance
  12. Урок 12. 00:07:59
    Storing the Java KeyStore
  13. Урок 13. 00:06:10
    Java KeyTool
  14. Урок 14. 00:03:39
    Creating A KeyGenerator Instance
  15. Урок 15. 00:07:47
    Basic Encryption with Asymmetric Ciphers
  16. Урок 16. 00:04:33
    What to Do When PKIX Validation Fails
  17. Урок 17. 00:05:17
    Java Certificate Chains
  18. Урок 18. 00:05:19
    The Key Escrow Problem
  19. Урок 19. 00:05:35
    Using Unique Keys and Certificates
  20. Урок 20. 00:10:09
    Certificate Pinning
  21. Урок 21. 00:07:29
    Signed JAR Files
  22. Урок 22. 00:05:13
    Token Harvesting
  23. Урок 23. 00:05:36
    When and How to Upgrade Algorithms
  24. Урок 24. 00:07:26
    Standard Decompilation Tools
  25. Урок 25. 00:08:20
    Encrypting and Decrypting Files
  26. Урок 26. 00:05:58
    Obtaining Certificates from LetsEncrypt or AWS
  27. Урок 27. 00:05:26
    Qualys SSL Labs for Your Servers
  28. Урок 28. 00:05:42
    The DeepViolet Security Analyzer