https://github.com/sweep76/file-encryptor
https://github.com/sweep76/file-encryptor
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sweep76/file-encryptor
- Owner: Sweep76
- Created: 2023-11-27T12:57:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T06:57:30.000Z (over 2 years ago)
- Last Synced: 2025-02-23T04:42:32.197Z (over 1 year ago)
- Language: Python
- Size: 844 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS-3106-Encryption
## Setup
**Prerequisites:** Make sure you have [Python](https://www.python.org/downloads/) installed. Flask is integrated in Python.
algorithms used
RSA
AES
64BIT PADDING
PKCS1 OAEP PADDING
1. ```shell script
pip install flask
```
2. ```shell script
pip install pycryptodome
```
3. ```shell script
pip install python-docx
```
4. ```shell script
py app.py
```
program encrypts and decrypts files of any type using AES and RSA under hybrid encryption