Encrypting worker parameter value
The encrypt text tool in Planon ProCenter , allows you to encrypt any text to be used as a secure value for a parameter in a custom worker in Enterprise Talk. When you enter plain text and tab out of the field, it is automatically converted into an encrypted string.
The encrypted string can be decrypted in the worker using the API from the Java docs.
BOM which can send back encrypted string by passing a regular text can be made available for all types so that custom workers which require a parameter having an excerpted string to be passed can use this feature.
To encrypt parameter value:
Procedure
1. Go to Business object definition > Import-export worker.
2. On Import-export worker menu, click Encrypt plain text. The Encrypt plain text dialog box appears.
3. Enter text in the Plain text field and click outside the field. The Encrypted text field is automatically populated with the encrypted version of the plain text.