Compare commits

..

3 Commits

Author SHA1 Message Date
cfc8eee25a
Add .nojekyll 2023-01-22 14:56:44 -05:00
f14878f597
move src to docs
apparently github pages doesn't work with custom folder names
2023-01-22 14:53:22 -05:00
1bf69ab7f1
add README.md
restructured folders so that website files are in src/
2023-01-22 14:48:22 -05:00
9 changed files with 0 additions and 3 deletions

0
.nojekyll Normal file
View File

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB