Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 9 Jul 2012 21:04:00 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-dev@...ts.openwall.com
Subject: request for new dynamic subformats

Hi,

Can someone (Jim?) implement the following dynamic subformats in JtR?

1. SHA-1(ManGOS) = sha1(strtoupper($username).':'.$pass)
Works for all private server projects that use the same hashing
method: trinity, ascent and others.

2. SHA-1(ManGOS2) = sha1($username.':'.$pass) # already supported?

3. sha1(strtolower($username).$pass)
Example: Admin:6c7ca345f63f835cb353ff15bd6c5e052ec08e7a
Used in SMF.
Length: 20 bytes.

4. sha1($salt.sha1($salt.sha1($pass))) # thick format already exits
Used in Woltlab BB.
Length: 20 bytes.

I have just started looking into dynamic format code and it will be a
while before I can write these myself. PasswordPro already supports
some of these.

-- 
Cheers,
Dhiru

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.