Displaying 1 result from an estimated 1 matches for "usr_password".
2007 Oct 01
2
Custom password encryption scheme, how to do it?
...ly, I've set it up to use
plain-text authentication while I was developing it and getting things
running. Now though it's up and running fine, so I want to increase the
strength of my passwords that Postfix/Dovecot use.
I currently have two fields in a table called 'users'; 'usr_password'
which is plain-text and what Postfix/Dovecot currently use and
'usr_strong_password', which stores a stronger hash and is used by the
main program.
My question is, can I have Postfix/Dovecot use a custom password
hashing system?
The way I store my strong password (as used by th...