I need an explanation
#3
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)
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 Sad
Reply


Messages In This Thread
I need an explanation - by Gho$t - 12-13-2019, 10:12 PM
RE: I need an explanation - by Banaanhangwagen - 12-14-2019, 11:01 AM
RE: I need an explanation - by philsmd - 12-15-2019, 07:34 PM