Encrypt Image
Upload a PNG image and enter a secret message to embed within it, along with an encryption key.
The application will:
- Generate a secure Initialization Vector (IV)
- Encrypt and embed the secret message into the image
- Split the modified image into three separate fragments
- Return the fragments as a downloadable ZIP file
Be sure to securely store your key as it is required to reconstruct the image and extract the hidden message.
*Note: Backend hosted on free tier, may experience cold start delays*