phiilu / mailman

Mailman is a GUI to help you manage your email accounts stored in a MySQL/MariaDB database.
MIT License
70 stars 10 forks source link

Password integrety problem #35

Open KingKone opened 5 years ago

KingKone commented 5 years ago

I searched for hours, learning about the SHA512 implemenation of dovecot and js... To find that passwords with some special characters are not handeled correcly in your implementaion.

But thanks for Mailman anyway!

phiilu commented 5 years ago

I am sorry to hear that, but for the password hashing I am using the Node.js implementation of SHA512-CRYPT: https://github.com/mvo5/sha512crypt-node