Opleiding: Cryptography Essentials in Python
A practical guide to encryption, hashing, and digital signatures in Python
Description
From ancient secrets to modern digital security, cryptography is the art and science of protecting information. This course takes you on a journey through its core principles, starting with a glimpse into historical ciphers and the brilliant minds that shaped the field. We'll unravel the fundamental differences between symmetric and asymmetric encryption, the two pillars of modern data protection.
You'll explore the pycryptodome library and learn to implement widely-used algorithms like AES for symmetric encryption and RSA for asymmetric encryption. We'll also cover how to ensure data integrity with hashing and digital signatures, and how to establish trust using digital certificates. Through hands-on labs, you will apply these concepts to build secure Python applications, turning theory into practical skill.
Learning Goals
- Recognize the importance of strong encryption and signing [Remember]
- Identify the different ways to break encryption [Remember]
- Describe the difference between symmetric and asymmetric encryption [Understand]
- Study the mathematical background of encryption and digital signing algorithms [Remember]
- Describe the role of certificates to make encryption and signing secure [Understand]
- Use encryption, decryption, signing, verification in Python. [Apply]
Subjects
- A Brief History of Cryptography
- Symmetric Encryption (AES)
- Asymmetric Encryption (RSA)
- Cryptography in Python with pycryptodome
- Hashing and Digital Signatures
- Working with Certificates