Dhiru Kholia

Results 58 comments of 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, ![veracrypt-1](https://user-images.githubusercontent.com/79528/30029432-e0a3247c-91a6-11e7-8542-e15207e06def.png) ![veracrypt-2](https://user-images.githubusercontent.com/79528/30029433-e0a41d00-91a6-11e7-89f1-3f55eacdd772.png) ![veracrypt-3](https://user-images.githubusercontent.com/79528/30029623-94414158-91a7-11e7-8eb4-9b4106b6fad9.png) ![veracrypt-4](https://user-images.githubusercontent.com/79528/30029624-9476a2ee-91a7-11e7-9e12-b89e7484058e.png)

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, ![truecrypt-7-modes](https://user-images.githubusercontent.com/79528/29740512-c57931ec-8a75-11e7-8b6c-18da3fdbdd28.png)

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...