Reputation: 361
I would like to enhance my web application by including symmetric encryption techniques using Javascript but I fear that I will lose the performance. Can you suggest me some good approaches please?
Upvotes: 4
Views: 888
Reputation: 99697
Encryption requires CPU time. You will sacrifice performance. You need to determine how much is too much and profile.
Why aren't you using HTTPS ?
Upvotes: 0