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





