Skip to content
#

cyphertext

Here are 4 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Feb 11, 2025
  • Python

Add this topic to your repo

To associate your repository with the cyphertext topic, visit your repo's landing page and select "manage topics."

Learn more