hashcat Forum
sha512(sha512($pass).$salt) - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: sha512(sha512($pass).$salt) (/thread-7139.html)



sha512(sha512($pass).$salt) - 13961851203 - 12-28-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 ?


RE: sha512(sha512($pass).$salt) - 13961851203 - 12-28-2017

I found in John
Format = dynamic_85 type = dynamic_85: sha512(sha512($p).$s)
But i want to use hashcat for that.


RE: sha512(sha512($pass).$salt) - undeath - 12-28-2017

if it's not implemented you have to implement it yourself.


RE: sha512(sha512($pass).$salt) - 13961851203 - 12-28-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