Genesys CTI User Forum
Genesys CTI User Forum => Genesys-related Development => Topic started by: ahmetsys on October 08, 2019, 08:16:09 AM
-
How to read cfg_person encrypted(hash) password from genesys_ConfigDB c#?
-
Of course it is not possible to get the decrypted password as it is security issue/thread. As administrator you can change the user's password, but cannot read it.
-
You cannot get the decrypted password, what is it you want to do?
If it is to authenticate a User then you can use RequestAuthenticate
-
The password is not only hashed, but also salted. There’s no way to reverse that
-
Hi Everbody,
Thanks For answers