Git Product home page Git Product logo

ainq_scheme's Introduction

Re-implement the AinQ Scheme

This project is a part of the COMP.SEC.220 Security Protocol course organized by the Tampere University, Tampere, Finland.

In this work, I try to implement the AinQ scheme, a certificateless group key distribution protocol. In addition, I replicate the experiment results which are shown in the academic paper Arrows in a Quiver: A Secure Certificateless Group Key Distribution Protocol for Drones , publicly available at this link

How to run the protocol

After you cloned the repository, please run the following commands

cd python
python driver.py -e <number_of_existing_edge_drones> -n <number_of_new_drones> [-v]

For example, you want to run the protocol with 10 initial edge drones and then 100 new drones will join the existing group. The script runs in a silent mode without the flag -v

python driver_ainQ.py -e 10 -n 100

Run the below command for more detail argument description.

$ python driver_ainQ.py -h
usage: driver_ainQ.py [-h] -e EXISTING_DRONE -n NEW_DRONE [-v]

optional arguments:
  -h, --help            show this help message and exit
  -e EXISTING_DRONE, --existing-drone EXISTING_DRONE
                        Number of existing edge drones
  -n NEW_DRONE, --new-drone NEW_DRONE
                        Number of new drones
  -v, --verbose         Verbose mode of the script

Report of experiment results

To build the full PDF report, please run the following commands

cd report
make

Try to install required packages if any messages about missing packages would be raised.

Live demo of the protocol

https://youtu.be/a8A08muxRp8

ainq_scheme's People

Contributors

ancuongnguyen07 avatar

Stargazers

 avatar

Watchers

 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.