How to read cfg_person encrypted password from genesys_ConfigDB c#?

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