single threaded application to brute force (dictionary attack) encrypted dummy data with help of pre calculated hash table
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
leonnicolas d34dcbf4ea initial commit 4 years ago
Makefile initial commit 4 years ago
README.md initial commit 4 years ago
createRainbow.c initial commit 4 years ago
cryptwrapper.h initial commit 4 years ago
crypwrapper.c initial commit 4 years ago
main.c initial commit 4 years ago
rainbowvalue.h initial commit 4 years ago

README.md

type make rainbow to compile rainbow table generator ./rainb file.txt will create hash values from password file file.txt and safe them in file.txt.sha256

make will compile only the brute force application ./brutef file.txt.sha256 somepassword will decrypt some summy data with somepassword's hash value and then try to decript it using hashes in file.txt.sha256