07-13-2015, 09:04 AM
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())
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())