Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.06 KB

File metadata and controls

21 lines (15 loc) · 1.06 KB

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/