Hash
Hash activity ensures that an intelligible data is made incomprehensible with the encryption method. Hashing is a one-sided encryption method, that is, an encrypted data cannot be recovered. It is mostly used in comparison situations.
| *Plain text | Unencrypted string is written. |
| *Hash type | The method to be encrypted is selected. |
| *Result cipher text | Enter the name of the variable that we want the directory to be encrypted in an encrypted way. |
| *Key | Key information of the data to be encrypted is given. |
Note: * Fields selected with are required, others are optional.
Plain text example
You can use the Plain text as shown in the examples.
Hello, this is the text string I want encrypted.
Hash type examples
You can use the Hash type as shown in the examples.
MD5
HmacSHA512
Result cipher text example
You can use the Result cipher text* *as shown in the example.
encryptedData
Key examples
You can use the Key as shown in the examples.
MD5: Desired lenght
HmacSHA512: Desired lenght