Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过包含使用 Javascript 的对称加密技术来增强我的 Web 应用程序,但我担心我会失去性能。你能给我一些好的方法吗?
这是一个好的开始
http://code.google.com/p/crypto-js/
加密需要 CPU 时间。你会牺牲性能。您需要确定多少是太多和配置文件。
你为什么不使用 HTTPS ?