I've written API code to access user login info BUT I'm dire need of using the system hash to decrypt the user password to plaintext. Is there an API call that can be used to pass in the encrypted client password and our system has and return plaintext?
Question
jd6strings
I've written API code to access user login info BUT I'm dire need of using the system hash to decrypt the user password to plaintext. Is there an API call that can be used to pass in the encrypted client password and our system has and return plaintext?
I'm making my call like this...
$client_login_password = exec("php index.php api/encryption/systemDecrypt.json -u api_user -k XXXXXXXXXXXXXXXXXXXXXXXXX -m GET -p \"value=" . $client_login_password . "\"");
13 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.