What kind of hash is this?
#3
(10-08-2012, 06:08 AM)epixoip Wrote: appears to be salted md5, but it's impossible to know precisely which algorithm was used to create it without knowing where it came from or having the source. could be md5(salt.pass), md5(pass.salt), md5(md5(salt).pass), md5(md5(salt).md5(pass)), so on and so forth. you'll have to use exhaustive trial-and-error unless you can determine its origin.

I found this hash from Oracle 10g version, I guess it used the spring security algorithm to do the hash.

Is it helpful?


Messages In This Thread
What kind of hash is this? - by alzzac - 10-08-2012, 05:58 AM
RE: What kind of hash is this? - by epixoip - 10-08-2012, 06:08 AM
RE: What kind of hash is this? - by alzzac - 10-08-2012, 08:02 AM
RE: What kind of hash is this? - by epixoip - 10-08-2012, 09:03 PM
RE: What kind of hash is this? - by mastercracker - 10-09-2012, 02:09 PM
RE: What kind of hash is this? - by alzzac - 10-12-2012, 09:21 AM
RE: What kind of hash is this? - by atom - 10-12-2012, 10:11 AM