• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

verify password with hash

Macs01

Basic Pleskian
I have developed an external application. Users uses the plesk username and password for authentication. Now I have activated the password encryption.
Therefore, I would like to know how I can use the entered password to verify it via the hash in Plesk api (Format: $5$rEET) or in the Databank (Format: $AES-128-CBC$/123 in `psa`.`smb_users`)?

Thanks Macs
 
Hello Igor,

do you have a solution for me? In another forum, there are other people who needs a solution.

Thanks Macs
 
Macs I don't think you can get that information here on public forums. May I suggest that you create a ticket with them?
 
Hello Abdi, please tell me why I can´t get this information here on the public forum? An encryption method with salt/hash is a standard procedure in many websolutions e.g. joomla, wordpress... There is no secret, except it is not implemented properly.
 
Well, I said so because there are a number of un-answered threads in that regard.
 
Meanwhile I do not think it is a real encryption. According to my tests, I think they having a master password.
 
I have developed an external application. Users uses the plesk username and password for authentication. Now I have activated the password encryption.
Therefore, I would like to know how I can use the entered password to verify it via the hash in Plesk api (Format: $5$rEET) or in the Databank (Format: $AES-128-CBC$/123 in `psa`.`smb_users`)?

Thanks Macs

For hash comparing you should know algorithm and you should have key because it is symmetric encryption. Sorry, but it is not public information.
 
Back
Top