https://github.com/antonio-hickey/relay
Secure communication utilizing a Proof of Identity signature and encrypted messages.
https://github.com/antonio-hickey/relay
cryptography messaging
Last synced: 11 months ago
JSON representation
Secure communication utilizing a Proof of Identity signature and encrypted messages.
- Host: GitHub
- URL: https://github.com/antonio-hickey/relay
- Owner: antonio-hickey
- Created: 2022-03-14T22:21:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T21:17:34.000Z (over 2 years ago)
- Last Synced: 2025-04-02T05:47:05.427Z (about 1 year ago)
- Topics: cryptography, messaging
- Language: Python
- Homepage:
- Size: 331 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Relay
Secure communication utilizing both symmetric and asymmetric cryptography. Relay is open source making it extensible, auditable, and community driven. This project values privacy over ease of use, and is encouraged to be forked into your own version.
### Installation Guide
- Fork the Relay repository.
- Clone your fork to your machine.
- Navigate into the directory of your cloned fork.
- Create virtual environment
- `python3.10 -m venv env`
- Activate virtual environment
- In UNIX system:
- `source env/bin/acivate`
- In Windows system:
- `env\Scripts\activate`
- Install the project dependencies via pip
- `python3.10 -m pip install -r requirements.txt`
### Running the application
- `python3.10 application.py`