Help for a noob
#2
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))


Messages In This Thread
Help for a noob - by bithash - 09-15-2015, 01:53 PM
RE: Help for a noob - by alert - 09-15-2015, 04:05 PM
RE: Help for a noob - by bithash - 09-15-2015, 10:38 PM
RE: Help for a noob - by alert - 09-16-2015, 12:21 PM