Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Public Key Cryptography From Scratch In Python
Rating: 4.3 out of 5(89 ratings)
646 students

Public Key Cryptography From Scratch In Python

Learn how to implement crypto using Python, covering topics such as Key Exchange, Encryption and Digital Signatures
Last updated 5/2026
English

What you'll learn

  • Learn different public key cryptography algorithms
  • Key Exchange Algorithms and Protocols
  • Asymmetric Encryption
  • Homomorphic Encryption
  • Digital Signatures
  • Elliptic Curve Cryptography
  • Bitcoin and Blockchain Protocol

Course content

8 sections59 lectures9h 12m total length
  • Introduction2:44

Requirements

  • Basic Python

Description

Welcome to the "Public Key Cryptography From Scratch In Python" course! This comprehensive program introduces you to the world of public key cryptography and guides you through its practical implementation in Python.

What You'll Learn:


  • Fundamental Concepts: Gain a solid understanding of public key cryptography, its role in securing data, and its applications in key exchange, encryption, decryption, secure data transmission, digital signatures, and more.

  • Key Algorithms: Dive into the core public key algorithms, including Diffie-Hellman, RSA, ElGamal, Paillier, DSA, and Elliptic Curve Cryptography (ECC).

  • Homomorphic Encryption: Explore the fascinating world of homomorphic encryption, allowing you to perform calculations on encrypted data without decryption. Learn about partially and fully homomorphic encryption and their real-world applications.

  • Efficiency with Elliptic Curves: Discover how elliptic curves enable faster and more efficient implementations with smaller key sizes. Explore key exchange, digital signatures, asymmetric encryption, and more using ECC.

Hands-On Learning:

This course combines theoretical insights with practical Python programming exercises. You'll implement cryptographic algorithms from scratch and tackle real-world problems, building a strong foundation in cybersecurity and cryptography.

Who Should Enroll:

Whether you're a beginner or an experienced Python developer, this course equips you with essential knowledge and skills to excel in the field of cybersecurity and cryptography. By the end of this course, you'll have a confident grasp of public key cryptography principles and the ability to implement cryptographic algorithms effectively in Python.

Who this course is for:

  • Ones who interested in cryptography
  • Curious about public key cryptography