doveadm pw generates different hash each time it is invoked !?
Daniel Parthey
pada at posteo.de
Fri Dec 26 00:06:35 UTC 2014
Hi there,
if you are getting different results on each invocation of the hash function, you might have selected a salted hashing function which generates a random salt. When you provide the same salt, you should get the same result for the same input, but when you omit the salt, it generates a random one for you.
Regards
Daniel
More information about the dovecot
mailing list