A Vencord userplugin that lets you encrypt text and images with a shared secret key (like a name or password). Only people who have this plugin and the correct key can decrypt the messages.
Perfect for sending secret messages or private images in Discord without using external tools.
- Strong Encryption: Uses AES-GCM (with PBKDF2 key derivation) — secure enough for casual privacy.
- Text Encryption: Send encrypted text messages.
- Image Encryption: Encrypt images from your device or existing messages.
- Clean Presentation: Encrypted content is sent inside a code block for clarity.
- Locked Icon: Automatically shows a 🔒 lock icon + "Encrypted Message/Image" label.
- Easy Decryption: Right-click any encrypted message → Decrypt Message / Decrypt Image → enter the key.
- Slash Command Support: Quick encryption via
/encryptand image support. - Local Only: Everything happens on your client. No server involvement.