https://github.com/naemazam/encryptxpert
EncryptXpert is an app for easy file encryption/decryption using AES-EAX or AES-GCM algorithms. With GUI & CLI support and Build-in Key Database System, it's secure π & versatile across Windows and Linux.
https://github.com/naemazam/encryptxpert
cryptography cryptography-project cryptography-tools cybersecurity cybersecurity-tools naemazam
Last synced: 15 days ago
JSON representation
EncryptXpert is an app for easy file encryption/decryption using AES-EAX or AES-GCM algorithms. With GUI & CLI support and Build-in Key Database System, it's secure π & versatile across Windows and Linux.
- Host: GitHub
- URL: https://github.com/naemazam/encryptxpert
- Owner: naemazam
- License: mit
- Created: 2024-03-19T10:01:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T06:53:12.000Z (about 1 year ago)
- Last Synced: 2025-03-25T15:21:16.581Z (about 1 month ago)
- Topics: cryptography, cryptography-project, cryptography-tools, cybersecurity, cybersecurity-tools, naemazam
- Language: Python
- Homepage:
- Size: 2.49 MB
- Stars: 56
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
![]()
# EncryptXpert
### An app for file encryption/decryption using AES-EAX or AES-GCM algorithms With GUI & CLI support and Build-in Key Database System For Windows Linux and Mac
[](https://choosealicense.com/licenses/mit/)
EncryptXpert is a cutting-edge cybersecurity tool crafted in Python, delivering a comprehensive suite of features for safeguarding sensitive data. With both Graphical User Interface (GUI) and Command-Line Interface (CLI) support, EncryptXpert empowers users to encrypt and decrypt files effortlessly using advanced AES-EAX or AES-GCM algorithms.
This versatile solution ensures robust data protection across Windows and Linux platforms, offering a seamless user experience regardless of the operating system. The intuitive GUI interface simplifies encryption tasks, providing clear options for customizing encryption parameters to suit individual needs.
For users seeking automation or integration into existing workflows, EncryptXpert's CLI tools offer flexibility and efficiency. Whether encrypting single files or entire directories, EncryptXpert streamlines the encryption process while upholding stringent security standards.
## Demo

Watch Full Demo
## Key Features:
- GUI and CLI tools for file encryption and decryption.
- Support for AES-EAX and AES-GCM encryption algorithms.
- Cross-platform compatibility with Windows and Linux environments.
- Intuitive interface for easy customization of encryption parameters.
- Seamless integration into automated workflows for streamlined encryption tasks.EncryptXpert empowers users to take control of their data security, providing a reliable solution for protecting sensitive information in today's digital landscape. Whether securing personal files or safeguarding corporate assets, EncryptXpert offers a user-friendly and powerful encryption toolkit tailored to meet diverse cybersecurity needs.
# Pre-Requirements
- Python ( 3.9.0 or Higher )
- PyQT ( v5 or Higher )
- psutil
- pycryptodome## Installation
### Software Use ( Windows 10/11 )
Download The EXE File
### Dev Use ( Linux/ Terminal )
Clone The Repo
```bash
git clone https://github.com/naemazam/EncryptXpert
```Navigate The Repo
```bash
cd EncryptXpert
```Install all Required Packages
```bash
pip install -r requirements.txt
```
Run The Model```bash
Python3 EncryptXpert.py
```
## Process





## Running Tests
To run tests, run the following command
```bash
npm run test
```## β οΈ Warning:
Please note that EncryptXpert may encounter occasional issues with the built-in key database system, leading to database failures. Additionally, file integrity may occasionally be compromised during the encryption or decryption process. While efforts are ongoing to address these issues, users are advised to maintain backups of their encrypted files and exercise caution when relying solely on EncryptXpert for data protection.## Used By
This project is used by the following companies:
- SecureByte
- CQUPT## FAQ
#### Question 1
Answer 1
#### Question 2
Answer 2
## Contributing
Contributions are always welcome!
See `contributing.md` for ways to get started.
## π About Me
I'm Self-taught Programmer, Security Researcher ,Technophile And an Open-Source Enthusiast, Maintainer and National level hackathon winnerπ₯ π¨π³.## License
[MIT](https://choosealicense.com/licenses/mit/)