- Code: Select all
mrcypt -a blowfish file.txt
So I have file.txt.nc
To decrypt it you have to enter a passphrase which is then compared to an SHA1 hash. Cracking an SHA1 should be no problem, but I have no clue how the hash is stored or how to get to it. Anyone have any ideas about how one could find the hash?


