Decryption
Decryption activity ensures that a data that has been rendered incomprehensible by the encryption method is made comprehensible.the encryption method. Encryption is a double-sided encryption method, that is, an encrypted data can be decrypted with a key.
| *Ciper text | This is the field where the encrypted variable name should be written in the Encryption activity. |
| *Decryption type | The encrypted method is selected. |
| *Result plain text | It is the variable field where the decrypted data will be written. |
| *Key | The key information given in the Encryption activity is given in the same way. |
Note: * Fields selected with are required, others are optional.
Cliper text example
You can use the Cliper text as shown in the examples.
${encryptedData}
Decryption type examples
You can use the Decryption type as shown in the examples.
AES
DES
TripleDES
Result plain text example
You can use the Result plain text as shown in the example.
encryptedData
Key examples
Caution
You must use the same key in the Encryption activity.
You can define a key from using Generate key activity or you can define a key from using any key creator tool.
AES accepts 16 or 32 bits keys.
DES accepts 8 bits keys.
TripleMES accepts 24 bits keys.