Hello Team,
We wanted to encrypt the password and send it to IIQ application from another java application to connect IIQ application to send the password in secure way.
Could you please suggest how can we achieve this.
Thanks
Padma
Hello Team,
We wanted to encrypt the password and send it to IIQ application from another java application to connect IIQ application to send the password in secure way.
Could you please suggest how can we achieve this.
Thanks
Padma
Please break down your use case clearly. Also can you please explain what is rational behind doing this.
Please provide a little bit more information to understand your case much. If you are talking about the encryption and decryption of SailPoint, then SailPoint has the methods. You can use them.
SailPointContext has them. Something like
String encPWD = context.encrypt(“actual pwd“);
String decPWD = context.decrypt(“decprypted pwd“);
You can use in your code according to your requirement.
If I understood your requirement well then - There are certain encryption/decryption APIs available in Java which your web app can use to encrypt and send password. The catch is the algorithm uses a secret key to encrypt and it can only be decrypted if you have this key. This same secret key could be used in SailPoint to decrypt back the password. Outside world wont know about this key.
Hi @sanofip
Your question is not clear. can you please provide the requirement clearly. It will help us to provide clear solution in this case.
Thanks
Manish Singh
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.