August 2021
Intermediate to advanced
304 pages
8h 50m
English
This chapter covers
cryptography packageIn the previous chapter, you learned how to ensure confidentiality with symmetric encryption. Symmetric encryption, unfortunately, is no panacea. By itself, symmetric encryption is unsuitable for key distribution, a classic problem in cryptography. In this chapter, you’ll learn how to solve this problem with asymmetric encryption. Along the way, you’ll learn more about the Python package named cryptography. Finally, I’ll show you how to ensure nonrepudiation with digital signatures.
Symmetric encryption works great ...
Read now
Unlock full access