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?
feedback
|
|
This is a good start | |||
|
feedback
|
|
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 ? | |||
|
feedback
|