webcrypto-example
webcrypto-example copied to clipboard
Demonstrates a way to encrypt and decrypt data using the Web Crypto API
Results
2
webcrypto-example issues
Sort by
recently updated
recently updated
newest added
This avoids the "RangeError: Maximum call stack size exceeded" on btoa for multi-kb strings
If you input more than ~50kb of text into the input box, it fails with the error message "Error - RangeError: Maximum call stack size exceeded". Sorry, I'm not sure...