Digest access authentication on Arduino

357 views
Skip to first unread message

PCGayan priyanatha

unread,
Jan 17, 2013, 12:24:26 AM1/17/13
to webd...@googlegroups.com
Hi,

Did any one tried implementing Digest access authentication on Arduino ? (http://en.wikipedia.org/wiki/Digest_access_authentication)
This is more advance security than Base access authentication.

Please Post if you guys have tried anything related to this, I am planning to try it out.

Thanks.

Ben Combee

unread,
Feb 11, 2013, 2:21:53 PM2/11/13
to webd...@googlegroups.com
This requires running the MD5 algorithm on the 8-bit microcontroller.  According to http://arduino.cc/forum/index.php/topic,37905.0.html, it's doable and can run about 350 hashes a second.  However, MD5 isn't very secure, and if you're really concerned about that, I'd suggest running some sort of access firewall between your Arduino and the rest of the network.
Reply all
Reply to author
Forward
0 new messages