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.
e7c0ad2e0d
# Conflicts: # createRainbow.c # decrypt.c # readBulk.c # readBulk.h |
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 | |
decrypt.c | 5 years ago | |
encrypt.c | 5 years ago | |
rainbowvalue.h | 5 years ago | |
readBulk.c | 5 years ago | |
readBulk.h | 5 years ago |
README.md
compile with make
usage: ./rainb file.txt to create rainbow table ./encryptf file password to encrypt file with passwort(the sha256 hash is used) ./brutef file.txt.sha256 file.encry to decrypt
fix: does not work with larger files (>60840bytes) and all threads continue calculating even if password was found