https://github.com/solomon-77/aes-file-crypto
This is a Python-based file encryption and decryption tool that utilizes AES for security.
https://github.com/solomon-77/aes-file-crypto
aes aes-128 aes-encryption cryptography cryptography-project cryptography-tools encryption encryption-decryption python3
Last synced: about 1 month ago
JSON representation
This is a Python-based file encryption and decryption tool that utilizes AES for security.
- Host: GitHub
- URL: https://github.com/solomon-77/aes-file-crypto
- Owner: Solomon-77
- License: mit
- Created: 2024-04-19T12:04:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:50:29.000Z (over 1 year ago)
- Last Synced: 2025-03-18T08:13:22.494Z (7 months ago)
- Topics: aes, aes-128, aes-encryption, cryptography, cryptography-project, cryptography-tools, encryption, encryption-decryption, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AES File Encryption and Decryption Tool
This Python script provides a command-line tool for encrypting and decrypting files using the Advanced Encryption Standard (AES) algorithm with a pre-defined encryption key. The tool supports various file types such as text, images, audio, and video.
## CLI

## Features
- Encrypt files using AES-128 encryption with a pre-defined key.
- Decrypt encrypted files using the same key.## Prerequisites
- Python 3.x
- `pycryptodome` library (install with `pip install pycryptodome`)
- `termcolor` library (install with `pip install termcolor`)## Usage
- Clone the repository or download the script.
- Navigate to the directory containing the script.
- Run the script using Python:
```
python aes.py
```## License
This project is licensed under the [MIT License](LICENSE).