Tips to manage a Password field in a process ?

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 ?

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

Thanks, I will try this.