Genesys CTI User Forum

Genesys CTI User Forum => Genesys-related Development => Topic started by: ahmetsys on October 08, 2019, 08:16:09 AM

Title: How to read cfg_person encrypted password from genesys_ConfigDB c#?
Post by: ahmetsys on October 08, 2019, 08:16:09 AM
How to read cfg_person encrypted(hash) password from genesys_ConfigDB c#?

Title: Re: How to read cfg_person encrypted password from genesys_ConfigDB c#?
Post by: Kubig on October 08, 2019, 08:29:30 AM
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.
Title: Re: How to read cfg_person encrypted password from genesys_ConfigDB c#?
Post by: PeteHoyle on October 09, 2019, 07:45:43 AM
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
Title: Re: How to read cfg_person encrypted password from genesys_ConfigDB c#?
Post by: hsujdik on October 09, 2019, 12:24:53 PM
The password is not only hashed, but also salted. There’s no way to reverse that
Title: Re: How to read cfg_person encrypted password from genesys_ConfigDB c#?
Post by: ahmetsys on October 14, 2019, 12:47:41 PM
Hi Everbody,

Thanks For answers