https://github.com/the-real-virus/stealthcrypter
StealthCrypter: Secure File Encryption & Decryption ! Effortlessly encrypt and decrypt your files with military-grade AES protection, ensuring your data stays safe and private.
https://github.com/the-real-virus/stealthcrypter
ai automation coding cosmicode ctf cybersecurity encryption-decryption ethical-hacking file-encryption-python github internship linux open-source pentesting programming python redteam scripting software tools
Last synced: 4 months ago
JSON representation
StealthCrypter: Secure File Encryption & Decryption ! Effortlessly encrypt and decrypt your files with military-grade AES protection, ensuring your data stays safe and private.
- Host: GitHub
- URL: https://github.com/the-real-virus/stealthcrypter
- Owner: The-Real-Virus
- License: mit
- Created: 2025-08-13T09:36:44.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T10:35:02.000Z (4 months ago)
- Last Synced: 2025-08-13T12:23:23.296Z (4 months ago)
- Topics: ai, automation, coding, cosmicode, ctf, cybersecurity, encryption-decryption, ethical-hacking, file-encryption-python, github, internship, linux, open-source, pentesting, programming, python, redteam, scripting, software, tools
- Language: Python
- Homepage:
- Size: 8.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***internship repo link >***`https://github.com/The-Real-Virus/CosmiCode-Internship`
# ๐StealthCrypter๐
## ๐ Description
StealthCrypter is a powerful and easy-to-use encryption tool that helps you protect your sensitive files and directories using **AES-256 encryption**. Whether you need to safeguard personal documents or secure confidential data, CryptShield ensures that your files remain private and tamper-proof.
## ๐ Features
โ
**AES-256 Encryption** โ Industry-standard encryption for maximum security.
โ
**Interactive CLI** โ No need for command-line arguments; just follow the prompts.
โ
**Encrypt & Decrypt Files or Directories** โ Protect multiple files at once with ease.
โ
**Secure Key Input** โ Uses a hashed key for enhanced security.
โ
**Progress Bar** โ Shows real-time encryption/decryption progress.
โ
**Handles Large Files** โ Reads and writes data in chunks to avoid memory issues.
โ
**Optional Auto-Delete** โ Allows users to securely remove original files after encryption.
## ๐Step-by-Step Guide in Linux Terminal !
Step 1: Update & upgrade your system
>sudo apt update
>sudo apt upgrade
Step 2: install Dependencies
>sudo apt install python3-tqdm
>sudo apt install python3-pycryptodome
Step 3: Clone the repository
>git clone https://github.com/The-Real-Virus/StealthCrypter.git
Step 4: Go to the Tool Directory where u clone it
>cd StealthCrypter
Step 5: After Completing the process now u can run script
>python3 crypter.py
## ๐ก Tips!
๐น Use a **strong passphrase** to ensure maximum security. The script hashes your input to generate a secure 32-byte key.
๐น Keep a backup of your **encryption key** โ Without it, decryption is impossible!
๐น Make sure you have the **required dependencies** installed before running the script (see below).
## ๐ค Follow the Prompts!
1๏ธโฃ Run the script:
2๏ธโฃ Choose an action:
```
[1] Encrypt a file
[2] Decrypt a file
[3] Encrypt a directory
[4] Decrypt a directory
```
3๏ธโฃ Enter the file or directory path.
4๏ธโฃ Enter a **secure passphrase** (used for encryption & decryption).
5๏ธโฃ The script will process the files with a **progress bar**.
6๏ธโฃ Youโll be asked if you want to **delete the original files** after encryption.
## โ๏ธ Troubleshooting
**Q: I forgot my encryption key. Can I recover my files?**
โ **No.** The encryption key is never stored. If lost, decryption is impossible.
**Q: The script is not recognized. What should I do?**
โ
Make sure Python is installed also see requirements.txt and run it using `python3 crypter.py` if necessary.
**Q: How do I install the required dependencies?**
โ
Run the following command:
```sh
install the requirements (step 2 above) also see requirements.txt.
```
## ๐ ๏ธMODIFICATION
IF U WANT TO MODIFY OR USE THE SCRIPT IN UR PROJECTs , CONSIDER GIVING CREDITS !
## ๐ Example Output
**๐ Encrypting a file:**
```
Choose an action: [1] Encrypt a file, [2] Decrypt a file, [3] Encrypt a directory, [4] Decrypt a directory: 1
Enter the file or directory path: secret.txt
Enter a secret key: ********
๐ Encrypting file...
โ
File encrypted: secret.txt.enc
โ Do you want to delete original files? (y/n): y
๐๏ธ Original files deleted.
โ
Process complete!
```
**๐ Decrypting a file:**
```
Choose an action: [1] Encrypt a file, [2] Decrypt a file, [3] Encrypt a directory, [4] Decrypt a directory: 2
Enter the file or directory path: secret.txt.enc
Enter a secret key: ********
๐ Decrypting file...
โ
File decrypted: secret.txt
```
# โ ๏ธDisclaimer !
This tool is intended for ethical and educational use only.
Do not use it for illegal activities. The author is not responsible for any misuse.
This script is intended for educational purposes and authorized testing only.
Unauthorized use of this script is illegal and unethical.
Ensure you have explicit permission before testing any system.
- Obtain explicit permission before testing any system.
- Adhere to all applicable laws and regulations.
- Respect user privacy and data.
- By using this script, you agree to take full responsibility for your actions.