Sorry I am new to hashcat but I love playing with GPUs. I am trying to get the password for an encrypted LTC wallet that I forgot the password too. I got the password hash and it's SHA-256 and I have one computer dedicated to brute forcing it which may take years so I am using my other machine to use a dictionary attack. Here is the command I am using but it isn't working
realuniq.lst is the wordlist, Hash.txt is where the hash is stored and it's outputting it to Done.txt. Also are my arguements correct to fully utilize a GTX1080? Thanks for the info.
Code:
hashcat64 -m 1400 -a 3 Hash.txt realuniq.lst -o Done.txt
realuniq.lst is the wordlist, Hash.txt is where the hash is stored and it's outputting it to Done.txt. Also are my arguements correct to fully utilize a GTX1080? Thanks for the info.