EncryptEase

Muhammad Salman

Last Update 2 lata temu

Description
Introducing our latest plugin: EncryptEase
This Bubble plugin offers powerful encryption and decryption tools for both images and text. Easily convert images to encrypted Base64 format and back, while securing text data with AES encryption. Perfect for adding an extra layer of security to your Bubble apps.
Key Features
  1. Image Encryption & Decryption: Seamlessly convert images to encrypted Base64 format and decrypt them back to their original form with ease.

  2. AES Text Encryption & Decryption: Secure your text data with advanced AES encryption, ensuring sensitive information remains protected.

  3. Simple Integration: Easily incorporate encryption and decryption actions into your Bubble workflows without complex coding.

  4. Enhanced Security: Add an extra layer of security to your app, protecting both visual and textual data from unauthorized access.

Instructions

1: Pass the image data (in Base64 format) to the Image Encryption action.
Output: The action returns an encrypted Base64 string of the image.

2: Pass the encrypted Base64 string to the Image Decryption action.
Output: The action returns the original image in Base64 format.
Note: When displaying the decrypted image, don’t forget to add https: in front of the URL.
:
3: Pass the text you want to encrypt to the Text Encryption action.
Output: The action returns the text encrypted with AES encryption.

4: Pass the encrypted text to the Text Decryption action.
Output: The action returns the original text.

Was this article helpful?

0 out of 0 liked this article