Crack a hash
by - Thursday, January 1, 1970 at 12:00 AM
Can anyone please crack this hash for me 

89708322c20b2182f7b5d7a49f8be7dcbf0ae03e870833391e671b9c9659a39b 

Possible algorithms: HMAC-SHA256($salt.$plaintext key = $secret) (hash:salt:secret) YOU ARE MISSING SALT

Thanks in advance.
Reply
(October 10, 2022, 06:54 AM)funkey9993 Wrote: Can anyone please crack this hash for me 


89708322c20b2182f7b5d7a49f8be7dcbf0ae03e870833391e671b9c9659a39b 

Possible algorithms: HMAC-SHA256($salt.$plaintext key = $secret) (hash:salt:secret) YOU ARE MISSING SALT


Thanks in advance.


SHA-256 is difficult to crack.  Unlike some other algorithms, SHA-256 has 256 bits and utilizes all of them.  We would need around 2^256 operations to crack an unsalted SHA-256 hash, or around 115792089237316195423570985008687907853269984665640564039457584007913129639936 operations.

Chances are, you might have some issues...

So, what should you do now? I would recommend trying to see if your target has a hash that is in MD5 or preferably plaintext. MD5 hashes are much less secure and are considered broken.

Reply
(October 10, 2022, 07:07 AM)cup Wrote:
(October 10, 2022, 06:54 AM)funkey9993 Wrote: Can anyone please crack this hash for me 


89708322c20b2182f7b5d7a49f8be7dcbf0ae03e870833391e671b9c9659a39b 

Possible algorithms: HMAC-SHA256($salt.$plaintext key = $secret) (hash:salt:secret) YOU ARE MISSING SALT


Thanks in advance.


SHA-256 is difficult to crack.  Unlike some other algorithms, SHA-256 has 256 bits and utilizes all of them.  We would need around 2^256 operations to crack an unsalted SHA-256 hash, or around 115792089237316195423570985008687907853269984665640564039457584007913129639936 operations.

Chances are, you might have some issues...

So, what should you do now?  I would recommend trying to see if your target has a hash that is in MD5 or preferably plaintext.  MD5 hashes are much less secure and are considered broken.


Thanks a lot for your kind response 

I have found the same password in a form of bcrypt hash.

$826y4$31226$dNbT2UfxeN3zbYe54N0Dchck2O4D1J8j7Z7jfJ6laZ2Oce930VbLJBar6neYPGX1NGc/FhX8NhTsYFG:69a4a8906444d92d5cf82c16bb59dc15

can it be decrypted now?
Reply
Baw, I thought this was the name of a new Game Show.
\"History is never fated to repeat, it just rhymes from time to time\"
Reply
forum[.]hashkiller[.]io - these guys will help you for sure.
first contact in PM
Reply


 Users viewing this thread: Crack a hash: No users currently viewing.