Password hashing algorithm changed?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Password hashing algorithm changed?

Michael Brohl-3
Hi devs,

I just noticed that we seem to have a password hashing change in trunk,
see example:

Old has for a password: |{SHA}47b56994cbc2b6d10...|
New hash for the same password: |$SHA$.VskyitfRUpf$oXN....|

Can someone point me to the discussion and/or Jira/commit for further
informations?

Thanks,

Michael




smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Password hashing algorithm changed?

Jacques Le Roux
Administrator
Le 17/08/2018 à 14:10, Michael Brohl a écrit :

> Hi devs,
>
> I just noticed that we seem to have a password hashing change in trunk, see example:
>
> Old has for a password: |{SHA}47b56994cbc2b6d10...|
> New hash for the same password: |$SHA$.VskyitfRUpf$oXN....|
>
> Can someone point me to the discussion and/or Jira/commit for further informations?
>
> Thanks,
>
> Michael
>
>
>
Hi Michael,

I guess you are looking for this https://markmail.org/message/ai3o3c5nyu4uvonp ?
But it was 8 years ago, so maybe it's something else?

I did not find the related commits, but this one http://svn.apache.org/viewvc?view=revision&revision=1327736
Maybe you can try this https://s.apache.org/g2Wx

Jacques