Simple online cryptography app.
dogeystamp
09199ebec5
- created a package.json - refactor with eslint - use modules - moved everything to webpack |
||
---|---|---|
media | ||
src | ||
.eslintrc.yml | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
webpack.common.js | ||
webpack.dev.js | ||
webpack.prod.js |
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 AES to encrypt a given message.