Hello!
i'm looking for a solution to make my web server secure with a login and a password ! using an arduino uno and an ethernet shield with sd card. I read that we can use the sd card and HTTP authentication .
is there any one who can help me with some information or code ??
Thank you in advance ![]()
That is a very broad request to say the least. Web server password code is a subject for whole books.
Go here:
More specifically, read this:
http://cacr.uwaterloo.ca/hac/about/chap10.pdf.
Here's the idea on how to implement a user login with cookies
http://forum.arduino.cc/index.php?topic=238913.msg1752847#msg1752847
If you looking for SSL, not sure if the arduino can handle it.
If you looking for SSL, not sure if the arduino can handle it.
I am. It can't.
Isn't there a shield that does?
GoForSmoke:
Isn't there a shield that does?
You mean the Raspberry Pi shield?
I was thinking of the ones used to make webserver duinos.
But SSL apparently doesn't come in a chip like so much else.