05/03/2023 03:12 AM
For one document we need to understand which encryption algo Saviynt follows for the data saved in Saviynt cloud.
Please let me know which encryption algo saviynt follows for the data rest in its cloud platform
Solved! Go to Solution.
05/03/2023 09:03 AM
Hi @Diptansu1
We will check and get back on this.
05/03/2023 03:32 PM
@Diptansu1 Saviynt supports data encryption in transit via SSL (and VPC / VPN). Strong encryption schemes such as AES (256 / 128 bit) and 3DES are supported. Data at rest is encrypted via native DB encryption. Currently, only predefined data fields are encrypted at rest.
If the question is about how we are securely storing the password of a service account in a connector we are using Advanced Encryption Standard (AES) algorithm to encrypt the password. This allows us to authenticate with AD or any target application. Additionally, if you are looking for details in terms of how we are storing the user credentials, that Saviynt uses to authenticate users locally, we use bcrypt hashing algorithm.
05/09/2023 01:57 AM
We have informed the above statement to the customer . One question where we need your input :
"Do Saviynt support any SHA2 hashing algorithms for encryption of user credentials" - Please respond
05/09/2023 07:19 AM
@Diptansu1 We can check and get back. Could we know why the customer is looking for these details?
05/09/2023 07:22 AM
Related to the encryption method , we have passed on initially your provided information . The comment we have received is this whether saviynt supports SHA2 or not .. to answer this need your confirmation .
05/09/2023 11:53 AM
@Diptansu1 Saviynt also supports SHA2/SHA256 but that's driven by a config. By default user credentials are encrypted using bcrypt hashing.
05/10/2023 01:45 AM
Hello ,
can you please share documentation link to configure SHA2/SHA256 algorithm instead of bcrypt hashing for storing user credentials.
05/03/2023 03:28 PM
Please find below information and reference link.
Thanks