Re: Supporting PKCS5S2 Password Hashing

2013-09-17 Thread Pierre-Arnaud Marcelot
I'm also preparing its integration in the Password Editor of Apache Directory Studio as well. Regards, Pierre-Arnaud On 17 sept. 2013, at 11:29, Kiran Ayyagari wrote: > support for PKCS5S2 is now included in the server, see > https://issues.apache.org/jira/browse/DIRSERVER-1898 > > > On Fri

Re: Supporting PKCS5S2 Password Hashing

2013-09-17 Thread Kiran Ayyagari
support for PKCS5S2 is now included in the server, see https://issues.apache.org/jira/browse/DIRSERVER-1898 On Fri, Mar 22, 2013 at 8:37 PM, Kiran Ayyagari wrote: > if you want to implement, then > > 1. create a subclass of PasswordHashingInterceptor [1] supporting the > said hashing mechanism

Re: Supporting PKCS5S2 Password Hashing

2013-03-22 Thread Kiran Ayyagari
if you want to implement, then 1. create a subclass of PasswordHashingInterceptor [1] supporting the said hashing mechanism 2. package it as a jar and copy it to lib directory 3. go to the entry ads-interceptorId=passwordHashingInterceptor,ou=interceptors,ads-directoryServiceId=default,ou=confi

Re: Supporting PKCS5S2 Password Hashing

2013-03-22 Thread Emmanuel Lécharny
Le 3/22/13 3:49 PM, Ashma Shrestha a écrit : > Hi, > > Are there any plans on implementing PKCS5S2 Password Hashing? No. PKCS5 is a patented algorithm, owned by RSA. It's not available in the JRE. > If not can anyone provide me some pointers on how this can be implemented. The only way would be