Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTPS alternative on Arduino

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?

like image 860
Yannick Blondeau Avatar asked Jun 21 '12 12:06

Yannick Blondeau


People also ask

Does Arduino support https?

A standard Arduino isn't able to do HTTPS (or any other TLS socket connection).

What else can be used instead of Arduino?

Raspberry Pi, BeagleBone, Sharks Cove, Minnowboard MAX, Nanode, Waspmote or LittleBits are some of the most interesting alternatives to Arduino.

What is more powerful than Arduino?

Micro Python: more powerful than Arduino, simpler than the Raspberry Pi. University of Cambridge theoretical physicist Damien George has built a tiny microcontroller that is more powerful than Arduino and far simpler than the Raspberry Pi.

Is there a better IDE than Arduino?

PlatformIO. PlatformIO is a professional development tool that is suitable for making projects related to embedded systems and is the best replacement for Arduino IDE. This development tool works on the macOS, Windows and Linux operating systems and it also provides support for node. js, typescript and JavaScript.


1 Answers

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

like image 137
uDalillu Avatar answered Sep 21 '22 13:09

uDalillu