Cryptography
This week we will be learning about cryptography, a method of protecting information by encoding it. We will be learning about the different types of ciphers, and how to implement them in Python.
Terminologies of Cryptography
Plain Text
Cipher Text
Encryption
Decryption

Characteristics of Modern Cryptography
Types of Cryptography
Symmetric Cryptography

Asymmetric Cryptography

Hash Functions
Python Libraries for Cryptography
Last updated