Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ale-depi/diffie-hellman-like-broken
The automated version of the paper showing a broken Diffie-Hellman-like protocol.
https://github.com/ale-depi/diffie-hellman-like-broken
Last synced: 15 days ago
JSON representation
The automated version of the paper showing a broken Diffie-Hellman-like protocol.
- Host: GitHub
- URL: https://github.com/ale-depi/diffie-hellman-like-broken
- Owner: ale-depi
- License: bsd-3-clause
- Created: 2024-01-05T16:29:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T19:44:14.000Z (7 months ago)
- Last Synced: 2024-11-14T21:42:04.913Z (3 months ago)
- Language: Sage
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A troyan Diffie-Hellman-like protocol based on proof of gullibility
This repository contains the automated version of the paper [*A troyan
Diffie-Hellman-like protocol based on proof of
gullibility*](https://ieeexplore.ieee.org/document/10468029) presented at
**ACDSA 2024**, International Conference on Artificial Intelligence, Computer,
Data Sciences and Applications.## Usage
In order to run the script, you must install
[SageMath](https://github.com/sagemath/sage). Note that if you prefer a Docker
approach, the `Dockerfile` is included in the Sagemath repository.Once you have installed the SageMath software, the usage is straight.
```bash
$ sage script.sage
```
All the computations will be done by the software and will be printed in red.