I need an explanation
#1
First I'm a beginner in cracking hashes need some clarification about this type. It's ASP.NET

I have a hashed password like this
Code:
djP0iBdlxMuiHQ8DbRclDg==
and the salt is
Code:
Hftwaf6W9seKDJCYlz4+1g==
if i need to crack it what is the procedure.
do i have to convert them from base64 to hash ? Ex. "base64 --decode |xxd -ps" ? then combined them together then use hashcat ?
how to know their type?
Thank you all
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