SHA1
SHA1-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 2jmj7l5rSw0yVb/vlWAYkK/YBwk=
.
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.