111 Lab 4
111 Lab 4
Objective:
Create a Python program that can encrypt and decrypt messages using the Columnar
Transposition Cipher technique. This exercise will enhance your understanding of string
manipulation, matrix operations, and basic encryption methods in Python.
Background:
For example:
Task:
Instructions
Example Usage
Input
Copy code
Enter the plaintext message: Love is not blind
Enter the key (number of columns): 8
Output
Copy code
Encrypted Message: Lndoo.vte__bilsi_n
Decrypted Message: Loveisnotblind