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

Improve this page

Add a description, image, and links to the cyphertext topic page so that developers can more easily learn about it.

Curate this topic

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