Displaying 1 result from an estimated 1 matches for "to_base64".
Did you mean:
str_base64
2017 Feb 24
2
Users with multiple password
...The documentation mentions that you can pass the plain-text password on
to the MySQL-server for verification, and I suppose multiple passwords
could could work, given a query like this (pseudo-SQL):
`SELECT password FROM account WHERE user = '%u' AND domain = '%d' AND
password = TO_BASE64((SHA2('%w', 512));`
However, having Dovecot pass the plain-text password and letting the
database deal with the hashing and encoding doesn't seem like a very
"clean" solution. Preferably, dovecot should be the only piece of
software touching the plain-text.
Ideally, I wou...