View Single Post
Old 06-27-2017, 04:12 AM   #2
ISPsystem team
 
Join Date: Jul 2014
Posts: 443
ksenya is on a distinguished road
Default

The control panel encrypt passwords
The list of all ftp-users created in the control panel can be found in the sqlite database /usr/local/mgr5/etc/ispmgr.db. The ftp_users table.
You can also find encrypted passwords there. In order to de-encrypt them, execute the command:
echo `echo '{encrypted value}' | base64 -d | openssl rsautl -decrypt -inkey /usr/local/mgr5/etc/ispmgr.pem`
ksenya is offline   Reply With Quote