sha512 find password with known pass and salt
#1
Hello,

i tried to find passwords with known pass, salt and i know that it uses sha512
I think i need to use the hash type -m 1710 sha512($pass.$salt) but i'm just guessing
As far as I understand, I have to create two files, one for the pass and one for the salt part but i'm not sure how to run the command.

I've tried following

c:\Temp\hashcat-6.2.6>hashcat.exe -m 1710 hashes\word.txt hashes\solve.txt
hashcat (v6.2.6) starting

OpenCL API (OpenCL 3.0 ) - Platform #1 [Intel(R) Corporation]
=============================================================
* Device #1: Intel(R) Iris(R) Xe Graphics, 6432/12981 MB (2047 MB allocatable), 96MCU

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Minimim salt length supported by kernel: 0
Maximum salt length supported by kernel: 256

Hashfile 'hashes\word.txt' on line 1 (********): Separator unmatched
No hashes loaded.

Started: Tue Feb 07 16:33:18 2023
Stopped: Tue Feb 07 16:33:19 2023


Can anybody point me to the right direction?
Thank you
Reply


Messages In This Thread
sha512 find password with known pass and salt - by Tiralo33 - 02-07-2023, 05:39 PM