Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/27/2023 05:59 AM
Hi Team,
We wanted to understand that the password stored in the connectors, how are they protected during the connection establishment. Is it encrypted/hashed. Can you share some reference link
Solved! Go to Solution.
03/27/2023 06:19 AM
The passwords are stored in the encrypted format using the bcrypt alogorithm.
03/27/2023 06:34 AM
Do we have any reference link where we can read about this
03/27/2023 01:14 PM
Hi @necoutinho - A search of the docs portal brings us a few articles:
https://docs.saviyntcloud.com/search?q=bcrypt
03/28/2023 04:07 AM
Could not find any articles around it
03/31/2023 11:31 AM
No we do not have any external facing document for the same. But I have got confirmation as below from the PM Team:
1. For storing the service account password in the connector we are using AES algorithm.
2. And for storing the user credentials, that Saviynt uses to authenticate users locally, we use bcrypt hashing algorithm.