使用 Javascript 加密而不牺牲性能
我想通过使用 Javascript 包含对称加密技术来增强我的 Web 应用程序,但我担心我会失去性能。您能给我推荐一些好的方法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一个好的开始
http://code.google.com/p/crypto-js/< /a>
This is a good start
http://code.google.com/p/crypto-js/
加密需要 CPU 时间。您将牺牲性能。您需要确定多少是过多并进行分析。
为什么不使用 HTTPS ?
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 ?