lake-over-aiocoap
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
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
Metadata Files
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
- Implementing the IP-range blocking mechanism in which an IP-range with 3 or more failed attempts gets blocked by the server.
- Implementing the protocol in lower layers.
- Transferring the control and the session key to
DTLSafter the handshake. - 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
- Website: https://myweb.fiu.edu/snaba002/
- Repositories: 4
- Profile: https://github.com/sina-nabavi
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