Re: [courier-users] Using encrypted passwords

2008-10-29 Thread Tim Lyth
Thanks Martin, I used the first two characters as the salt and was able to reproduce the encryption and get the same cipher text. This has made my task a lot easier now. Cheers, Tim Lyth Martin Schuster (IFKL IT OS DSM CD) wrote: Tim Lyth wrote: [...] I'm trying to write me own custom

Re: [courier-users] Using encrypted passwords

2008-10-29 Thread Martin Schuster (IFKL IT OS DSM CD)
Tim Lyth wrote: > [...] > I'm trying to write me own custom email account administration system > for my Courier-MTA. > > I have Courier set to use a MySQL backend and have a "crypt" field for > the encrypted password. > The password has been encrypted with the MySQL ENCRYPT() function. > Just a

[courier-users] Using encrypted passwords

2008-10-28 Thread Tim Lyth
Hi all, I'm trying to write me own custom email account administration system for my Courier-MTA. I have Courier set to use a MySQL backend and have a "crypt" field for the encrypted password. The password has been encrypted with the MySQL ENCRYPT() function. This is where things get curly. T