Drop an UploadImages link into your post. Readers see the decrypted image inline. The server never sees plaintext. Neither does your CMS.
Adds a Gutenberg block, classic editor button, and [uimg] shortcode for embedding E2E encrypted images. Decryption runs in the visitor's browser via WebCrypto.
[uimg src="..." width="80%"] shortcode[uimg src="https://uploadimages.org/abc123#E2E1...token"]
[uimg src="..."].BBCode [uimg] tag for forum threads with SCEditor toolbar integration. Drag-drop, paste, and direct upload from the post composer.
[uimg=80%]https://uploadimages.org/abc123#E2E1...token[/uimg]
inc/plugins/ directory via FTP or your control panel.[uimg]share-link[/uimg] in any post.Drop an UploadImages share URL into a post. The fragment (#E2E1...) carries the key.
Server-side, the plugin only stores the URL. No image data, no key, no preview.
Frontend JS reads the fragment, fetches ciphertext, verifies HMAC, decrypts via AES-256-GCM, renders inline.