Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Elliptic Curve Cryptography Masterclass From Scratch in Java
Rating: 3.8 out of 5(114 ratings)
702 students

Elliptic Curve Cryptography Masterclass From Scratch in Java

Learn fundamentals of public key cryptosystem which empowers bitcoin and blockchain. Hands on experience from scratch
Last updated 5/2023
English

What you'll learn

  • Learn the math behind elliptic curves
  • Understand the public key cryptography
  • Use elliptic curves for PKI from scratch
  • Apply key exchange, digital signature and symmetric encryption in real world
  • Figure out how bitcoin and blockchain works

Course content

9 sections20 lectures4h 1m total length
  • Introduction3:39

    This is the introduction video. We will mention what this course covers and what this course offers.

Requirements

  • Basic Calculus
  • Basic Java or Python

Description

Elliptic curve cryptography (ECC) is the most advanced cryptosystem nowadays in the modern cryptography world. It lies behind the most of encryption, key exchange and digital signature applications today. It guarantees same security with other public key algorithms such as RSA or Diffie Hellman whereas it can handle the security with smaller keys also in faster way. Today, even bitcoin and other blockchain based cryptocurrencies are based on ECC!

In this course, we will mention on both the math behind elliptic curve cryptography and gain hands on experience in Java. In other words, the course covers both theory and practice deeply. On the other hand, everything will be developed in java from scratch. Also, no out-of-the-box of feature of any language will be used. Elliptic curves in Weierstrass, Koblitz and Edwards form (or shortly Edwards Curves) will be covered. Then, we will focus on  Elliptic Curve Diffie Hellman key (ECDH) exchange, Elliptic Curve ElGamal asymmetric encryption & decryption, digital signatures with elliptic curve digital signature algorithm (ECDSA).

Finally, you can have your own elliptic curve cryptography API when you enrolled the course, and no need to consume any other 3rd party dependency. No matter how deep java knowledge you have, being cryptography enthusiastic is enough to enroll this course.

Who this course is for:

  • Interested in crypto
  • Be an expert on public key cryptography
  • Enthusiastic about cryptographic engineering
  • Wonder what lies behind bitcoin and blockchain