hashcat Forum
Crack Trustwallet - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Crack Trustwallet (/thread-13652.html)



Crack Trustwallet - elonmuskidiot - 07-07-2026

I see that absolutely no one is interested in this topic, but is it possible to implement the hash calculation for Trust Wallet—using the scheme pbkdf2_hmac_sha512 -> scrypt -> keccak256 —within the kernel?

I managed to write my own implementation entirely in OpenCL, but the speed turned out to be very low—only twice as fast as the CPU version. However, I simply cannot get it to work within a custom Hashcat module. It seems like Hashcat's architecture isn't suited for this kind of scheme. I haven't even been able to find a module that is remotely similar. What do you think?