-
Notifications
You must be signed in to change notification settings - Fork 0
The script implements the Hill cipher encryption algorithm in Python, where it reads a key matrix from a file (kX.txt), processes a plaintext file (pX.txt), and encrypts the text using matrix multiplication and modular arithmetic. The program then outputs the key matrix, formatted plaintext, and the resulting ciphertext.
SandyWagwa/cyphertext-plaintext
About
The script implements the Hill cipher encryption algorithm in Python, where it reads a key matrix from a file (kX.txt), processes a plaintext file (pX.txt), and encrypts the text using matrix multiplication and modular arithmetic. The program then outputs the key matrix, formatted plaintext, and the resulting ciphertext.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published