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
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now