ASP.NET Identity Framework script
#1
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:

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,
Reply


Messages In This Thread
ASP.NET Identity Framework script - by edernucci - 07-26-2019, 02:52 AM