Identifying Hash type
#4
If you don't have a known ciphertext:plaintext pair then there's really no way we can help you.

But what you're likely seeing is just a nonce / anti-csrf token which is typically generated with something like md5(salt.username.microtime()) or simply md5(random_bytes())


Messages In This Thread
Identifying Hash type - by Gabenzz - 07-12-2015, 05:01 PM
RE: Identifying Hash type - by undeath - 07-13-2015, 01:09 AM
RE: Identifying Hash type - by Gabenzz - 07-13-2015, 08:52 AM
RE: Identifying Hash type - by epixoip - 07-13-2015, 09:04 AM