05-27-2021, 06:02 PM
well scrypt is slow and "anti-gpu", hashcat is using GPU by default, there are many updates to scrypt but take a look at output from command
hashcat -D 1,2 -m 15700 -b
maybe it is better to stick to CPU (opencl drivers needed) check output from comand above whether your cpu is recognized or not
hashcat -D 1,2 -m 15700 -b
maybe it is better to stick to CPU (opencl drivers needed) check output from comand above whether your cpu is recognized or not