Found 43 repositories(showing 30)
SpiderLabs
cribdrag - an interactive crib dragging tool for cryptanalysis on ciphertext generated with reused or predictable stream cipher keys
The project is to crack crib dragging in an efficient way. It will crib drag 5,000 most common English vocabularies on the cipher text and collect all the words that are partially/entirely recognized as an English word. The method saves us a lot of time on going through thousands of impossible matches. It also provide us the potential to start the dragging trial from longer length word, which turns out to be most likely to existed. To reveal the real plain text, please use the great crib dragging tools from https://github.com/SpiderLabs/cribdrag to help the cracking while generate a bunch of high possible candidates from this project.
ChesleyTan
A Hill Cipher Cracker that performs automated crib dragging given a known plaintext and a ciphertext.
ZacharyMcGee
Online Interactive Crib Dragging Tool
jjamme
No description available
FrankHassanabad
Crib dragging tools and attacks in NodeJS
JoshOrndorff
My solutions to the programming projects that accompany Dan Boneh's crypto course
sam-b
Asimple script for crib dragging against many-time pads I preiodically use for CTFs
yhuangbl
programming assignment for COMP 3632
JesseClarkND
tools used to help attack one time pads
sreerajm98
Useful script to decrypt OTP cyphertexts
rfunnn
an attack where it will guess part of a plain text message and decrypt other encrypted messages by dragging a XOR of the known plain text over two or more messages.
elizabethtian
crib dragging tools for breaking "multi-time-pad"
owang1
Python cribdragging decryption program for COMP3632 Principles of Cybersecurity class at HKUST.
dhanmigas
No description available
jp-beltran
No description available
BrandonNickas
Crib dragging program to show insecurity in OTP with reused key
CDixon0416
Cipher text only attack using 10 cipher texts encrypted with the same key
sdbanik
No description available
rmpp
No description available
jahlee
python3 crib dragging solver
davidrelke
Crib-drag attack utility used against ciphertexts encrypted with the same key - Created for the course Network Security (Fall 2020) at Aarhus University
Rajeshwarimughilan
Educational cryptanalysis framework for detecting keystream reuse via Kappa statistics and known-plaintext attacks.
forensicskween
Interactive XOR crib-dragging tool
Mikezar
Key guessing program by using crib-dragging technique
Alfie-Edwards
Simple crib dragging application to decode encrypted messages
No description available
Kethen
single html web application for assisting crib dragging, made for my cyber security course assignment which asked me to perform manual crib dragging
ll3006
A terminal-based editor for crib dragging, powered by textual.
sri2002-lab
Cryptanalysis solution for Many-Time Pad challenge using crib dragging technique