[NEW PLUGIN] WebCrypto - Client-Side AES-256 Encryption (End-to-End Privacy)

Hi Bubblers! :waving_hand:

I’m releasing WebCrypto, a plugin for apps that need real privacy. Many of us build apps for legal, health, journaling, or finance use cases. The problem is that standard database data is visible to us (the admins).

Vault solves this by running AES-256 Encryption directly in the user’s browser. The data leaves the user’s computer already encrypted. You (the developer) never see the raw data, only the encrypted string.

:fire: Features:

:green_circle: WebCrypto Free

  • Secure Text: Encrypt messages, API keys, or JSON strings.

  • Military-Grade: Uses AES-GCM 256-bit encryption (Industry Standard).

  • Client-Side Only: Your encryption keys never touch the server. The server only sees “gibberish”.

  • Anti-Tamper: Generates unique Salt & IVs for every operation, preventing pattern analysis.

Plugin Page: FREE VERSION

:red_circle: WebCrypto Pro

  • :open_file_folder: File Encryption: Encrypt PDFs, Images, or Docs before upload.

  • :locked: Secure Uploads: Files are encrypted in the browser RAM.

  • :eye: Secure Viewing: Decrypt files instantly in the browser without downloading them to the disk. It generates secure Blob URLs that expire when the page closes.

Plugin Page: PRO VERSION

Stay secure! :locked_with_key: