What kind of hash is this?
#5
Yes, could be anything as atom said...

But still, the "string" above looks like plain base64 encoded.

See this example (ending of your string):
Code:
$ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64 -d
-_ALL !

This is for sure no coincidence...

Said that, it doesn't mean that you get the plain password by decoding it (with base64), since there are also some algos that hash-then-encode etc ( see http://hashcat.net/wiki/doku.php?id=example_hashes etc)

P.S: what I mean is you should try w/ base64-decoding, starting w/ the letters "TKrP..." and maybe try other substrings too, but it seems that it is a long base64 encoded string


Messages In This Thread
What kind of hash is this? - by Znerox - 09-21-2014, 08:41 PM
RE: What kind of hash is this? - by magnum - 09-22-2014, 01:37 AM
RE: What kind of hash is this? - by Znerox - 09-22-2014, 07:32 AM
RE: What kind of hash is this? - by atom - 09-22-2014, 11:50 AM
RE: What kind of hash is this? - by philsmd - 09-22-2014, 12:18 PM
RE: What kind of hash is this? - by Znerox - 09-22-2014, 04:59 PM
RE: What kind of hash is this? - by philsmd - 09-22-2014, 05:43 PM
RE: What kind of hash is this? - by Znerox - 09-22-2014, 07:35 PM
RE: What kind of hash is this? - by magnum - 09-24-2014, 04:17 AM