移动设备是否有足够的 CPU 来支持网站所有流量的 HTTPS?
我们正在开发一个旨在在智能手机和其他移动设备上使用的 Web 应用程序,并且我们正在考虑通过 HTTPS 运行所有流量,以简化安全性。
我知道对于大型计算机而言,HTTPS 加密的 CPU 成本相当微不足道,但对于 iPhone 和 Android 等现代智能手机来说也是如此吗?
We are developing a web application intended for use on smartphones and other mobile devices, and we are thinking about running all traffic through HTTPS to make security simpler.
I know that the CPU cost of HTTPS encryption for bigger computers is fairly trivial, but is this also true for modern smartphones like iPhone and Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑到此类设备的 cpu 运行频率为 400 MHz 或更高,并且 https 已经在较慢的 cpu 上运行了数十年,我认为这没有问题。
Considering that the cpu of such a device runs at 400 MHz or higher, and that https has been around for decades running on slower cpu's, I'd say there is no problem with that.