diff --git a/README.md b/README.md index 86fb507..6cb9deb 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ encryptme is a website that provides cryptography tools based on the browser's SubtleCrypto API. It aims to be simple to use, but also allow users to tinker with more advanced options if needed. +![AES encryption page](./media/aes_enc.jpg) + Currently, the following algorithms are implemented: * [AES encryption/decryption](https://dogeystamp.github.io/encryptme/aes.html) diff --git a/media/aes_dec_dark.jpg b/media/aes_dec_dark.jpg new file mode 100644 index 0000000..039c271 Binary files /dev/null and b/media/aes_dec_dark.jpg differ diff --git a/media/aes_enc.jpg b/media/aes_enc.jpg new file mode 100644 index 0000000..c7f6b3f Binary files /dev/null and b/media/aes_enc.jpg differ