An open API service indexing awesome lists of open source software.

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.

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.git

Step 4: Go to the Tool Directory where u clone it
>cd ShadowCrypt

Step 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).
```
## ๐Ÿ› ๏ธ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.