• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Possible to get cleartext password?

FarhanT

New Pleskian
I have hosting service hosted on more than 20+ Plesk servers, version 11.
As in the previous versions, the passwords were not encrypted, then if i had to design some tools to manage the hosting accounts, i just picked up the cleartext passwords from the Database. but as now the passwords are encrypted, is there any way i can decrypt the passwords? through API or any other way so that i can integrate my php based hosting management with plesk 11?

Thanks
Farhan
 
Existing passwords will stay encrypted even if the enhanced mode is disabled with this hack. It is recommended to change your API integration to Secret Keys. This way knowing password should be unnecessary.
 
@Sergey

Thanks for the information.
But i need to know that is it possible that i can manage the passwords through APIs? are there such APIs available?

Also, is there any possible way i can disable Enhance Security Mode?

I actually want to get the password for accounts in cleartext, so that i can use that password in my own PHP based plesk management tools.

What is the purpose of Secret keys, and how they can be helpful for me in my requirement?

Thanks
 
Farhan, if you already enabled enhanced mode then its already too late for you to ever again use clear text passwords. Even if you were able to disable enhanced mode still the passwords will stay encrypted!

Only a re-installation is the only way to revert back to clear text passwords AND only to new domains or data. BUT all previous data still stays with encrypted passwords.
 
Back
Top