Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to encrypt and decrypt password in Saviynt?

sunilsaurabh
New Contributor II
New Contributor II

Hi Experts,

I hope you all are doing well!

I have requirement to call Saviynt API in custom Jar. so to get authenticated, How to pass the username and password to custom jar? How can we encrypt and decrypt the password?

or What's the best way to pass the password in secure manner.

Thanks,

Kind regards,

Sunil 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can keep encrypted password in properties file and use encryption call inside jar and use decryption login jar to login using encrypted password 

https://forums.saviynt.com/t5/saviynt-api/saviynt-api-best-practices/ta-p/36345


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.

Hi @rushikeshvartak ,

Thanks for your quick response!

Is there any Saviynt in house method or API available to encrypt and decrypt or I can do encryption/decryption through normal java method?

Kind regards,

Sunil

Currently No. 


Regards,
Rushikesh Vartak
If you find this response useful, kindly consider selecting 'Accept As Solution' and clicking on the 'Kudos' button.