Compare commits

..

3 Commits

Author SHA1 Message Date
ab676217cd
README: add preview picture 2023-01-22 15:24:36 -05:00
49a04bebb6
aes.html: add title 2023-01-22 15:24:36 -05:00
6b0b1ab132
add README.md 2023-01-22 15:24:33 -05:00
9 changed files with 3 additions and 0 deletions

View File

View File

@ -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)

View File

@ -11,6 +11,7 @@
</head>
<body>
<h1>encryptme</h1>
<h1>AES</h1>
<script src="scripts/interface.js"></script>
<script src="scripts/aes.js"></script>
</body>

BIN
media/aes_dec_dark.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
media/aes_enc.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB