Quote:
Originally Posted by till
The passwords in ispconfig are encrypted with "crypt" and a salt, thats the standard encryption on all Linux systems and ISPConfig uses this too.
|
Now I'm confused!
Looking at the source code in
/usr/local/ispconfig/interface/web/client/client_edit.php
I see
Code:
$sql = "UPDATE sys_user SET passwort = md5('$password') WHERE client_id = $client_id";
That suggests that the system users' passwords are encrypted by mysql applying md5??
Recent comments
1 day 9 hours ago
1 day 12 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 16 hours ago