sha512(sha512($pass).$salt)
#1
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 ?
#2
I found in John
Format = dynamic_85 type = dynamic_85: sha512(sha512($p).$s)
But i want to use hashcat for that.
#3
if it's not implemented you have to implement it yourself.
#4
(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