September 2021
Beginner to intermediate
400 pages
12h 36m
English
This chapter covers
In chapter 4, you learned about authenticated encryption, a cryptographic primitive used to encrypt data but limited by its symmetry (both sides of a connection had to share the same key). In this chapter, I’ll lift this restriction by introducing asymmetric encryption, a primitive to encrypt to someone else’s key without knowing the key. Without surprise, asymmetric encryption makes use of key pairs and encryption will use public keys instead of symmetric keys.
Halfway through this chapter, you will see that asymmetric ...
Read now
Unlock full access