You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say long_string is a 1 MB string. I am getting the following error:
CryptoJS.AES.encrypt(long_string, "Secret Passphrase");
RangeError: Maximum call stack size exceeded
Encryption works properly up to about 400 KB strings.
Original issue reported on code.google.com by thomas...@gmail.com on 15 May 2012 at 5:10
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
thomas...@gmail.com
on 15 May 2012 at 5:10The text was updated successfully, but these errors were encountered: