shadowseal


Nameshadowseal JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/AFTeam-Owner/shadowseal
SummarySecure Python encryption and execution framework with cross-platform support
upload_time2025-07-31 17:49:56
maintainerNone
docs_urlNone
authorMonarch of Shadows
requires_python>=3.7
licenseMIT
keywords encryption obfuscation security python anti-debugging android termux
VCS
bugtrack_url
requirements cython cryptography psutil rust
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ๐Ÿ•ถ๏ธ 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&center=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&center=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&section=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&center=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&center=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) | ![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white) |
| **YouTube** | [youtube.com/@the_song_store](https://youtube.com/@the_song_store) | ![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white) |
| **Telegram** | [t.me/AF_Team_Owner](https://t.me/AF_Team_Owner) | ![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white) |
| **Email** | farhanbd637@gmail.com | ![Email](https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white) |
| **Website** | [infinityprompt.com](https://infinityprompt.com) | ![Website](https://img.shields.io/badge/Website-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white) |

</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&center=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&center=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&center=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&section=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&center=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&center=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) | ![GitHub](https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white) |\n| **YouTube** | [youtube.com/@the_song_store](https://youtube.com/@the_song_store) | ![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white) |\n| **Telegram** | [t.me/AF_Team_Owner](https://t.me/AF_Team_Owner) | ![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white) |\n| **Email** | farhanbd637@gmail.com | ![Email](https://img.shields.io/badge/Email-D14836?style=for-the-badge&logo=gmail&logoColor=white) |\n| **Website** | [infinityprompt.com](https://infinityprompt.com) | ![Website](https://img.shields.io/badge/Website-4285F4?style=for-the-badge&logo=google-chrome&logoColor=white) |\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&center=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"
}
        
Elapsed time: 1.52649s