Request Can Anyone Help Me With Decyrpting These ?

Request Can Anyone Help Me With Decyrpting These ?

bkdg

User
User ID
28006
Sep 4, 2023
8
7
#CR
3
  • Thread starter
  • Thread Author
  • #1
$2a$12$pDuef2dobDsJHoSev6dOKODzQj4RGckmL4UqA6uiRZhJMg0IKKSWO

I have a database,but it has codes like these,can anyone help me with these ? Can pay for it.
 
This is bcrypt hash, there is tons of scripts to break then over there. Try looking on github. Here is a tip:

$2a: Type of hash
$12: "Computational cost" to cumpute this hash
pDuef2dobDsJHoSev6dOKODzQj4RGckmL4UqA6uiRZhJMg0IKKSWO: The hash it self.

Go[o]d luck.
 
  • Thread starter
  • Thread Author
  • #3
This is bcrypt hash, there is tons of scripts to break then over there. Try looking on github. Here is a tip:

$2a: Type of hash
$12: "Computational cost" to cumpute this hash
pDuef2dobDsJHoSev6dOKODzQj4RGckmL4UqA6uiRZhJMg0IKKSWO: The hash it self.

Go[o]d luck.
Thanks for the tip
 
Back
Top Bottom