Skip to content

Yeeb1/ASP.NETIdentity2hashcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ASP.NETIdentity2hashcat

This script convert converts ASP.NET Identity's into a format compatible with Hashcat (PBKDF2+HMAC-SHA1 and PBKDF2+HMAC-SHA256).

Usage

python3 ASP.NETIdentity2hashcat.py 'ALT8uRA+E0bciDkDuRx/VLNOd4MpeEcccPMRc11YtE8z9EtDJHksDChDdmcNFXgCAQ=='
sha1:1000:tPy5ED4TRtyIOQO5HH9Usw==:TneDKXhHHHDzEXNdWLRPM/RLQyR5LAwoQ3ZnDRV4AgE=

Acknowledgments

Special thanks to @ruidfigueiredo for creating the original blog post Anatomy of an ASP.NET Identity PasswordHash that gives insigths into the ASP.NET Identity inner structure.


The script is for informational and educational purposes only. The author and contributors of this script are not responsible for any misuse or damage caused by this tool.

About

Converts ASP.NET Identity (PBKDF2+HMAC-SHA1 and PBKDF2+HMAC-SHA256) to Hashcat format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages