Simple online cryptography app.
Go to file
dogeystamp 09199ebec5
major refactoring
- created a package.json
- refactor with eslint
- use modules
- moved everything to webpack
2023-01-30 22:03:50 -05:00
media README: add preview picture 2023-01-22 15:24:36 -05:00
src major refactoring 2023-01-30 22:03:50 -05:00
.eslintrc.yml major refactoring 2023-01-30 22:03:50 -05:00
.gitignore major refactoring 2023-01-30 22:03:50 -05:00
LICENSE added licensing information 2023-01-22 14:21:42 -05:00
package-lock.json major refactoring 2023-01-30 22:03:50 -05:00
package.json major refactoring 2023-01-30 22:03:50 -05:00
README.md aes.js: add 128 bit key support 2023-01-29 21:09:14 -05:00
webpack.common.js major refactoring 2023-01-30 22:03:50 -05:00
webpack.dev.js major refactoring 2023-01-30 22:03:50 -05:00
webpack.prod.js major refactoring 2023-01-30 22:03:50 -05:00

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.

AES encryption page

Currently, the following algorithms are implemented: