07-26-2019, 02:52 AM
Hi.
I have created a simple shell script to convert the PBKDF2-HMAC-SHA1 or PBKDF2-HMAC-SHA256 from ASP.NET Identity to hashcat format.
The basic usage is:
You can download/contribute from https://github.com/edernucci/identity-to-hashcat
Regards,
I have created a simple shell script to convert the PBKDF2-HMAC-SHA1 or PBKDF2-HMAC-SHA256 from ASP.NET Identity to hashcat format.
The basic usage is:
Code:
$ ./identity-to-hashcat.sh AGKcecrgyBNHkgjKqDlQPW7YlimD+VXPfpAx+gLSR0n1cOdIxFHaxKEF8SgAoaEtqQ==
sha1:1000:Ypx5yuDIE0eSCMqoOVA9bg==:2JYpg/lVz36QMfoC0kdJ9XDnSMRR2sShBfEoAKGhLak=
You can download/contribute from https://github.com/edernucci/identity-to-hashcat
Regards,