HTTPS alternative on Arduino

2019-02-16 09:55发布

I'm considering the use of an Arduino in a project I'm on but a question is still open.

The Arduino will be collecting data and, once in a while, will send them to a server. I would like to be able to secure the data transmission.

I do know that the Arduino has not enough processing power to handle HTTPS encryption but I'm wondering if a solid alternative can be used here.

What's your opinion?

3条回答
小情绪 Triste *
2楼-- · 2019-02-16 10:18

Check out the Microchip PIC 18x and 24x series uCs. http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2505&param=en535724

If you are looking for a heavy duty micro-platform, check out "Raspberry Pi"

查看更多
The star\"
3楼-- · 2019-02-16 10:19
看我几分像从前
4楼-- · 2019-02-16 10:29

the best you can use in arduino is xxtea encryption. is fast but not super secure

查看更多
登录 后发表回答