Asymmetric Encryption Demo

Understanding RSA with simple, easy numbers

What is Asymmetric Encryption?

Asymmetric encryption uses two different keys: a public key (shared with everyone) and a private key (kept secret). Anyone can encrypt a message with your public key, but only you can decrypt it with your private key.

1 Key Generation

First, we need to generate our keys. RSA uses prime numbers for this.