Demo to preview the plugin:
Introduction
This handy no-code plugin offers data encryption options into MD5, SHA1, SHA256, SHA512, and RMD160. You can select between Hexadecimal and Base64 hash encoding for a given string.
How to setup
- Add an Action in a Workflow
- Open your workflow where you want to hash text.
- Click + Add an action → search for one of the plugin’s actions:
- Encrypt MD5
- Encrypt SHA1
- Encrypt SHA256
- Encrypt SHA512
- Encrypt RMD160
- Configure the properties:
- algorithm → choose e.g. MD5.
- method → choose b64 or hex.
- string → enter the text you wish to encrypt or dynamic data like
Input HEX from Utf8's value
.
Plugin Actions
Encryptions
This action lets you create a secure hash of any text using different algorithms like MD5, SHA1, SHA256, SHA512, or RMD160. You can also choose if you want the result in hexadecimal or base64 format. It’s perfect for keeping sensitive data safe, like passwords or tokens.
Title | Description | Type |
Algorithm | Available options: MD5, SHA1, SHA256, SHA512, RMD160 | Text |
Method | Available options: hex, b64 | Text |
String | The text you want to encrypt. This can be static text or dynamic data from inputs, workflows, or database values. | Text |
Return Values:
Title | Description | Type |
Encrypted_data | The final encrypted result based on the algorithm and format you selected. | Text |