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

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.

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

![screenshot](https://github.com/yogsec/Secure-Communication-Tool/blob/main/screenshot.jpeg)
---

### 📌 **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)**