Skip to content
#

substitution-cipher

Here are 143 public repositories matching this topic...

This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA

  • Updated Feb 27, 2022
  • Python

Program that encrypts plaintext and (attempts) to decrypt ciphertexts, encrypted via a mono-alphabetic substitution cipher. Replaces letters based on frequency / n-gram analysis. Tried to incorporate hill-climbing algorithm by measuring the fitness of resulting texts to find the best key.

  • Updated Oct 3, 2020
  • Python

A Python implementation of the classical Playfair cipher with encryption and decryption support. Built for educational purposes to understand digraph substitution and historical cryptographic techniques.

  • Updated Jun 25, 2026
  • Python

Add this topic to your repo

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

Learn more