Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 419 Bytes

File metadata and controls

13 lines (7 loc) · 419 Bytes

Laboratory-cryptographic-analysis 👨‍💻

📒laboratory_1.py: Basic elements of a Python program.

📒laboratory_2.py: We introduce a short presentation about ENCODING and ENCRYPTION.

📒laboratory_3.py: Reverse Cipher and Caesar Cipher

📒laboratory_4.py: We implement the Brute Force method for Caesar Cipher.

📒laboratory_5.py: Shift Ciphers.

📒laboratory_6.py: Encrypting the contents of a file.