GithubHelp home page GithubHelp logo

mgesmundo / cryptographic-protocols-arduino-and-pc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arpitchauhan/cryptographic-protocols-arduino-and-pc

0.0 2.0 0.0 244 KB

This project demonstrates how cryptographic protocols can be implemented for the case when an Arduino board and a PC communicate.

License: GNU General Public License v3.0

Python 33.46% Arduino 15.94% C 50.60%

cryptographic-protocols-arduino-and-pc's Introduction

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 (iii) Key Exchange using RSA (a public-key encryption algorithm)

In the digital signature protocol, either of the entities can digitally sign a message and send it to the other entity. The signature asserts the integrity of the message. If the message is tampered in any way while in transit, the receiving entity will come to know about it.

In the second protocol, viz. key exchange using Diffie-Hellman algorithm, the entity which is willing to exchange data can initiate the exchange of an AES-128 key. Once both the entities possess the AES key, they can exchange data by encrypting it with that key.

In the third protocol, the key exchange is done prior to exchange of data, by using RSA. Again, after the entities have exchange an AES-128 key, they can exchange data by first encrypting it with that key.

In-depth discussion of the project can be found at: https://dl.dropboxusercontent.com/u/83966315/cryptographic-protocols-between-arduino-and-PC/cryptographic-protocols-between-arduino-and-PC.pdf

COPYRIGHT NOTICE

Copyright (C) 2013 Arpit Chauhan, Inderjit Sidhu 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/

cryptographic-protocols-arduino-and-pc's People

Contributors

arpitchauhan avatar architpandey avatar ijxsid avatar

Watchers

James Cloos avatar Marcello Gesmundo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.