Skip to content

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.

Notifications You must be signed in to change notification settings

SandyWagwa/cyphertext-plaintext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

No packages published

Languages