Dhiru Kholia
Dhiru Kholia
JtR Jumbo supports GPU acceleration for cracking `blockchain.info` wallets, ``` $ ../run/john --test --format=blockchain-opencl Will run 32 OpenMP threads Device 6: GeForce GTX TITAN X Benchmarking: blockchain-opencl, blockchain My Wallet...
Related: https://github.com/travisgoodspeed/md380tools/issues/925.
VeraCrypt internal algorithms,    
I am able to support the `boot` case using the following hack. The `boot mode` uses a different iteration count. ``` diff diff --git a/run/truecrypt2john.py b/run/truecrypt2john.py index 6816e91..06a7664 100755 ---...
I think we can have better support for TrueCrypt by combining our three different formats into a single format. ``` $ hashcat --help ... 62XY | TrueCrypt | Full-Disk Encryption...
I think we have https://github.com/magnumripper/JohnTheRipper/issues/2012 for adding VeraCrypt support. VeraCrypt disk images are not compatible with TrueCrypt / CipherShed.
TrueCrypt cipher modes, 
Twofish support is also working now. https://github.com/kholia/JohnTheRipper/tree/TC has the updated code. I will add support for Serpent XTS shortly. I believe that supporting the cascaded ciphers in a flexible and...
This can work but would involve creation of a large number of format names with a lot of boilerplate code! A simple hash format change involving an addition of a...
> Isn't our "tc_aes_xts" format exactly that? It includes the three separate ones: "tc_ripemd160", "tc_sha512" and "tc_whirlpool". I missed this completely. Thanks! My currently plan is to change the hash...