Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 18 Feb 2016 10:59:39 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: hash format

2016-02-18 10:51 GMT+01:00 Albert Veli <albert.veli@...il.com>:
> That is a base64 string. Decoded it becomes (hex):
> 3c2f29b3cbdfc10f188fbba8f101e41b

Which gives you 128bits so maybe md5, but not sha1 (at least not full).
You can try to hash known password and compare the results with
expected results of each potential function.
If this fails you can try to reverse engineer the algorithm.

Thanks,
Lukas

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.