SHA256
Overview
SHA256-encrypts input text, returning the resulting encrypted text.
Unless otherwise indicated, field type is text.
Required fields are indicated by a red asterisk.
Input Fields
- data: text to encrypt.
Output Fields
- output: the encoding of your input data.
Example
If data is My secret message!
,
then output is 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
.
The value of the output field can be sent wherever text can be sent. In order to decipher it, you will need to know the correct encoding algorithm.