Please note, this is a STATIC archive of website hashcat.net from October 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: cuModuleLoad() 301 cudaHashcat scrypt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have been using cudaHashcat to crack some PBKDF2 and bcrypt passwords but when I tried to crack scrypt password though I was able to crack the example scrypt hash onĀ https://hashcat.net/wiki/doku.php?id=example_hashes, I get the cuModuleLoad() 301 error when I try to crack the hashes I generated

command and result:

>cudaHashcat64.exe -m 8900 --weak-hash-threshold=0 --potfile-disable --outfile=scrypt_cracked.txt SCR
YPT:4096:1:1:oDMC11FUmW9UImKd:ODSw76mWDBap8oXZtkRQp5aYrwJ0XrofvNHZBKFXuYM= rocky
ou.txt
cudaHashcat v2.01 starting...

Device #1: GeForce GT 630M, 2048MB, 1600Mhz, 2MCU

Hashes: 1 hashes; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable Optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c

SCRYPT tmto optimizer value set to: 2



ERROR: cuModuleLoad() 301
301 usually means you unpacked the archive wrong, but since you're able to crack other formats, not sure what's up. I would suggest using beta instead though.
Is it possible that the issue is because of the work factor, 4096 because I am able to crack scrypt hashes with 104 as the work factor. But, it doesn't makes sense for this error to show up
Well 301 means "file not found" so it's tell you it's not able to find the kernel file. But it's strange that it would be intermittent like that.