Encrypt and Decrypt Data

Demo page

Introduction

With this plugin, you can easily encrypt and decrypt your data server-side.
Encrypt using AES
Decrypt using AES
Hash using SHA256

Features

You can use this plugin to further protect your sensitive data.

How to Setup

After installing the plugin you have access to three actions:
1. Encrypt using AES: Provide the text to be encrypted and the secret key you want to use. The plugin will return an encrypted string.
2. Decrypt using AES: You can decrypt the value from step 1 by running them through this action and providing the secret key that you used.
3. Hash SHA256: Simply provide the data that should be hashed. This is irreversible, so no secret key is required.

Frequently Asked Questions

⁉️
Have a question, or suggestion, or encountered an issue? 🤷‍♂️ Please contact us by sending an email to: support@rapidevelopers.com
Want to report a bug? Please follow this guideline!