Encrypt Image

A small app to upload an image and get back an encrypted version of it.

Images get encrypted using AES in its block cipher mode of operation (AES-CTR).

Everything is done locally in your browser using the Web Crypto API.