• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved XML API : Getting Password for Customer Accounts

Frank.P

Regular Pleskian

Sample Response :

<password>$5$D9pDoFzjjx+9Jxmk$ZNhvXW2Tu</password>
<password_type>crypt</password_type>

How can I decrypt the password ????
 
You can't. Passwords are hashed with the sha256 algorithm for obvious security reasons.
I exists api to get password why is the reason to show encrypted ¿? if there is any security reasons, not show this parameter encrypter or not.


I found this code to decrypt if store in AES
Sample : $AES-128-CBC$ABNK35ZcqnbTYT4Q3mbaEA$HmGDWmtym6K3+kJ8uBoJOg


but not for simple crypt type ($5$D9pDoFzjjx+9Jxmk$ZNhvXW2Tu)
 
Back
Top