afterlogic / webmail-lite

AfterLogic WebMail Lite PHP. Fast and easy-to-use webmail front-end for your existing IMAP mail server, Plesk or cPanel.
https://afterlogic.org/webmail-lite
GNU Affero General Public License v3.0
443 stars 120 forks source link

Where can i find the method which stores hashed password #59

Closed abdelrahmanahmed closed 7 years ago

abdelrahmanahmed commented 7 years ago

I need to know which encryption method used to store email password to the database ?

afterlogic-support commented 7 years ago

The location of the encryption method: https://github.com/afterlogic/webmail-lite/blob/master/libraries/afterlogic/common/utils.php#L552

abdelrahmanahmed commented 7 years ago

You are a life saver , thanks a lot