encryptme/README.md
dogeystamp 1bf69ab7f1
add README.md
restructured folders so that website files are in src/
2023-01-22 14:48:22 -05:00

448 B

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:

  • AES encryption/decryption

    This uses PBKDF2 to convert a password to a key, then uses 256-bit AES-GCM to encrypt a given message.