# ๐ถ๏ธ SHADOWSEAL - Encrypt. Execute. Never Expose.
<div align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=28&pause=1000&color=FF44CC¢er=true&vCenter=true&width=600&lines=๐ถ๏ธ+SHADOWSEAL;Encrypt.+Execute.+Never+Expose.;AI+proof+.+Human+proof+.+Undecodable.;Cross-Platform+Android+Linux+Windows+macOS" alt="Typing SVG" />
<br><br>
<img src="https://img.shields.io/badge/Decryption-NOT%20POSSIBLE-critical?style=for-the-badge&logo=protonmail&logoColor=white&color=red"/>
<img src="https://img.shields.io/badge/AI%20Proof-โ
-green?style=for-the-badge&logo=python&logoColor=white"/>
<img src="https://img.shields.io/badge/Platform-All%20OS-blue?style=for-the-badge&logo=linux"/>
<img src="https://badgen.net/badge/Encrypted%20Lines/โ/purple?icon=code"/>
<img src="https://img.shields.io/github/stars/AFTeam-Owner/shadowseal?style=social"/>
<img src="https://visitor-badge.laobi.icu/badge?page_id=AFTeam-Owner.shadowseal"/>
<br>
<img src="https://img.shields.io/badge/Android-Termux-green?style=flat-square&logo=android&logoColor=white"/>
<img src="https://img.shields.io/badge/Linux-Ubuntu-orange?style=flat-square&logo=linux&logoColor=white"/>
<img src="https://img.shields.io/badge/Windows-10+-blue?style=flat-square&logo=windows&logoColor=white"/>
<img src="https://img.shields.io/badge/macOS-Silicon-purple?style=flat-square&logo=apple&logoColor=white"/>
</div>
---
๐ฃ What is ShadowSeal?
ShadowSeal isn't just a tool โ it's an ideology.
Made for those who encrypt not to hide, but to rule.
- Turns `.py` files into undecodeable yet runnable binaries.
- Math-based transformation โ no marshal, no base64, no mercy.
- Uncrackable by AI, LLMs, or even the original author.
- No decryptor exists. That's the point.
---
โ๏ธ How It Works - Real-Time Cross-Platform System
```mermaid
graph TD
subgraph "๐ Real-Time Detection"
A[๐ Original .py file] --> B{๐ค Platform Scanner}
B -->|Android/Termux| C[๐ฑ ARM Optimizer]
B -->|Linux| D[๐ง Cython + Rust Engine]
B -->|Windows| E[๐ช Windows API]
B -->|macOS| F[๐ Apple Silicon]
end
subgraph "โก Live Encryption Engine"
C --> G[๐ Math-Based Encryption]
D --> G
E --> G
F --> G
G --> H[๐งฎ Character Randomization]
H --> I[โ๏ธ Trigonometric Functions]
I --> J[๐ Encrypted .shc file]
end
subgraph "๐ฏ Real-Time Execution"
J --> K{๐ Platform Runtime}
K -->|Android| L[๐ฑ Termux Execution]
K -->|Linux| M[๐ง Native Runtime]
K -->|Windows| N[๐ช Windows Runtime]
K -->|macOS| O[๐ macOS Runtime]
end
subgraph "๐ก๏ธ Security Layer"
J -. ๐ซ Decryption Not Possible .-> P[โ Mathematical Exile]
J -. ๐ Hardware Binding .-> Q[๐ก๏ธ Platform-Specific ID]
end
style A fill:#ff6b6b,stroke:#ff4757,color:#fff
style J fill:#3742fa,stroke:#2f3542,color:#fff
style P fill:#ff4757,stroke:#ff3838,color:#fff
style Q fill:#5f27cd,stroke:#341f97,color:#fff
style L fill:#00d2d3,stroke:#009432,color:#fff
style M fill:#ffa502,stroke:#ff6348,color:#fff
style N fill:#70a1ff,stroke:#5352ed,color:#fff
style O fill:#7bed9f,stroke:#2ed573,color:#fff
```
### ๐ Live System Architecture
```mermaid
graph LR
subgraph "๐ Cross-Platform Detection"
A[File Input] --> B[Platform Scanner]
B --> C[Android/Termux]
B --> D[Linux]
B --> E[Windows]
B --> F[macOS]
end
subgraph "โก Real-Time Processing"
C --> G[ARM Optimization]
D --> H[Cython Engine]
E --> I[Windows API]
F --> J[Apple Silicon]
G --> K[Encryption Pipeline]
H --> K
I --> K
J --> K
end
subgraph "๐ฏ Live Execution"
K --> L[Encrypted Output]
L --> M[Cross-Platform Runtime]
M --> N[โ
Executes Normally]
end
subgraph "๐ก๏ธ Security Matrix"
L --> O[๐ Hardware Binding]
L --> P[๐ก๏ธ Anti-Debugging]
L --> Q[๐ซ No Decryptor]
end
style A fill:#ff9ff3,stroke:#f368e0,color:#000
style K fill:#54a0ff,stroke:#2e86de,color:#fff
style N fill:#5f27cd,stroke:#341f97,color:#fff
style O fill:#ff6b6b,stroke:#ff4757,color:#fff
style P fill:#ffa502,stroke:#ff6348,color:#fff
style Q fill:#ff4757,stroke:#ff3838,color:#fff
```
---
๐ง Features
| Feature | Status |
|------------------------------------|------------|
| Encrypts readable `.py` files | โ
Yes |
| Output is still executable | โ
Yes |
| Decryption possible? | โ Never |
| AI & LLM decoding resistance | โ
Yes |
| Human reverse-proof | โ
Yes |
| Cross-platform (Win/Linux/Android) | โ
Yes |
---
๐ฆ Installation
```bash
pip install shadowseal
```
or from source:
```bash
git clone https://github.com/AFTeam-Owner/shadowseal.git
cd shadowseal
pip install .
```
---
๐ Encrypt Your File
```bash
shadowseal encrypt script.py -o output.shc
shadowseal run output.shc
```
โก๏ธ Still runs.
๐ซ Cannot be reversed.
โ
Remains yours.
---
๐ป Terminal Simulation
```bash
> shadowseal encrypt script.py -o output.shc
> shadowseal run output.shc
๐ Encrypting with advanced math...
โ
Saved to brain.py
๐ฅ Launching encrypted code...
๐๏ธ Source Visibility: ZERO
```
---
๐งฌ Execution Preview
<div align="center">
<img src="https://media.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif" width="480"/>
</div>
---
## ๐ Cross-Platform Support
### โ
Supported Platforms
| Platform | Status | Notes |
|----------|--------|-------|
| **Linux** | โ
Full Support | All distributions (Ubuntu, Debian, Arch, etc.) |
| **Android** | โ
Full Support | Termux, Pydroid, QPython |
| **Windows** | โ
Full Support | Windows 7+ (x86/x64) |
| **macOS** | โ
Full Support | Intel & Apple Silicon |
| **iOS** | โ
Limited Support | Pythonista, Pyto |
| **Raspberry Pi** | โ
Full Support | ARM architecture |
### ๐ฑ Android/Termux Special Features
- **Termux Optimized**: Works perfectly in Termux environment
- **No Root Required**: Runs without root access
- **ARM Support**: Optimized for ARM processors
- **Storage Access**: Handles Android storage permissions
- **Hardware Binding**: Uses Android-specific device identifiers
### ๐ง Platform-Specific Installation
#### Linux/macOS
```bash
pip install shadowseal
```
#### Windows
```powershell
pip install shadowseal
```
#### Android (Termux)
```bash
pkg update && pkg upgrade
pkg install python rust
pip install shadowseal
```
#### Android (Pydroid)
```bash
pip install shadowseal
```
---
## ๐ Quick Start Guide
### Basic Usage
```bash
# Encrypt a Python file
shadowseal encrypt script.py -o encrypted.shc
# Run encrypted file
shadowseal run encrypted.shc
# Decrypt back to Python (if password was used)
shadowseal decrypt encrypted.shc -o original.py
```
### Advanced Usage
```bash
# Password-protected encryption
shadowseal encrypt script.py -o secure.shc -p mypassword
# Run with password
shadowseal run secure.shc -p mypassword
# Include command line arguments
shadowseal run encrypted.shc -- arg1 arg2 arg3
```
---
## ๐ ๏ธ Development & Build
### Prerequisites
- Python 3.7+
- Rust (for optimal performance)
- Cython (optional, for speed)
### Build from Source
```bash
git clone https://github.com/AFTeam-Owner/shadowseal.git
cd shadowseal
pip install -e .
```
### Cross-Platform Build
```bash
# Build for all platforms
python -m build
# Install build dependencies
pip install build twine setuptools-rust
```
---
## ๐ Platform Detection
The package automatically detects the platform and uses the optimal configuration:
- **Android**: Pure Python implementation (no Cython compilation)
- **Linux/Windows/macOS**: Cython + Rust for maximum performance
- **Termux**: Special handling for Android storage and permissions
### Environment Variables
```bash
# Force pure Python mode
export SHADOWSEAL_PURE_PYTHON=1
# Disable Cython compilation
export SHADOWSEAL_NO_CYTHON=1
```
---
## ๐ Performance Comparison
| Platform | Encryption Speed | Memory Usage | Notes |
|----------|------------------|--------------|--------|
| Linux (Cython) | 100% | 100% | Baseline |
| Android (Pure) | 85% | 110% | Optimized for ARM |
| Windows | 95% | 105% | Good performance |
| macOS | 98% | 102% | Excellent on M1/M2 |
---
## ๐งช Testing
### Cross-Platform Test
```bash
python test_cross_platform.py
```
### Manual Testing
```bash
# Test on current platform
python -c "from utils.systemcheck import get_system_info; print(get_system_info())"
# Test Android detection
python -c "from utils.systemcheck import is_android; print(f'Android: {is_android()}')"
```
---
## ๐ Version History
### v1.0.4 - Cross-Platform Revolution
- โ
Added Android/Termux support
- โ
Cross-platform hardware binding
- โ
Rust integration for performance
- โ
Pure Python fallback for Android
- โ
Enhanced anti-debugging for all platforms
### v1.0.3 - Original Release
- โ
Basic encryption/decryption
- โ
Password protection
- โ
Anti-debugging features
- โ
Hardware binding
---
## ๐ก๏ธ Security Features (Cross-Platform)
### Anti-Debugging
- **ptrace detection** (Linux/Android)
- **Debugger process detection** (All platforms)
- **Environment variable checks**
- **Time-based detection**
- **Memory analysis detection**
### Hardware Binding
- **Machine ID generation** (platform-specific)
- **Android device ID** (Termux compatible)
- **Windows registry checks**
- **macOS system profiler integration**
---
## ๐ Support & Community
### Platform-Specific Issues
- **Android**: Check Termux permissions and storage access
- **Windows**: Ensure Visual Studio Build Tools are installed
- **macOS**: May require Xcode command line tools
- **Linux**: Usually works out of the box
### Contact
- **Email**: farhanbd637@gmail.com
- **Telegram**: https://t.me/AF_Team_Owner
- **GitHub Issues**: https://github.com/AFTeam-Owner/shadowseal/issues
---
## ๐ฏ Use Cases by Platform
### Android/Termux
- **Mobile encryption**: Encrypt scripts on your phone
- **Penetration testing**: Secure payload delivery
- **Education**: Learn encryption on mobile devices
### Linux Servers
- **Production deployment**: Secure production scripts
- **CI/CD integration**: Encrypt deployment scripts
- **Docker containers**: Lightweight encryption
### Windows Development
- **Enterprise security**: Protect intellectual property
- **Malware analysis**: Secure analysis scripts
- **Educational tools**: Teaching encryption concepts
### macOS Development
- **iOS app development**: Secure development scripts
- **Security research**: Cross-platform testing
- **Academic research**: Encryption studies
---
<div align="center">
<br><br>
<img src="https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=16&pause=1000&color=FA00FF¢er=true&vCenter=true&width=1000&lines=I+didn't+lose+her+โ+I+never+truly+had+her,+yet+still,+I+never+wanted+to+let+her+go.;The+world+never+heard+my+pain,+so+I+carved+it+into+code+โ+line+by+line,+wound+by+wound.;So+I+turned+to+code+โ+the+only+place+my+pain+could+exist+without+judgment." alt="Typing SVG" style="max-width: 100%; height: auto;" />
<br><br>
<img src="https://capsule-render.vercel.app/api?type=waving&color=gradient&height=100§ion=footer&text=ShadowSeal%20v1.0.4%20-%20Cross-Platform%20Edition&fontSize=20&fontColor=ffffff" alt="Footer" />
</div>
---
<div align="center">
<p align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=14&pause=1000&color=00FF99¢er=true&vCenter=true&width=600&lines=Built+with+๐+by+Farhan+Jihady;Encrypted+with+๐ฅ+by+the+Monarch+of+Shadows;Cross-platform+Android+Linux+Windows+macOS+Ready" alt="Footer Typing" />
</p>
</div>
**Version: 1.0.4** - Cross-Platform Edition | Built for the Underground Elite
๐ค Developer Identity โ Farhan Jihady (AFTeam Owner)
<div align="center">
<img src="https://readme-typing-svg.herokuapp.com/?font=Fira+Code&pause=1000&color=00FF99¢er=true&vCenter=true&width=550&lines=Created+by+GAMING+WITH+FARHAN+JIHADY;Built+for+Bangladeshi+Hackers+and+Makers;Encrypting+Python+for+the+Underground+Elite;No+Backdoor+.+No+Escape+.+Only+Run" alt="Typing Identity" />
</div>
---
๐ง Who is Farhan?
- ๐ถ๏ธ Code-named: Monarch of Shadows
- ๐ฅ Founder: https://infinityprompt.com โ Where AI meets raw logic
- ๐ฃ Specialty: Telegram frameworks, secure API systems, AI-resistant encryption
- ๐ง Philosophy: Silent. Strategic. Ruthless in logic.
- ๐ค Based in: Bangladesh ๐ง๐ฉ | Mindset: Global
---
๐ ๏ธ Tech Stack & Interests
| Area | Tools / Skills |
|-----------------------|------------------------------------------------------|
| ๐ง AI + Logic | LLM API Systems, File-Based AI, OpenAI Proxy |
| ๐ Security | Python Encryption, Telegram Bot Firewalls, Key-based APIs |
| ๐ฆ File Architecture | Pure file systems, no-SQL data management |
| ๐ฌ Chatbots | Conversational AI with human-like depth |
| ๐ฏ Automation | Code runners, attackers, mass-senders, search engines |
| ๐จ Creative Dev | Markdown/GitHub identity, Deface UIs, Terminal vibes |
| ๐ป Platforms | Android (Termux), Linux, Windows, macOS, iOS (Pythonista) |
---
๐งฉ Project Highlights
- ๐ก๏ธ ShadowSeal โ Undecodable Python encryption (math-based, AI-proof)
- ๐ง InfinityPrompt โ Multi-model AI platform with role/reseller system
- ๐ฐ๏ธ Auto Bots โ Telegram bots that forward media, search data, and manage file backups
- ๐ Key Systems โ Full control: user limits, expiry, JSON history, hourly usage stats
---
๐ Developer's Oath
> I don't build for everyone.
> I build for the ones who never ask permission, who move in silence,
> who write logic, not syntax โ
> and who never leave a backdoor.
---
๐ Connect with the Operator
### ๐ Domain Portfolio
<div align="center">
| ๐ข **Primary Domains** | ๐ **Links** | ๐ฏ **Purpose** |
|--------------------------|--------------|---------------|
| **AFTeam** | [afteam.info](https://afteam.info) | ๐ก๏ธ Security & Encryption Hub |
| **Kotha Kabbo** | [kothakabbo.com](https://kothakabbo.com) | ๐ Bangladeshi Stories & Culture |
| **Kotha Kabbo** | [kothakabbo.online](https://kothakabbo.online) | ๐ Global Storytelling Platform |
| **With Bornaly** | [withbornaly.me](https://withbornaly.me) | ๐ค Personal Portfolio & Projects |
| **With Bornaly** | [withbornaly.online](https://withbornaly.online) | ๐จ Creative Works Showcase |
| **Bug Hunt Pro** | [bughuntpro.com](https://bughuntpro.com) | ๐ Bug Bounty & Security Testing |
| **Bug Hunt Pro** | [bughuntpro.online](https://bughuntpro.online) | ๐ Online Security Tools |
| **Song Store** | [songstore.net](https://songstore.net) | ๐ต Music & Audio Platform |
| **Bangladesh Times** | [bangladesh-times.com](https://bangladesh-times.com) | ๐ฐ Bangladesh News & Updates |
</div>
### ๐ฑ Social & Professional
<div align="center">
| ๐ฏ **Platform** | ๐ **Link** | ๐จ **Badge** |
|-----------------|-------------|--------------|
| **GitHub** | [github.com/AFTeam-Owner](https://github.com/AFTeam-Owner) |  |
| **YouTube** | [youtube.com/@the_song_store](https://youtube.com/@the_song_store) |  |
| **Telegram** | [t.me/AF_Team_Owner](https://t.me/AF_Team_Owner) |  |
| **Email** | farhanbd637@gmail.com |  |
| **Website** | [infinityprompt.com](https://infinityprompt.com) |  |
</div>
### ๐จ Visual Identity
<div align="center">
```mermaid
graph TD
A[๐ถ๏ธ ShadowSeal] --> B[๐ Encryption]
A --> C[๐ Cross-Platform]
A --> D[๐ฑ Android Support]
B --> E[๐ป Linux]
B --> F[๐ช Windows]
B --> G[๐ macOS]
C --> H[๐ฑ Termux]
C --> I[๐ค Pydroid]
D --> J[๐ง ARM Optimization]
D --> K[๐ก๏ธ Android Security]
```
</div>
---
๐ญ Alternate Titles
- ๐น Silent Strategist
- ๐น Bangladeshi Encryption Architect
- ๐น Underground Framework Coder
- ๐น AI-Fighter. Logic-Driven. Emotion-Coded.
---
๐ก๏ธ Security Design
- ๐ No marshal. No base64. No eval.
- ๐งฎ Pure math + character randomization + trig functions
- ๐ฅ No decryptor โ by design
- ๐ง Impossible to reverse, even theoretically
> ShadowSeal isn't obfuscation โ it's mathematical exile.
---
๐ License
MIT โ Free to use.
But once encrypted, it's yours and only yours โ
No backup. No undo. No surrender.
---
<p align="center">
<img
src="https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=18&pause=1000&color=FA00FF¢er=true&vCenter=true&width=1000&lines=I+didn't+lose+her+โ+I+never+truly+had+her,+yet+still,+I+never+wanted+to+let+her+go.;The+world+never+heard+my+pain,+so+I+carved+it+into+code+โ+line+by+line,+wound+by+wound.;So+I+turned+to+code+โ+the+only+place+my+pain+could+exist+without+judgment."
alt="Typing SVG"
style="max-width: 100%; height: auto;" />
</p>
---
Raw data
{
"_id": null,
"home_page": "https://github.com/AFTeam-Owner/shadowseal",
"name": "shadowseal",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "encryption, obfuscation, security, python, anti-debugging, android, termux",
"author": "Monarch of Shadows",
"author_email": "Monarch of Shadows <farhanbd637@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/42/16/4f29e0eb96f112f11d760b9f6ec4f3a0e5ed4a582fff49d8cad3ab8fac2d/shadowseal-1.0.4.tar.gz",
"platform": null,
"description": "# \ud83d\udd76\ufe0f SHADOWSEAL - Encrypt. Execute. Never Expose.\n\n<div align=\"center\">\n \n <img src=\"https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=28&pause=1000&color=FF44CC¢er=true&vCenter=true&width=600&lines=\ud83d\udd76\ufe0f+SHADOWSEAL;Encrypt.+Execute.+Never+Expose.;AI+proof+.+Human+proof+.+Undecodable.;Cross-Platform+Android+Linux+Windows+macOS\" alt=\"Typing SVG\" />\n \n <br><br>\n \n <img src=\"https://img.shields.io/badge/Decryption-NOT%20POSSIBLE-critical?style=for-the-badge&logo=protonmail&logoColor=white&color=red\"/>\n <img src=\"https://img.shields.io/badge/AI%20Proof-\u2705-green?style=for-the-badge&logo=python&logoColor=white\"/>\n <img src=\"https://img.shields.io/badge/Platform-All%20OS-blue?style=for-the-badge&logo=linux\"/>\n <img src=\"https://badgen.net/badge/Encrypted%20Lines/\u221e/purple?icon=code\"/>\n <img src=\"https://img.shields.io/github/stars/AFTeam-Owner/shadowseal?style=social\"/>\n <img src=\"https://visitor-badge.laobi.icu/badge?page_id=AFTeam-Owner.shadowseal\"/>\n \n <br>\n \n <img src=\"https://img.shields.io/badge/Android-Termux-green?style=flat-square&logo=android&logoColor=white\"/>\n <img src=\"https://img.shields.io/badge/Linux-Ubuntu-orange?style=flat-square&logo=linux&logoColor=white\"/>\n <img src=\"https://img.shields.io/badge/Windows-10+-blue?style=flat-square&logo=windows&logoColor=white\"/>\n <img src=\"https://img.shields.io/badge/macOS-Silicon-purple?style=flat-square&logo=apple&logoColor=white\"/>\n \n</div>\n\n---\n\n\ud83d\udca3 What is ShadowSeal?\nShadowSeal isn't just a tool \u2014 it's an ideology.\nMade for those who encrypt not to hide, but to rule.\n\n- Turns `.py` files into undecodeable yet runnable binaries.\n- Math-based transformation \u2014 no marshal, no base64, no mercy.\n- Uncrackable by AI, LLMs, or even the original author.\n- No decryptor exists. That's the point.\n\n---\n\n\u2699\ufe0f How It Works - Real-Time Cross-Platform System\n\n```mermaid\ngraph TD\n subgraph \"\ud83d\udd0d Real-Time Detection\"\n A[\ud83d\udcc4 Original .py file] --> B{\ud83e\udd16 Platform Scanner}\n B -->|Android/Termux| C[\ud83d\udcf1 ARM Optimizer]\n B -->|Linux| D[\ud83d\udc27 Cython + Rust Engine]\n B -->|Windows| E[\ud83e\ude9f Windows API]\n B -->|macOS| F[\ud83c\udf4e Apple Silicon]\n end\n \n subgraph \"\u26a1 Live Encryption Engine\"\n C --> G[\ud83d\udd10 Math-Based Encryption]\n D --> G\n E --> G\n F --> G\n \n G --> H[\ud83e\uddee Character Randomization]\n H --> I[\u2699\ufe0f Trigonometric Functions]\n I --> J[\ud83d\udd12 Encrypted .shc file]\n end\n \n subgraph \"\ud83c\udfaf Real-Time Execution\"\n J --> K{\ud83c\udf0d Platform Runtime}\n K -->|Android| L[\ud83d\udcf1 Termux Execution]\n K -->|Linux| M[\ud83d\udc27 Native Runtime]\n K -->|Windows| N[\ud83e\ude9f Windows Runtime]\n K -->|macOS| O[\ud83c\udf4e macOS Runtime]\n end\n \n subgraph \"\ud83d\udee1\ufe0f Security Layer\"\n J -. \ud83d\udeab Decryption Not Possible .-> P[\u274c Mathematical Exile]\n J -. \ud83d\udd12 Hardware Binding .-> Q[\ud83d\udee1\ufe0f Platform-Specific ID]\n end\n \n style A fill:#ff6b6b,stroke:#ff4757,color:#fff\n style J fill:#3742fa,stroke:#2f3542,color:#fff\n style P fill:#ff4757,stroke:#ff3838,color:#fff\n style Q fill:#5f27cd,stroke:#341f97,color:#fff\n style L fill:#00d2d3,stroke:#009432,color:#fff\n style M fill:#ffa502,stroke:#ff6348,color:#fff\n style N fill:#70a1ff,stroke:#5352ed,color:#fff\n style O fill:#7bed9f,stroke:#2ed573,color:#fff\n```\n\n### \ud83d\udd04 Live System Architecture\n\n```mermaid\ngraph LR\n subgraph \"\ud83c\udf10 Cross-Platform Detection\"\n A[File Input] --> B[Platform Scanner]\n B --> C[Android/Termux]\n B --> D[Linux]\n B --> E[Windows]\n B --> F[macOS]\n end\n \n subgraph \"\u26a1 Real-Time Processing\"\n C --> G[ARM Optimization]\n D --> H[Cython Engine]\n E --> I[Windows API]\n F --> J[Apple Silicon]\n \n G --> K[Encryption Pipeline]\n H --> K\n I --> K\n J --> K\n end\n \n subgraph \"\ud83c\udfaf Live Execution\"\n K --> L[Encrypted Output]\n L --> M[Cross-Platform Runtime]\n M --> N[\u2705 Executes Normally]\n end\n \n subgraph \"\ud83d\udee1\ufe0f Security Matrix\"\n L --> O[\ud83d\udd12 Hardware Binding]\n L --> P[\ud83d\udee1\ufe0f Anti-Debugging]\n L --> Q[\ud83d\udeab No Decryptor]\n end\n \n style A fill:#ff9ff3,stroke:#f368e0,color:#000\n style K fill:#54a0ff,stroke:#2e86de,color:#fff\n style N fill:#5f27cd,stroke:#341f97,color:#fff\n style O fill:#ff6b6b,stroke:#ff4757,color:#fff\n style P fill:#ffa502,stroke:#ff6348,color:#fff\n style Q fill:#ff4757,stroke:#ff3838,color:#fff\n```\n\n---\n\n\ud83e\udde0 Features\n\n| Feature | Status |\n|------------------------------------|------------|\n| Encrypts readable `.py` files | \u2705 Yes |\n| Output is still executable | \u2705 Yes |\n| Decryption possible? | \u274c Never |\n| AI & LLM decoding resistance | \u2705 Yes |\n| Human reverse-proof | \u2705 Yes |\n| Cross-platform (Win/Linux/Android) | \u2705 Yes |\n\n---\n\n\ud83d\udce6 Installation\n\n```bash\npip install shadowseal\n```\n\nor from source:\n\n```bash\ngit clone https://github.com/AFTeam-Owner/shadowseal.git\ncd shadowseal\npip install .\n```\n\n---\n\n\ud83d\udd10 Encrypt Your File\n\n```bash\nshadowseal encrypt script.py -o output.shc\nshadowseal run output.shc\n```\n\n\u27a1\ufe0f Still runs. \n\ud83d\udeab Cannot be reversed. \n\u2705 Remains yours.\n\n---\n\n\ud83d\udcbb Terminal Simulation\n\n```bash\n> shadowseal encrypt script.py -o output.shc\n> shadowseal run output.shc\n\ud83d\udd10 Encrypting with advanced math...\n\u2705 Saved to brain.py\n\ud83d\udca5 Launching encrypted code...\n\ud83d\udc41\ufe0f Source Visibility: ZERO\n```\n\n---\n\n\ud83e\uddec Execution Preview\n\n<div align=\"center\">\n <img src=\"https://media.giphy.com/media/qgQUggAC3Pfv687qPC/giphy.gif\" width=\"480\"/>\n</div>\n\n---\n\n## \ud83c\udf0d Cross-Platform Support\n\n### \u2705 Supported Platforms\n| Platform | Status | Notes |\n|----------|--------|-------|\n| **Linux** | \u2705 Full Support | All distributions (Ubuntu, Debian, Arch, etc.) |\n| **Android** | \u2705 Full Support | Termux, Pydroid, QPython |\n| **Windows** | \u2705 Full Support | Windows 7+ (x86/x64) |\n| **macOS** | \u2705 Full Support | Intel & Apple Silicon |\n| **iOS** | \u2705 Limited Support | Pythonista, Pyto |\n| **Raspberry Pi** | \u2705 Full Support | ARM architecture |\n\n### \ud83d\udcf1 Android/Termux Special Features\n- **Termux Optimized**: Works perfectly in Termux environment\n- **No Root Required**: Runs without root access\n- **ARM Support**: Optimized for ARM processors\n- **Storage Access**: Handles Android storage permissions\n- **Hardware Binding**: Uses Android-specific device identifiers\n\n### \ud83d\udd27 Platform-Specific Installation\n\n#### Linux/macOS\n```bash\npip install shadowseal\n```\n\n#### Windows\n```powershell\npip install shadowseal\n```\n\n#### Android (Termux)\n```bash\npkg update && pkg upgrade\npkg install python rust\npip install shadowseal\n```\n\n#### Android (Pydroid)\n```bash\npip install shadowseal\n```\n\n---\n\n## \ud83d\ude80 Quick Start Guide\n\n### Basic Usage\n```bash\n# Encrypt a Python file\nshadowseal encrypt script.py -o encrypted.shc\n\n# Run encrypted file\nshadowseal run encrypted.shc\n\n# Decrypt back to Python (if password was used)\nshadowseal decrypt encrypted.shc -o original.py\n```\n\n### Advanced Usage\n```bash\n# Password-protected encryption\nshadowseal encrypt script.py -o secure.shc -p mypassword\n\n# Run with password\nshadowseal run secure.shc -p mypassword\n\n# Include command line arguments\nshadowseal run encrypted.shc -- arg1 arg2 arg3\n```\n\n---\n\n## \ud83d\udee0\ufe0f Development & Build\n\n### Prerequisites\n- Python 3.7+\n- Rust (for optimal performance)\n- Cython (optional, for speed)\n\n### Build from Source\n```bash\ngit clone https://github.com/AFTeam-Owner/shadowseal.git\ncd shadowseal\npip install -e .\n```\n\n### Cross-Platform Build\n```bash\n# Build for all platforms\npython -m build\n\n# Install build dependencies\npip install build twine setuptools-rust\n```\n\n---\n\n## \ud83d\udd0d Platform Detection\n\nThe package automatically detects the platform and uses the optimal configuration:\n\n- **Android**: Pure Python implementation (no Cython compilation)\n- **Linux/Windows/macOS**: Cython + Rust for maximum performance\n- **Termux**: Special handling for Android storage and permissions\n\n### Environment Variables\n```bash\n# Force pure Python mode\nexport SHADOWSEAL_PURE_PYTHON=1\n\n# Disable Cython compilation\nexport SHADOWSEAL_NO_CYTHON=1\n```\n\n---\n\n## \ud83d\udcca Performance Comparison\n\n| Platform | Encryption Speed | Memory Usage | Notes |\n|----------|------------------|--------------|--------|\n| Linux (Cython) | 100% | 100% | Baseline |\n| Android (Pure) | 85% | 110% | Optimized for ARM |\n| Windows | 95% | 105% | Good performance |\n| macOS | 98% | 102% | Excellent on M1/M2 |\n\n---\n\n## \ud83e\uddea Testing\n\n### Cross-Platform Test\n```bash\npython test_cross_platform.py\n```\n\n### Manual Testing\n```bash\n# Test on current platform\npython -c \"from utils.systemcheck import get_system_info; print(get_system_info())\"\n\n# Test Android detection\npython -c \"from utils.systemcheck import is_android; print(f'Android: {is_android()}')\"\n```\n\n---\n\n## \ud83d\udd04 Version History\n\n### v1.0.4 - Cross-Platform Revolution\n- \u2705 Added Android/Termux support\n- \u2705 Cross-platform hardware binding\n- \u2705 Rust integration for performance\n- \u2705 Pure Python fallback for Android\n- \u2705 Enhanced anti-debugging for all platforms\n\n### v1.0.3 - Original Release\n- \u2705 Basic encryption/decryption\n- \u2705 Password protection\n- \u2705 Anti-debugging features\n- \u2705 Hardware binding\n\n---\n\n## \ud83d\udee1\ufe0f Security Features (Cross-Platform)\n\n### Anti-Debugging\n- **ptrace detection** (Linux/Android)\n- **Debugger process detection** (All platforms)\n- **Environment variable checks**\n- **Time-based detection**\n- **Memory analysis detection**\n\n### Hardware Binding\n- **Machine ID generation** (platform-specific)\n- **Android device ID** (Termux compatible)\n- **Windows registry checks**\n- **macOS system profiler integration**\n\n---\n\n## \ud83d\udcde Support & Community\n\n### Platform-Specific Issues\n- **Android**: Check Termux permissions and storage access\n- **Windows**: Ensure Visual Studio Build Tools are installed\n- **macOS**: May require Xcode command line tools\n- **Linux**: Usually works out of the box\n\n### Contact\n- **Email**: farhanbd637@gmail.com\n- **Telegram**: https://t.me/AF_Team_Owner\n- **GitHub Issues**: https://github.com/AFTeam-Owner/shadowseal/issues\n\n---\n\n## \ud83c\udfaf Use Cases by Platform\n\n### Android/Termux\n- **Mobile encryption**: Encrypt scripts on your phone\n- **Penetration testing**: Secure payload delivery\n- **Education**: Learn encryption on mobile devices\n\n### Linux Servers\n- **Production deployment**: Secure production scripts\n- **CI/CD integration**: Encrypt deployment scripts\n- **Docker containers**: Lightweight encryption\n\n### Windows Development\n- **Enterprise security**: Protect intellectual property\n- **Malware analysis**: Secure analysis scripts\n- **Educational tools**: Teaching encryption concepts\n\n### macOS Development\n- **iOS app development**: Secure development scripts\n- **Security research**: Cross-platform testing\n- **Academic research**: Encryption studies\n\n---\n\n<div align=\"center\">\n \n <br><br>\n \n <img src=\"https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=16&pause=1000&color=FA00FF¢er=true&vCenter=true&width=1000&lines=I+didn't+lose+her+\u2014+I+never+truly+had+her,+yet+still,+I+never+wanted+to+let+her+go.;The+world+never+heard+my+pain,+so+I+carved+it+into+code+\u2014+line+by+line,+wound+by+wound.;So+I+turned+to+code+\u2014+the+only+place+my+pain+could+exist+without+judgment.\" alt=\"Typing SVG\" style=\"max-width: 100%; height: auto;\" />\n \n <br><br>\n \n <img src=\"https://capsule-render.vercel.app/api?type=waving&color=gradient&height=100§ion=footer&text=ShadowSeal%20v1.0.4%20-%20Cross-Platform%20Edition&fontSize=20&fontColor=ffffff\" alt=\"Footer\" />\n \n</div>\n\n---\n\n<div align=\"center\">\n \n <p align=\"center\">\n <img src=\"https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=14&pause=1000&color=00FF99¢er=true&vCenter=true&width=600&lines=Built+with+\ud83d\udc94+by+Farhan+Jihady;Encrypted+with+\ud83d\udd25+by+the+Monarch+of+Shadows;Cross-platform+Android+Linux+Windows+macOS+Ready\" alt=\"Footer Typing\" />\n </p>\n \n</div>\n\n**Version: 1.0.4** - Cross-Platform Edition | Built for the Underground Elite\n\n\ud83d\udc64 Developer Identity \u2014 Farhan Jihady (AFTeam Owner)\n\n<div align=\"center\">\n <img src=\"https://readme-typing-svg.herokuapp.com/?font=Fira+Code&pause=1000&color=00FF99¢er=true&vCenter=true&width=550&lines=Created+by+GAMING+WITH+FARHAN+JIHADY;Built+for+Bangladeshi+Hackers+and+Makers;Encrypting+Python+for+the+Underground+Elite;No+Backdoor+.+No+Escape+.+Only+Run\" alt=\"Typing Identity\" />\n</div>\n\n---\n\n\ud83e\udde0 Who is Farhan?\n\n- \ud83d\udd76\ufe0f Code-named: Monarch of Shadows\n- \ud83d\udd25 Founder: https://infinityprompt.com \u2014 Where AI meets raw logic\n- \ud83d\udca3 Specialty: Telegram frameworks, secure API systems, AI-resistant encryption\n- \ud83e\udde0 Philosophy: Silent. Strategic. Ruthless in logic.\n- \ud83d\udda4 Based in: Bangladesh \ud83c\udde7\ud83c\udde9 | Mindset: Global\n\n---\n\n\ud83d\udee0\ufe0f Tech Stack & Interests\n\n| Area | Tools / Skills |\n|-----------------------|------------------------------------------------------|\n| \ud83e\udde0 AI + Logic | LLM API Systems, File-Based AI, OpenAI Proxy |\n| \ud83d\udd10 Security | Python Encryption, Telegram Bot Firewalls, Key-based APIs |\n| \ud83d\udce6 File Architecture | Pure file systems, no-SQL data management |\n| \ud83d\udcac Chatbots | Conversational AI with human-like depth |\n| \ud83c\udfaf Automation | Code runners, attackers, mass-senders, search engines |\n| \ud83c\udfa8 Creative Dev | Markdown/GitHub identity, Deface UIs, Terminal vibes |\n| \ud83d\udcbb Platforms | Android (Termux), Linux, Windows, macOS, iOS (Pythonista) |\n\n---\n\n\ud83e\udde9 Project Highlights\n\n- \ud83d\udee1\ufe0f ShadowSeal \u2014 Undecodable Python encryption (math-based, AI-proof)\n- \ud83e\udde0 InfinityPrompt \u2014 Multi-model AI platform with role/reseller system\n- \ud83d\udef0\ufe0f Auto Bots \u2014 Telegram bots that forward media, search data, and manage file backups\n- \ud83d\udd10 Key Systems \u2014 Full control: user limits, expiry, JSON history, hourly usage stats\n\n---\n\n\ud83d\udcdc Developer's Oath\n\n> I don't build for everyone. \n> I build for the ones who never ask permission, who move in silence, \n> who write logic, not syntax \u2014 \n> and who never leave a backdoor.\n\n---\n\n\ud83d\udd17 Connect with the Operator\n\n### \ud83c\udf10 Domain Portfolio\n<div align=\"center\">\n \n| \ud83c\udfe2 **Primary Domains** | \ud83d\udd17 **Links** | \ud83c\udfaf **Purpose** |\n|--------------------------|--------------|---------------|\n| **AFTeam** | [afteam.info](https://afteam.info) | \ud83d\udee1\ufe0f Security & Encryption Hub |\n| **Kotha Kabbo** | [kothakabbo.com](https://kothakabbo.com) | \ud83d\udcda Bangladeshi Stories & Culture |\n| **Kotha Kabbo** | [kothakabbo.online](https://kothakabbo.online) | \ud83c\udf10 Global Storytelling Platform |\n| **With Bornaly** | [withbornaly.me](https://withbornaly.me) | \ud83d\udc64 Personal Portfolio & Projects |\n| **With Bornaly** | [withbornaly.online](https://withbornaly.online) | \ud83c\udfa8 Creative Works Showcase |\n| **Bug Hunt Pro** | [bughuntpro.com](https://bughuntpro.com) | \ud83d\udc1b Bug Bounty & Security Testing |\n| **Bug Hunt Pro** | [bughuntpro.online](https://bughuntpro.online) | \ud83d\udd0d Online Security Tools |\n| **Song Store** | [songstore.net](https://songstore.net) | \ud83c\udfb5 Music & Audio Platform |\n| **Bangladesh Times** | [bangladesh-times.com](https://bangladesh-times.com) | \ud83d\udcf0 Bangladesh News & Updates |\n\n</div>\n\n### \ud83d\udcf1 Social & Professional\n<div align=\"center\">\n \n| \ud83c\udfaf **Platform** | \ud83d\udd17 **Link** | \ud83c\udfa8 **Badge** |\n|-----------------|-------------|--------------|\n| **GitHub** | [github.com/AFTeam-Owner](https://github.com/AFTeam-Owner) |  |\n| **YouTube** | [youtube.com/@the_song_store](https://youtube.com/@the_song_store) |  |\n| **Telegram** | [t.me/AF_Team_Owner](https://t.me/AF_Team_Owner) |  |\n| **Email** | farhanbd637@gmail.com |  |\n| **Website** | [infinityprompt.com](https://infinityprompt.com) |  |\n\n</div>\n\n### \ud83c\udfa8 Visual Identity\n<div align=\"center\">\n \n```mermaid\ngraph TD\n A[\ud83d\udd76\ufe0f ShadowSeal] --> B[\ud83d\udd10 Encryption]\n A --> C[\ud83c\udf0d Cross-Platform]\n A --> D[\ud83d\udcf1 Android Support]\n B --> E[\ud83d\udcbb Linux]\n B --> F[\ud83e\ude9f Windows]\n B --> G[\ud83c\udf4e macOS]\n C --> H[\ud83d\udcf1 Termux]\n C --> I[\ud83e\udd16 Pydroid]\n D --> J[\ud83d\udd27 ARM Optimization]\n D --> K[\ud83d\udee1\ufe0f Android Security]\n```\n\n</div>\n\n---\n\n\ud83c\udfad Alternate Titles\n\n- \ud83d\udd39 Silent Strategist \n- \ud83d\udd39 Bangladeshi Encryption Architect \n- \ud83d\udd39 Underground Framework Coder \n- \ud83d\udd39 AI-Fighter. Logic-Driven. Emotion-Coded.\n\n---\n\n\ud83d\udee1\ufe0f Security Design\n\n- \ud83d\udd10 No marshal. No base64. No eval.\n- \ud83e\uddee Pure math + character randomization + trig functions\n- \ud83d\udd25 No decryptor \u2014 by design\n- \ud83e\udde0 Impossible to reverse, even theoretically\n\n> ShadowSeal isn't obfuscation \u2014 it's mathematical exile.\n\n---\n\n\ud83d\udcdc License\n\nMIT \u2014 Free to use. \nBut once encrypted, it's yours and only yours \u2014 \nNo backup. No undo. No surrender.\n\n---\n\n<p align=\"center\">\n <img \n src=\"https://readme-typing-svg.herokuapp.com/?font=Fira+Code&size=18&pause=1000&color=FA00FF¢er=true&vCenter=true&width=1000&lines=I+didn't+lose+her+\u2014+I+never+truly+had+her,+yet+still,+I+never+wanted+to+let+her+go.;The+world+never+heard+my+pain,+so+I+carved+it+into+code+\u2014+line+by+line,+wound+by+wound.;So+I+turned+to+code+\u2014+the+only+place+my+pain+could+exist+without+judgment.\" \n alt=\"Typing SVG\"\n style=\"max-width: 100%; height: auto;\" />\n</p>\n\n---\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Secure Python encryption and execution framework with cross-platform support",
"version": "1.0.4",
"project_urls": {
"Homepage": "https://github.com/AFTeam-Owner/shadowseal",
"Issues": "https://github.com/AFTeam-Owner/shadowseal/issues",
"Repository": "https://github.com/AFTeam-Owner/shadowseal"
},
"split_keywords": [
"encryption",
" obfuscation",
" security",
" python",
" anti-debugging",
" android",
" termux"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "42164f29e0eb96f112f11d760b9f6ec4f3a0e5ed4a582fff49d8cad3ab8fac2d",
"md5": "470ef8a176d759eb9128b23ac1cfe1b7",
"sha256": "775227549a78c4279c3850193d81af67cfbf40762b254938559c856e55b1ce68"
},
"downloads": -1,
"filename": "shadowseal-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "470ef8a176d759eb9128b23ac1cfe1b7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 106583,
"upload_time": "2025-07-31T17:49:56",
"upload_time_iso_8601": "2025-07-31T17:49:56.914466Z",
"url": "https://files.pythonhosted.org/packages/42/16/4f29e0eb96f112f11d760b9f6ec4f3a0e5ed4a582fff49d8cad3ab8fac2d/shadowseal-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-31 17:49:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AFTeam-Owner",
"github_project": "shadowseal",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "cython",
"specs": [
[
">=",
"3.0"
]
]
},
{
"name": "cryptography",
"specs": [
[
">=",
"41.0.0"
]
]
},
{
"name": "psutil",
"specs": [
[
">=",
"5.8.0"
]
]
},
{
"name": "rust",
"specs": [
[
">=",
"1.70.0"
]
]
}
],
"lcname": "shadowseal"
}