hashcat Forum

Full Version: sha512(sha512($pass).$salt)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
I found in John
Format = dynamic_85 type = dynamic_85: sha512(sha512($p).$s)
But i want to use hashcat for that.
if it's not implemented you have to implement it yourself.
(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