Encryption logo

Encryption

Published September 2023
   •    Updated November 2025

Plugin details

The WGD AES256 Encrypt plugin enables you to securely encrypt any text data using your own custom key. This action uses the AES-256 encryption standard—one of the most secure and widely used encryption algorithms—ensuring that your data is protected and can only be decrypted by someone with the same key.
Whether you're handling sensitive user data, generating encrypted tokens, or securing API parameters, this plugin provides a simple yet powerful encryption method directly in your Bubble workflows.

$10

One time

stars   •   0 ratings
2 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

WGD Plugins logo
WGD Plugins
Joined 2021   •   60 Plugins
View contributor profile

Instructions

Step 1: Install the Plugin Open your Bubble app.

Go to the Plugins tab.

Click “Add plugins”.

Search for “WGD AES256 Encrypt” or use your plugin’s install link.

Click Install.

Step 2: Use the Encryption Action in a Workflow
Go to the Workflow tab.

Create a new trigger (e.g., when a button is clicked).

Add an action: Plugins → WGD AES256 Encrypt.

Step 3: Configure the Plugin Action Inputs
You will see two required fields:

Key:
Enter a secret key (a string) that will be used for both encryption and decryption.
Example: mySuperSecretKey123!

Value:
The plain text you want to encrypt.
Example: [email protected] or any dynamic value from the page or database.

Step 4: Use the Encrypted Output
After the plugin runs, it returns:

Result → value:
This is the AES256-encrypted version of your input text.

You can:

Display the result in a text element

Save it to the database

Send it via an API

Pass it into another workflow step

Step 5: Decryption (Optional)
To decrypt this value later:

You’ll need a matching decryption plugin or function that accepts:

The encrypted value

The same secret key

Ensure that both encryption and decryption always use the same key.

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble