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

https://github.com/samay825/unbreakableencrypter

UnbreakableEncrypter is a robust security tool designed to safeguard your digital life. With features like a secure password manager, file encryption/decryption, and a user-friendly interface, it ensures your data remains protected across multiple platforms, including Windows, Linux, Kali Linux, and Termux. Stay secure, stay unbreakable!
https://github.com/samay825/unbreakableencrypter

cross-platform cryptography cybersecurity data-protection data-security digital-security encryption encryption-software file-encryption kali-linux linux open-source password-manager privacy privacy-tools secure-storage security security-tools termux windows

Last synced: 8 months ago
JSON representation

UnbreakableEncrypter is a robust security tool designed to safeguard your digital life. With features like a secure password manager, file encryption/decryption, and a user-friendly interface, it ensures your data remains protected across multiple platforms, including Windows, Linux, Kali Linux, and Termux. Stay secure, stay unbreakable!

Awesome Lists containing this project

README

          

# 🔐 Private Encrypter & Password Manager

![Banner](encrypter2.jpg)

> "🔒 NO ONE can decrypt your data without the key! 🔥"
> **Your secrets stay YOURS, forever.**

## 🚀 Overview
🚀 **BOOM!** Welcome to the ultimate encryption fortress! Private Encrypter & Password Manager is built to make sure your sensitive data is locked up tighter than Fort Knox. With military-grade encryption and impenetrable security, NO ONE gets in without the key. 💀

This tool provides a seamless experience to store, encrypt, and decrypt sensitive data effortlessly. Whether you're safeguarding passwords or encrypting files, Private Encrypter ensures your privacy stays intact.

---

## 📸 Screenshots
Showcase of the tool in action:

![Screenshot 1](screenshot1.png)
![Screenshot 2](screenshot2.png)

---

## ✨ Features
- 🔑 **Password Manager** – Store your credentials with encryption so strong, hackers cry trying to crack it.
- 🔒 **File Encryption/Decryption** – Lock up your images and videos with ultra-secure encryption. NO KEY? NO ENTRY! 🚫
- 🎨 **User-Friendly Interface** – Smooth animations, intuitive menus, and easy-to-use commands for maximum efficiency.
- 🖥 **Cross-Platform Support** – Works seamlessly on Windows, Linux, Kali Linux, and Termux environments. Take your security anywhere! 🌍

---

## 📥 Installation & Setup

### 🔹 For Windows Users
```bash
# Download the latest release from GitHub and extract it using WinRAR, 7-Zip, or the default Windows extractor.
# Note: Ensure you have Python 3.13.2 installed.
```
🔗 **Download the latest release:** [GitHub Releases](https://github.com/samay825/UnbreakableEncrypter/releases/tag/v1.0.0)

### 🔹 For Termux Users
```bash
pkg update && pkg upgrade
pkg install python rust clang make libffi openssl
pip install --upgrade pip setuptools wheel
export CARGO_BUILD_TARGET=aarch64-linux-android
export PATH=$HOME/.cargo/bin:$PATH
pip install cryptography
# If issues persist then only use this :
pip install cryptography --no-build-isolation
git clone https://github.com/samay825/UnbreakableEncrypter
cd UnbreakableEncrypter
pip install -r requirements.txt
python3 main.py
# If there is permission error type this
chmod 777 .passwords.json
```

### 🔹 For Linux Users
```bash
sudo apt update && sudo apt upgrade
sudo apt install python3 python3-pip rustc cargo clang libffi-dev libssl-dev
pip3 install --upgrade pip setuptools wheel
pip3 install cryptography
git clone https://github.com/samay825/UnbreakableEncrypter
cd UnbreakableEncrypter
pip install -r requirements.txt
sudo python3 main.py
# If there is permission error type this
chmod 777 .passwords.json
```

---

## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

## ⚠️ Disclaimer
This tool is intended for personal and ethical use only. The developers are not responsible for any misuse, unauthorized access, or illegal activities performed using this software. Always ensure that you comply with local laws and regulations when handling sensitive data.

---

## 📬 Contact
For any inquiries, feel free to reach out:
📧 Email: [sincryptzork](mailto:sincryptzork@gmail.com)

---