An open API service indexing awesome lists of open source software.

https://github.com/sweep76/file-encryptor


https://github.com/sweep76/file-encryptor

Last synced: 11 months ago
JSON representation

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