Course Overview
5h 16m | 42 Videos | 54237 Views | Intermediate
Cryptography Using Python:
Cryptography is essential to protect sensitive information, but it is often performed inadequately or incorrectly. Through this training we shall learn various encryption methods, and attack them.
The training will include the following:
- Cryptography Concepts
- Understanding Python
- Installation of Python
- Strings and writing programs
- Reverse Cipher
- Caeser Cipher
- Brute Force Technique
- Transposition Cipher
- Sample program
- Encrypting and Decryption files
- Affine Cipher
- Simple substitution cipher
- One time pad cipher
- Finding Prime Numbers
- Public key cryptography
- RSA Cipher
Target Customers:
- Web Developers
Security professionals
Pre-Requisites:
- Passion to learn
- Basic knowledge about Python