12-15-2019, 07:34 PM
maybe the algorithm is like explained here:
https://docs.microsoft.com/en-us/aspnet/...etcore-3.1
and therefore you could use -m 12000 = PBKDF2-HMAC-SHA1
and a hash similar to this one (masked, forum rules do NOT allow posting hashes !!!111eleven)
the problem of not respecting the forum rules is even worse here because you didn't even mention the password so there is no way to figure out what is going on except from wasting our time trying to crack the hash
https://docs.microsoft.com/en-us/aspnet/...etcore-3.1
and therefore you could use -m 12000 = PBKDF2-HMAC-SHA1
and a hash similar to this one (masked, forum rules do NOT allow posting hashes !!!111eleven)
Code:
sha1:10000:HftwaXXXXseKDJCXXX4+1g==:djP0iXXXXXuiHQXXbXXXDg==
the problem of not respecting the forum rules is even worse here because you didn't even mention the password so there is no way to figure out what is going on except from wasting our time trying to crack the hash