{"id":30657149,"url":"https://github.com/the-real-virus/stealthcrypter","last_synced_at":"2026-04-18T00:07:28.357Z","repository":{"id":309709978,"uuid":"1037248763","full_name":"The-Real-Virus/StealthCrypter","owner":"The-Real-Virus","description":"StealthCrypter: Secure File Encryption \u0026 Decryption ! Effortlessly encrypt and decrypt your files with military-grade AES protection, ensuring your data stays safe and private.","archived":false,"fork":false,"pushed_at":"2025-12-28T14:49:20.000Z","size":9124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-31T03:12:23.261Z","etag":null,"topics":["ai","automation","coding","ctf","cybersecurity","encryption-decryption","ethical-hacking","file-encryption-python","github","internship","linux","open-source","pentesting","programming","python","redteam","scripting","software","tools"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/syed-muhammad-shah","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Real-Virus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-13T09:36:44.000Z","updated_at":"2025-12-29T10:03:34.000Z","dependencies_parsed_at":"2025-08-13T12:34:28.506Z","dependency_job_id":null,"html_url":"https://github.com/The-Real-Virus/StealthCrypter","commit_stats":null,"previous_names":["the-real-virus/stealthcrypter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/The-Real-Virus/StealthCrypter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Real-Virus%2FStealthCrypter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Real-Virus%2FStealthCrypter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Real-Virus%2FStealthCrypter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Real-Virus%2FStealthCrypter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Real-Virus","download_url":"https://codeload.github.com/The-Real-Virus/StealthCrypter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Real-Virus%2FStealthCrypter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","automation","coding","ctf","cybersecurity","encryption-decryption","ethical-hacking","file-encryption-python","github","internship","linux","open-source","pentesting","programming","python","redteam","scripting","software","tools"],"created_at":"2025-08-31T11:10:10.253Z","updated_at":"2026-04-18T00:07:28.351Z","avatar_url":"https://github.com/The-Real-Virus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"- Research Paper For This Prototype --\u003e ![StealthCrypter_AES-GCM_2025](https://github.com/The-Real-Virus/Research-Papers)\n# 💀StealthCrypter💀\n\n## 📜 Description\nStealthCrypter 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.\n\n## 🔑 Features\n✅ **AES-256 Encryption** – Industry-standard encryption for maximum security.  \n✅ **Interactive CLI** – No need for command-line arguments; just follow the prompts.  \n✅ **Encrypt \u0026 Decrypt Files or Directories** – Protect multiple files at once with ease.  \n✅ **Secure Key Input** – Uses a hashed key for enhanced security.  \n✅ **Progress Bar** – Shows real-time encryption/decryption progress.  \n✅ **Handles Large Files** – Reads and writes data in chunks to avoid memory issues.  \n✅ **Optional Auto-Delete** – Allows users to securely remove original files after encryption.  \n\n## 🚀Step-by-Step Guide in Linux Terminal !\n\nStep 1: Update \u0026 upgrade your system  \n\u003esudo apt update  \n\n\u003esudo apt upgrade  \n\nStep 2: install Dependencies  \n\u003esudo apt install python3-tqdm  \n\n\u003esudo apt install python3-pycryptodome  \n \nStep 3: Clone the repository  \n\u003egit clone https://github.com/The-Real-Virus/StealthCrypter.git  \n\nStep 4: Go to the Tool Directory where u clone it  \n\u003ecd StealthCrypter  \n\nStep 5: After Completing the process now u can run script  \n\u003epython3 crypter.py  \n\n## 💡 Tips!\n🔹 Use a **strong passphrase** to ensure maximum security. The script hashes your input to generate a secure 32-byte key.  \n🔹 Keep a backup of your **encryption key** – Without it, decryption is impossible!  \n🔹 Make sure you have the **required dependencies** installed before running the script (see below).  \n\n## 🤝 Follow the Prompts!\n1️⃣ Run the script:  \n\n2️⃣ Choose an action:\n   ```\n   [1] Encrypt a file\n   [2] Decrypt a file\n   [3] Encrypt a directory\n   [4] Decrypt a directory\n   ```\n3️⃣ Enter the file or directory path.  \n4️⃣ Enter a **secure passphrase** (used for encryption \u0026 decryption).  \n5️⃣ The script will process the files with a **progress bar**.  \n6️⃣ You’ll be asked if you want to **delete the original files** after encryption.  \n\n## ⚙️ Troubleshooting\n**Q: I forgot my encryption key. Can I recover my files?**  \n❌ **No.** The encryption key is never stored. If lost, decryption is impossible.  \n\n**Q: The script is not recognized. What should I do?**  \n✅ Make sure Python is installed also see requirements.txt and run it using `python3 crypter.py` if necessary.  \n\n**Q: How do I install the required dependencies?**  \n✅ Run the following command:  \n   ```sh\n   install the requirements (step 2 above) also see requirements.txt.\n   ```\n## 🛠️MODIFICATION \n\nIF U WANT TO MODIFY OR USE THE SCRIPT IN UR PROJECTs , CONSIDER GIVING CREDITS !  \n\n## 📂 Example Output\n\t**🔐 Encrypting a file:**\n\t```\n\tChoose an action: [1] Encrypt a file, [2] Decrypt a file, [3] Encrypt a directory, [4] Decrypt a directory: 1\n\tEnter the file or directory path: secret.txt\n\tEnter a secret key: ********\n\t🔐 Encrypting file...\n\t✅ File encrypted: secret.txt.enc\n\t❗ Do you want to delete original files? (y/n): y\n\t🗑️ Original files deleted.\n\t✅ Process complete!\n\t```\n\n\t**🔓 Decrypting a file:**\n\t```\n\tChoose an action: [1] Encrypt a file, [2] Decrypt a file, [3] Encrypt a directory, [4] Decrypt a directory: 2\n\tEnter the file or directory path: secret.txt.enc\n\tEnter a secret key: ********\n\t🔓 Decrypting file...\n\t✅ File decrypted: secret.txt\n\t```\n# ⚠️Disclaimer !\nThis tool is intended for ethical and educational use only.  \nDo not use it for illegal activities. The author is not responsible for any misuse.  \nThis script is intended for educational purposes and authorized testing only.  \nUnauthorized use of this script is illegal and unethical.  \nEnsure you have explicit permission before testing any system.  \n- Obtain explicit permission before testing any system.  \n- Adhere to all applicable laws and regulations.  \n- Respect user privacy and data.  \n- By using this script, you agree to take full responsibility for your actions.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-real-virus%2Fstealthcrypter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-real-virus%2Fstealthcrypter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-real-virus%2Fstealthcrypter/lists"}