Need help with iterating hashes
#4
hashcat isn't a good tool for this problem. Hashes are not intended to be transferred back to the CPU.

Of all the popular programming languages javascript is probably the worst choice for computing intensive workloads. Pretty much all other languages, even scripting languages like perl or python, have low-level implementations in C or similar for cryptographic primitives.
Reply


Messages In This Thread
Need help with iterating hashes - by pdoctor - 12-15-2020, 11:52 PM
RE: Need help with iterating hashes - by pdoctor - 12-16-2020, 04:26 AM
RE: Need help with iterating hashes - by undeath - 12-16-2020, 01:30 PM
RE: Need help with iterating hashes - by pdoctor - 12-17-2020, 02:24 AM