Simple online cryptography app.
dogeystamp
6972790053
this allows elements to handle errors directly after catching them rather than having a generic error |
||
---|---|---|
media | ||
scripts | ||
aes.html | ||
index.html | ||
LICENSE | ||
README.md | ||
style.css |
encryptme
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.
Currently, the following algorithms are implemented:
-
This uses PBKDF2 to convert a password to a key, then uses 256-bit AES-GCM to encrypt a given message.