https://github.com/yogsec/secure-communication-tool
A Bash-based encryption & decryption tool using AES-256-CBC, allowing secure message exchange with a single password. Easy-to-use CLI for bug bounty hunters, security researchers, and privacy enthusiasts.
https://github.com/yogsec/secure-communication-tool
communication communication-tool cryptography cybersecurity-tool hackers hacking hacking-tool secure-communication
Last synced: 8 months ago
JSON representation
A Bash-based encryption & decryption tool using AES-256-CBC, allowing secure message exchange with a single password. Easy-to-use CLI for bug bounty hunters, security researchers, and privacy enthusiasts.
- Host: GitHub
- URL: https://github.com/yogsec/secure-communication-tool
- Owner: yogsec
- Created: 2025-02-04T14:49:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T13:15:04.000Z (over 1 year ago)
- Last Synced: 2025-02-28T01:24:42.153Z (over 1 year ago)
- Topics: communication, communication-tool, cryptography, cybersecurity-tool, hackers, hacking, hacking-tool, secure-communication
- Language: Shell
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🛡️ Secure Communication Tool
**Designed by YogSec**
A **Bash-based secure message encryption and decryption tool** using **AES-256-CBC** encryption. It allows users to securely communicate by encrypting messages with a **single shared password**.

---
### 📌 **Features**
✅ **AES-256-CBC Encryption** (Advanced security)
✅ **Single Password System** (Easy for sender & receiver)
✅ **No Need to Remember Salt or IV**
✅ **Quick & Simple CLI Interface**
✅ **Designed by YogSec**
---
### 🚀 **Installation & Usage**
#### **1️⃣ Clone the Repository**
```bash
git clone https://github.com/YogSec/Secure-Communication-Tool.git
cd Secure-Communication-Tool
```
#### **2️⃣ Give Execution Permission**
```bash
chmod +x secure_chat.sh
```
#### **3️⃣ Run the Tool**
```bash
./secure_chat.sh
```
---
### 🔹 **How to Use**
#### **🔐 Encrypt a Message**
1️⃣ Select **Option 1 (Encrypt Message)**
2️⃣ Enter a **password** (Share with the receiver)
3️⃣ Enter the **message**
4️⃣ Copy the **encrypted message**
📌 **Example Output:**
```
🔐 Encrypted Message: U2FsdGVkX1+8h23kC...
```
✅ **Send this encrypted text & password to the receiver.**
---
#### **🔏 Decrypt a Message**
1️⃣ Select **Option 2 (Decrypt Message)**
2️⃣ Enter the **password**
3️⃣ Paste the **encrypted message**
4️⃣ The tool will display the **original message**
📌 **Example Output:**
```
✅ Decrypted Message: Hello, this is a secure message!
```
---
### 🛠 **Dependencies**
Ensure **OpenSSL** is installed:
```bash
sudo apt install openssl # For Debian-based systems
sudo yum install openssl # For RHEL-based systems
```
---
## 🌟 Let's Connect!
Hello, Hacker! 👋 We'd love to stay connected with you. Reach out to us on any of these platforms and let's build something amazing together:
🌐 **Website:** [https://yogsec.github.io/yogsec/](https://yogsec.github.io/yogsec/)
📜 **Linktree:** [https://linktr.ee/yogsec](https://linktr.ee/yogsec)
🔗 **GitHub:** [https://github.com/yogsec](https://github.com/yogsec)
💼 **LinkedIn (Company):** [https://www.linkedin.com/company/yogsec/](https://www.linkedin.com/company/yogsec/)
📷 **Instagram:** [https://www.instagram.com/yogsec.io/](https://www.instagram.com/yogsec.io/)
🐦 **Twitter (X):** [https://x.com/yogsec](https://x.com/yogsec)
👨💼 **Personal LinkedIn:** [https://www.linkedin.com/in/bug-bounty-hunter/](https://www.linkedin.com/in/bug-bounty-hunter/)
📧 **Email:** abhinavsingwal@gmail.com
---
## ☕ Buy Me a Coffee
If you find our work helpful and would like to support us, consider buying us a coffee. Your support keeps us motivated and helps us create more awesome content. ❤️
☕ **Support Us Here:** [https://buymeacoffee.com/yogsec](https://buymeacoffee.com/yogsec)
---
### 🛡️ **Designed by YogSec**
💡 **Bug Bounty | Cybersecurity | Ethical Hacking**
📩 Contact: **abhinavsingwal@gmail.com**
🔗 LinkedIn: **https://www.linkedin.com/in/abhinavsingwal**
🔗 YogSec: **[LinkTree](https://linktr.ee/yogsec)**