Cryptographic tools for AES encryption and decryption and CSPRNG for in-browser JavaScript using the Crypto API.
- JavaScript 63.1%
- HTML 31.2%
- Shell 5.7%
| .gitignore | ||
| aes.js | ||
| argon2.js | ||
| base64.js | ||
| build.sh | ||
| csprng.js | ||
| demo.en.html | ||
| demo.fr.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| speedups.js | ||
| unicode.js | ||
| util.js | ||
| wrapper.js | ||
JS Cryptools
Run the demo: python3 -m http.server 8080 and open http://localhost:8080/demo.en.html or http://localhost:8080/demo.fr.html