API:Decrypt PasswordFrom WHMCS DocumentationThis command is used to decrypt a string using the WHMCS encryption algorithm. Attributes password2 - should contain the string you want encrypting Example Command $postfields["action"] = "decryptpassword"; $postfields["password2"] = "xxxxxx"; Returned Variables password - contains the unencrypted string API Functions |
|





