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

https://github.com/imshawan/cryptoo


https://github.com/imshawan/cryptoo

Last synced: about 1 month ago
JSON representation

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