Tips to manage a Password field in a process ?

1
0
-1

Hi.

In some process I have a field Password that return a String. I need to use this password in later task. Currently, this String is visible in the Case overview in the portal.

How can I manage this password for more security ?

1 answer

1
+1
-1

Replace the string with an encrypted version of the String...

Then when you need to use it again un-encrypt it...

Have a look at jasypt which I use for something similar.

hope this helps regards Seán

Comments

Submitted by yannick.lombardi on Wed, 02/11/2015 - 11:52

Thanks, I will try this.

Notifications