https://github.com/morgankryze/rsa-python-implementation
A simple implementation of RSA in Python designed for numbers and texts.
https://github.com/morgankryze/rsa-python-implementation
encryption-decryption python rsa-cryptography
Last synced: 5 months ago
JSON representation
A simple implementation of RSA in Python designed for numbers and texts.
- Host: GitHub
- URL: https://github.com/morgankryze/rsa-python-implementation
- Owner: MorganKryze
- License: mit
- Archived: true
- Created: 2023-12-20T10:46:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T18:25:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T04:43:07.880Z (7 months ago)
- Topics: encryption-decryption, python, rsa-cryptography
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSA-python-implementation
> A simple implementation of RSA in Python designed for numbers and texts.

## Getting started
### Prerequisites
- Python 3.11 or higher
- An editor or simply a terminal### Install
To install the repository, simply download the zip file, or clone it using:
```bash
git clone https://github.com/MorganKryze/RSA.git
```Then navigate to the directory and install the dependencies using:
```bash
cd RSA-python-implementation
pip install -r requirements.txt
```### Usage
To use the program, simply run the `demo.py` file using Python.
```bash
python src/demo.py
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.