https://github.com/danielfeitopin/munics-si-lab2

[2023/2024] Information Security: Lab assignment II - Vector Commitment

https://github.com/danielfeitopin/munics-si-lab2

Science Score: 13.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.6%) to scientific vocabulary

Keywords

munics udc uvigo
Last synced: 6 months ago · JSON representation

Repository

[2023/2024] Information Security: Lab assignment II - Vector Commitment

Basic Info
  • Host: GitHub
  • Owner: danielfeitopin
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 199 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
munics udc uvigo
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

MUNICS SI Lab2

***Information Security: Lab assignment II - Vector Commitment*** [![Python](https://img.shields.io/badge/Python-black?logo=python&logoColor=white&labelColor=grey&color=%233776AB)]( "Python") [![License: MIT]()](LICENSE "License") [![GitHub issues](https://img.shields.io/github/issues/danielfeitopin/MUNICS-SI-Lab2)]( "Issues") [![GitHub stars](https://img.shields.io/github/stars/danielfeitopin/MUNICS-SI-Lab2)]( "Stars")

Table of Contents

Configuration

Configure Files

Complete the config.py file with the required configuration.

```py

MQTT Conexion Configuration

MQTTUSERNAME = # TODO MQTTPASSWORD = # TODO MQTTIP = # TODO MQTTPORT = # TODO MQTTKEEPALIVE = # TODO

IDALICE = # TODO MQTT topic for Alice IDBOB = # TODO MQTT topic for Bob ```

Set up the virtual environment

A Pipfile is provided to create a virtual environment.

sh cd src pipenv install

Usage

Run the scripts alice.py and bob.py simultaneously:

sh cd commit pipenv run alice.py

sh cd commit pipenv run bob.py

Introduce the data required by alice.py.

Contributing

Contributions are welcome! If you have improvements, bug fixes, or new modules to add, feel free to submit a pull request.

License

The content of this repository is licensed under the MIT License.

Contact

Feel free to get in touch with me!

[![GitHub](https://img.shields.io/badge/GitHub-%23181717?style=for-the-badge&logo=github&logoColor=%23181717&color=white)]() [![LinkedIn](https://img.shields.io/badge/LinkedIn-white?style=for-the-badge&logo=linkedin&logoColor=white&color=%230A66C2)]()

Owner

  • Name: Daniel Feito Pin
  • Login: danielfeitopin
  • Kind: user
  • Location: A Coruña
  • Company: @informaticapau

Graduado en Ingeniería Informática en la UDC. Interesado en programación (principalmente con Python) y ciberseguridad. Creador de @informaticapau.

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

src/Pipfile pypi
  • paho-mqtt *