substitution-cipher
There are 111 repositories under substitution-cipher topic.
k4m4/caesar-cli
Break rotational letter substitution (ROT) encoded text, right from your terminal.
je-suis-tm/cryptography
Python substitute and transposition ciphers including Vigenère Cipher, Rail Fence Cipher, Caesar Cipher
JorianWoltjer/SubSolver
CLI tool to Solve Substitution Ciphers using a wordlist
fxxce/Symmetric-Encryption
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
vesche/pmhsc
poor man's homophonic substitution cipher
bedirhanguner/cryptography-algorithms
Cryptography algorithms on C#
HolzerSoahita/Cracking_code_python
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
djeley/ssc-decryptor
A script for decrypting text encrypted with monoalphabetic/simple substitution ciphers using combined pattern deduction.
phillity/Cryptography
Cryptography Algorithm Implementations
pratik1998/Substitution_Cipher_Solver
This repository contains my B.Tech project work on automatic solution to short substitution cipher using dictionary attack
alessimichele/HMM-for-text-decryption
This repository contains a Python implementation of HMM and MCMC methods for text decryption. These methods are applied for decrypting messages which have been encoded using a various ciphers.
amirrezarajabi/cryptography
This repository implements a variety of cryptographic methods and methods of breaking them
anishsingh20/Ceasers-Cipher
A repository which contains the implementation of Ceasers Cipher which is a very basic and most common data encryption Technique in C++.
ArfahUpade/Ssssh
A side project developed for Experiment 2 of Security Lab, Design & implementation of a product cipher using substitution and transposition Ciphers. The link to the website is given below. Have fun!
gsiddhad/Cryptography
Implementation of Ciphers
keirakaitlynn/MonoalphabeticSubstitutionCiphers
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.
aman-roy/Extended-Substitution-Cipher
Implimentation of Extended Substitution Cipher
b0oml/Monoalphabetic-Solver
Web interface for performing monoalphabetic substitution
dance-dance-banana-frenzy/keen-unicoder
Map English letters to unicode representing the Standard Galactic Alphabet
drproduck/RectangularCipher
Solving a combination of substitution cipher and transposition cipher (on the same cipher text)
Jigsy1/IdeoCipher
Ideograph Cipher - A way of encrypting text using Kanji and Kana. (Proof of Concept)
loneicewolf/ciphers-python
Cypher, Cipher, Cyphers, Ciphers, cryptography, encryption, obfuscation, enciphering, deciphering - in python3
reinforchu/SimpleCipherCalc
Simple Substitution Cipher Calculator
sudiptab2100/CryptographicAlgorithms
Implementation of Cryptographic Algorithms of course Modern Cryptography(CSC049P1M) offered in IIT Jammu.
TomMakesThings/Vigenere-Cracker
Java code to crack words encrypted using the same key by a Vigenère cipher
vishal1565/Cryptography
Some Cryptographic Algorithms written in python3
akshatkuk04/HashedCryp
A Differential Cryptanalysis attack on a Toy Cipher
bachvo01/Caesar-Cipher
A visualisation of Caesar Cipher - one of the oldest cipher in the human history.
flowlord/Multiple-Substitution-Encryption
MULTIPLE SUBSTITUTION ENCRYPTION Chiffrement de texte par substitution + obscurcissement
LLIEPJIOK/crypto
Application for encrypting and decrypting text
rostok2112/CryptoPie
Encryptor, decryptor, encoder and decoder with implemented collection of cryptography and encoding algorithms and CLI interface
sambayon/albhed
The Al Bhed are a tribe of technologists in Final Fantasy X and Final Fantasy X-2. Making up ten percent of the Spiran population, they have a unique language and, unlike the other races in Spira, use machina (technology).
shreyansh26/Solving-Substitution-Ciphers-using-MCMC
Solving substitution ciphers using Markov Chain Monte Carlo (MCMC)
TheMadTomato/Cipher-Temple
Goal is to make script that archive every cipher algorithm and give users a demo of how they work
Yidne21/Encryption
Fundamentals of software security encryption algorithm using java