https://github.com/imshawan/cryptoo
https://github.com/imshawan/cryptoo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imshawan/cryptoo
- Owner: imshawan
- Created: 2020-12-03T14:40:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T14:41:18.000Z (over 4 years ago)
- Last Synced: 2025-01-23T13:43:53.884Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crypto
Crypto is basic program capable of encryption and decryption of files
## Requirements
The requirements for this project are cryptography and colored modules.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install cryptography and colored.
```bash
pip install cryptography
pip install colored
```## Usage
Run the file as below and you are ready for encryption/decryption process.
```python
python3 cryptoo.py