Skip to content

This project demonstrates how cryptographic protocols can be implemented for the case when an Arduino board and a PC communicate. Primitives implemented: AES, RSA and Diffie–Hellman key exchange.

License

arpitchauhan/cryptographic-protocols-arduino-and-PC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates how an Arduino board and a PC can implement cryptographic protocols.

The protocols implemented are (i) Digital Signature, (ii) Key Exchange using Diffie-Hellman algorithm, and (iii) Key Exchange using RSA (a public-key encryption algorithm).

COPYRIGHT NOTICE

Copyright (C) 2013 Arpit Chauhan, Inderjit Sidhu, Aditya Pandey and Archit Pandey

cryptographic-protocols-arduino-and-PC is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

cryptographic-protocols-arduino-and-PC is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the software. It is in the file LICENSE.MD. If not available there, see http://www.gnu.org/licenses/

About

This project demonstrates how cryptographic protocols can be implemented for the case when an Arduino board and a PC communicate. Primitives implemented: AES, RSA and Diffie–Hellman key exchange.

Topics

Resources

License

Stars

Watchers

Forks