Monoalphabetic Cipher in python
-
Updated
Mar 1, 2020 - Python
Monoalphabetic Cipher in 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.
Implementation of various cipher algorithms
GTU Information and Network Security ( INS ) in python .
Solves substitution cipher algorithm on short text without spaces
In this program, we want to create an unlimited chatroom based on TCP/IP between the client and the server.
The Monosar Project is used to implement Caesar Cipher and Mono-Alphabetic substitution
Add a description, image, and links to the monoalphabetic topic page so that developers can more easily learn about it.
To associate your repository with the monoalphabetic topic, visit your repo's landing page and select "manage topics."