09-15-2015, 04:05 PM
I guess if it's 32 alphanumeric chars it is MD5 but then to corectly guess what you're asking for, if it's salted you'll have to bruteforce the salt and it's position ...
but you can also try thoses two for example wich are not salted
md5(strtoupper(md5($pass)))
md5(sha1($pass))
but you can also try thoses two for example wich are not salted
md5(strtoupper(md5($pass)))
md5(sha1($pass))