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.
- Host: GitHub
- URL: https://github.com/r3li4nt/aescrypter
- Owner: R3LI4NT
- Created: 2022-07-03T03:56:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T15:05:56.000Z (over 3 years ago)
- Last Synced: 2025-10-16T02:14:48.616Z (8 months ago)
- Topics: aes, aes-128, aes-192, aes-256, aes-encryption, cryptography, decrypt, encrypt, linux, python, security
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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
```

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

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