Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: sina-nabavi
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 43.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

AKE-over-CoAP

Introduction

This is the self-documenting python implementation for the paper LAKE: A Lightweight Authenticated Key Exchange Protocol for Power Constrained Devices. The client and the server perform a LAKE handshake and establish a short-term key with Elliptic-curve Diffie–Hellman (ECDH). The developers are aware that this is not the most efficient way to implement the protocol. The code serves as a practical guideline for the protocol and helps to estimate its overhead.

Getting Started

Install the required python packagses. pip install -r requirements.txt Make sure to install the latest available version of pycryptodome. Otherwise, the package may not include the ed448 curve. Run the server and the client in order. python server.py python client.py The running code logs the important information during the handshake.

Future Work

  1. Implementing the IP-range blocking mechanism in which an IP-range with 3 or more failed attempts gets blocked by the server.
  2. Implementing the protocol in lower layers.
  3. Transferring the control and the session key to DTLS after the handshake.
  4. Implementing in c++ for faster handshakes.

Citation

yaml cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: Nabavirazavi given-names: Seyedsina orcid: https://orcid.org/0000-0002-9186-4386 title: "LAKE Over aiocoap" version: 1 date-released: 2022-06-03

Owner

  • Name: Sina Nabavi
  • Login: sina-nabavi
  • Kind: user
  • Location: Miami, Florida
  • Company: Graduate Researcher @FIU

I am a Ph.D. student at Florida International University. I am interested in applied machine learning and cybersecurity.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Nabavirazavi
    given-names: Seyedsina
    orcid: https://orcid.org/0000-0002-9186-4386
title: "LAKEE Over aiocoap"
version: 1
date-released: 2022-06-03

GitHub Events

Total
Last Year