https://github.com/the-real-virus/shadowcrypt
ShadowCrypt: 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/shadowcrypt
ai automation bash coding ctf cyber-security encryption-decryption ethical-hacking file-encryption-python github linux networking open-source pentesting programming python readteam scripting software tools
Last synced: 30 days ago
JSON representation
ShadowCrypt: 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/shadowcrypt
- Owner: The-Real-Virus
- License: mit
- Created: 2025-03-29T00:59:58.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-29T01:03:19.000Z (about 1 month ago)
- Last Synced: 2025-03-29T02:19:32.247Z (about 1 month ago)
- Topics: ai, automation, bash, coding, ctf, cyber-security, encryption-decryption, ethical-hacking, file-encryption-python, github, linux, networking, open-source, pentesting, programming, python, readteam, scripting, software, tools
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ShadowCrypt๐
## ๐ Description
ShadowCrypt 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-cryptodome
Step 3: Clone the repository
>git clone https://github.com/The-Real-Virus/ShadowCrypt.gitStep 4: Go to the Tool Directory where u clone it
>cd ShadowCryptStep 5: After Completing the process now u can run script
>python3 shadow.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 and run it using `python3 script.py` if necessary.**Q: How do I install the required dependencies?**
โ Run the following command:
```sh
install the requirements (step 2 above).
```
## ๐ ๏ธMODIFICATIONIF 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.