Compare commits
3 Commits
ab676217cd
...
cfc8eee25a
Author | SHA1 | Date | |
---|---|---|---|
cfc8eee25a | |||
f14878f597 | |||
1bf69ab7f1 |
@ -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)
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user