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

https://github.com/r3li4nt/aescrypter

Encrypt and Decrypt files with Advanced Encryption Standard.
https://github.com/r3li4nt/aescrypter

aes aes-128 aes-192 aes-256 aes-encryption cryptography decrypt encrypt linux python security

Last synced: 4 months ago
JSON representation

Encrypt and Decrypt files with Advanced Encryption Standard.

Awesome Lists containing this project

README

          

![AEScrypter](https://user-images.githubusercontent.com/75953873/177024575-f0fa204c-4e3f-4d72-bf99-cb9dde463c46.png)

Encrypt and Decrypt files with Advanced Encryption Standard.

## Usage
| COMMAND | DESCRIPTION |
| ------------- | ------------- |
| -e / --encrypt | Encrypt file |
| -d / --decrypt | Decrypt file |
| -b / --buffersize | Buffer size (128 / 192 / 256) |
| -p / --password | Password to encrypt and decrypt file |
| -h / --help | Request help |

## Insallation
```
> git clone https://github.com/R3LI4NT/AEScrypter

> cd AEScrypter

> pip3 install -r requirements.txt

> sudo apt-get install shred
```

`EXAMPLE:` **File ENCRYPTED**
```python
python3 AEScrypter.py -e -b -p
```

![file_ENCRYPTED](https://user-images.githubusercontent.com/75953873/177024091-193802d8-8f47-44cc-9fe9-9f3f422e8d35.png)

`EXAMPLE:` **File DECRYPTED**
```python
python3 AEScrypter.py -d -b -p
```

![file_DECRYPTED](https://user-images.githubusercontent.com/75953873/177024097-89f3f294-68e2-4e90-a6f1-5eac1ff22ef2.png)

**Package by:** https://www.aescrypt.com/