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.
d34dcbf4ea | 5 years ago | |
---|---|---|
Makefile | 5 years ago | |
README.md | 5 years ago | |
createRainbow.c | 5 years ago | |
cryptwrapper.h | 5 years ago | |
crypwrapper.c | 5 years ago | |
main.c | 5 years ago | |
rainbowvalue.h | 5 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