Skip to content
#

decipher

Here are 21 public repositories matching this topic...

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

In this endeavor, I've delved into the intricate world of cryptographic puzzles, taking on the challenge of deciphering a unique fusion cipher that incorporates elements of both simple shift and columnar transposition techniques. The goal? To unlock hidden messages and understand the artistry behind secure communication methods.

  • Updated Nov 25, 2023
  • Python

Improve this page

Add a description, image, and links to the decipher 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 decipher topic, visit your repo's landing page and select "manage topics."

Learn more