Encrypting in a web worker make Safari crash with error 0x00000006

0

I'm trying to encrypt a password in a Web Worker using CryptoJS, but this makes (ONLY) Safari to crash with this error:

Error code:      0x00000006

The encryption works fine without the worker but this will make the app to freeze until the encryption is done (2-6 seconds).

Any ideas how I can solve this problem?

javascript
encryption
safari
web-worker
cryptojs
asked on Stack Overflow Sep 21, 2016 by Mifi • edited Sep 21, 2016 by Tomáš Zato - Reinstate Monica

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0