Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
#19
I've attached the program so far. You can compile it by changing the included.h with a path to your local hashcat opencl directory, gcc -o main main.c -lOpenCL should compile it just fine under linux (and it should work under osx as well). Changing the define next to AES256_set_decrypt_key in the kernel file should disable AES and pump the speed up from 128 M/s to more than a billion a second (with a 1080).

Unrelated, but I've found discussion in the forum before that dictionary attacks with more than 2 dictionaries are painfully slow, while I don't believe I've seen it slowing anything at all in here.


Attached Files
.zip   archive.zip (Size: 6.51 KB / Downloads: 7)


Messages In This Thread
RE: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data) - by uaioaqo - 01-20-2018, 06:48 PM