bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.19k stars 988 forks source link

Fastest config if we have very low security requirements? #386

Open fabm22 opened 5 years ago

fabm22 commented 5 years ago

So, in the context of modern browsers (older one is E11 but we are currently trying to move our client away from that one), if I have very low security requirements (i.e. I dont really care if the produced encrypted data is actually decryptable by someone knowledgable who decides to put low effort in it),

are there sensible settings configuration for SJCL that would effectively speed up (a lot?) the work it does and speed up performance substantially ?

Thanks a lot for any advice and feedback