encryption - Arduino 上的 HTTPS 替代方案

标签 encryption https arduino

我正在考虑在我正在进行的项目中使用 Arduino,但问题仍然悬而未决。

Arduino 将收集数据,并偶尔将其发送到服务器。我希望能够确保数据传输的安全。

我确实知道 Arduino 没有足够的处理能力来处理 HTTPS 加密,但我想知道这里是否可以使用可靠的替代方案。

你有什么看法?

最佳答案

在 arduino 中可以使用的最好的方法是 xxtea 加密。速度快但不是 super 安全

关于encryption - Arduino 上的 HTTPS 替代方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11138017/

相关文章:

java - 在 Java 中为 Web Push API 加密消息

c# - 加密字符串以匹配原始字符串的长度

apache - 重定向错误 : Wordpress + Let's Encrypt (Certbot) + SSL only + non-www

ssl - 具有多个证书的 http.ListenAndServeTLS

c - "if (strcmp(URL, "/") == 0)"在Arduino网络草图中的使用

c - RSA使用openssl库加密500字节数据

php - youtube 如何对他们的 url 进行编码?

tomcat - 多个 Https Tomcat 连接器,一个需要客户端身份验证,一个不需要

node.js - 使用 websocket 将 Arduino 连接到 nodejs 服务器

arduino - Wemos D1 和 TFT LCD 扩展板