Cryptography Basics From Scratch in Python
Learn cryptography basics including encryption, decryption and cryptoanalysis from scratch in Python
Description
This is a hands-on cryptography course covering encryption, decryption and cryptoanalysis approaches for historical and classical methods. The most common cryptographic approaches will be mentioned such as shift ciphers, substitution ciphers, permutation ciphers and block ciphers. Everything will be developed from scratch in Python. This course will guide you to see and understand how the most advanced cryptography algorithms derived from these historical algorithm in time.
What You Will Learn!
- Cryptography basics and fundamentals
- Encryption / decryption
- Cryptoanalysis
- Applied cryptography
- See how historical encryption methods transformed to the most advaned systems
Who Should Attend!
- Interested in crypto
- Curious about data security