Posts: 3
Threads: 1
Joined: Dec 2017
Hey everyone,
I tryin to decrypt my hashed password withÂ
Code:
sha512(sha512($pass).$salt)
algorithm. In documentation and/or another pages not directly support it. Can you show me any way ?
Posts: 3
Threads: 1
Joined: Dec 2017
I found in John
Format = dynamic_85 type = dynamic_85: sha512(sha512($p).$s)
But i want to use hashcat for that.
Posts: 2,301
Threads: 11
Joined: Jul 2010
if it's not implemented you have to implement it yourself.
Posts: 3
Threads: 1
Joined: Dec 2017
(12-28-2017, 10:20 PM)undeath Wrote: if it's not implemented you have to implement it yourself.
my python knowledge not enough for that because C on the stage but thanks for quick reply