cloak

RSA

Asymmetric encryption

The idea

RSA is an asymmetric cipher: anyone can encrypt with your public key, but only you (holding the private key) can decrypt. Its security rests on the difficulty of factoring large numbers.

The cast

Start the lesson