Sign
Sign input text with an OpenSSL algorithm and private keySHA256-encrypts input text, and return the output with hex, binary, or base64 encoding.
Unless otherwise indicated, field type is text.
Required fields are indicated by a red asterisk.
Input Fields
-
algorithm (dropdown): options for OpenSSL encryption algorithms.
-
data: text to encrypt.
-
digest (dropdown): digest module used for the encryption; options are
base64
,hex
, andbinary
. -
privateKey
-
key: text to use as the encryption key; the same key will be needed, along with the algorithm, to decrypt.
-
passphrase: passphrase to use for decryption.
-
Output Fields
- output: the encoding of your input data.