Need help with iterating hashes
#5
(12-16-2020, 01:30 PM)undeath Wrote: 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.

Very true. I do however have to work with what I have and unfortunately that doesnt include any low level language experience. Correct me if I'm wrong but isn't NodeJS based around C and C++ implementations for things, then just resort to those implementations when the code calls for it? 

I will just bite the bullet and do the processing via CPU it will only take a couple more weeks. I was just reaching for an alternative. 

Thanks for the responses.
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