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
#2
Thanks !

this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this Wink

In theory we could add a "module" (that just does the parsing and encoding part) and reuse the already available kernels in hashcat... let's see if there are more requests for this. I think this conversion is a very good solution for now
Reply