Re: [qmailtoaster] Re: concerning password encryption

2010-01-13 Thread Aleksander Podsiadły
W dniu 13.01.2010 16:30, Rajesh M pisze: > hi > > i ready the docs and found that method used is salted md5 > > i need some help in this > > let us say i the password is : abc > > then what is the function to generate the salted md5 hash ? > > thanks > rajesh > Check this: http://dev.mysql.com/d

[qmailtoaster] Re: concerning password encryption

2010-01-13 Thread Eric Shubert
That's beyond me. I'd have a look at the vpopmail source code. And google of course. Rajesh M wrote: hi i ready the docs and found that method used is salted md5 i need some help in this let us say i the password is : abc then what is the function to generate the salted md5 hash ? thanks ra

Re: [qmailtoaster] Re: concerning password encryption

2010-01-13 Thread Rajesh M
hi i ready the docs and found that method used is salted md5 i need some help in this let us say i the password is : abc then what is the function to generate the salted md5 hash ? thanks rajesh > Eric Shubert wrote: >> Jake Vickers wrote: >>> Eric Shubert wrote: Rajesh M wrote: > h

Re: [qmailtoaster] Re: concerning password encryption

2010-01-08 Thread Jake Vickers
Eric Shubert wrote: Jake Vickers wrote: Eric Shubert wrote: Rajesh M wrote: hi one of my client's need that their users change passwords at specific intervals. The don't want to use the squirrelmail option. i am planning to carry this out using php and directly edit the vpopmail database.

[qmailtoaster] Re: concerning password encryption

2010-01-08 Thread Eric Shubert
Jake Vickers wrote: Eric Shubert wrote: Rajesh M wrote: hi one of my client's need that their users change passwords at specific intervals. The don't want to use the squirrelmail option. i am planning to carry this out using php and directly edit the vpopmail database. i need to know the me

Re: [qmailtoaster] Re: concerning password encryption

2010-01-08 Thread Jake Vickers
Eric Shubert wrote: Rajesh M wrote: hi one of my client's need that their users change passwords at specific intervals. The don't want to use the squirrelmail option. i am planning to carry this out using php and directly edit the vpopmail database. i need to know the method followed for pas

[qmailtoaster] Re: concerning password encryption

2010-01-08 Thread Eric Shubert
Rajesh M wrote: hi one of my client's need that their users change passwords at specific intervals. The don't want to use the squirrelmail option. i am planning to carry this out using php and directly edit the vpopmail database. i need to know the method followed for password encryption in t