|
Message-ID: <034301cd5df1$3899afb0$a9cd0f10$@net> Date: Mon, 9 Jul 2012 11:38:07 -0500 From: "jfoug" <jfoug@....net> To: <john-dev@...ts.openwall.com> Subject: RE: request for new dynamic subformats I will see if I can get these out (with TS files), in a few hours. I will do these as build-in's. Jim. >From: Dhiru Kholia [mailto:dhiru.kholia@...il.com] > >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.
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.