PyProtectorX


NamePyProtectorX JSON
Version 2.0.3 PyPI version JSON
download
home_pagehttps://pyprotectorx.netlify.app
SummaryAdvanced Python Code Protection with Military-Grade Encryption
upload_time2025-10-22 19:10:49
maintainerNone
docs_urlNone
authorZain Alkhalil (VIP)
requires_python>=3.8
licenseProprietary
keywords encryption protection security obfuscation code-protection military-grade chacha20 polymorphic anti-reverse-engineering android termux
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyProtectorX v2.0.2
🔒 Ultimate Python Code Protection System
Created by Zain Alkhalil (VIP)
---
### Python API
```python
import PyProtectorX
encrypted = PyProtectorX.dumps("print('Hello')")
PyProtectorX.Run(encrypted)
```
### Cli API
```python
pyprotectorx encrypt script.py
python script_Enc.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyprotectorx.netlify.app",
    "name": "PyProtectorX",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "\"Zain Alkhalil (VIP)\" <zainr56h@gmail.com>",
    "keywords": "encryption, protection, security, obfuscation, code-protection, military-grade, chacha20, polymorphic, anti-reverse-engineering, android, termux",
    "author": "Zain Alkhalil (VIP)",
    "author_email": "\"Zain Alkhalil (VIP)\" <zainr56h@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# PyProtectorX v2.0.2\n\ud83d\udd12 Ultimate Python Code Protection System\nCreated by Zain Alkhalil (VIP)\n---\n### Python API\n```python\nimport PyProtectorX\nencrypted = PyProtectorX.dumps(\"print('Hello')\")\nPyProtectorX.Run(encrypted)\n```\n### Cli API\n```python\npyprotectorx encrypt script.py\npython script_Enc.py\n```\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Advanced Python Code Protection with Military-Grade Encryption",
    "version": "2.0.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/vipty1/PyProtectorX/issues",
        "Documentation": "https://pyprotectorx.netlify.app/docs",
        "Homepage": "https://pyprotectorx.netlify.app",
        "Repository": "https://github.com/vipty1/PyProtectorX"
    },
    "split_keywords": [
        "encryption",
        " protection",
        " security",
        " obfuscation",
        " code-protection",
        " military-grade",
        " chacha20",
        " polymorphic",
        " anti-reverse-engineering",
        " android",
        " termux"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdd91bb7398b5d8291148b61754f68cffde8d0dcdfa9b04705473fc58078dfd5",
                "md5": "3be2f16b3df308c989bfbd01b26a1a53",
                "sha256": "ffb635148e8d889ed07c04d2594866e321e4401ea6aabced059e508227ca9b9e"
            },
            "downloads": -1,
            "filename": "pyprotectorx-2.0.3-cp312-cp312-manylinux_2_17_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3be2f16b3df308c989bfbd01b26a1a53",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 26198,
            "upload_time": "2025-10-22T19:10:49",
            "upload_time_iso_8601": "2025-10-22T19:10:49.285523Z",
            "url": "https://files.pythonhosted.org/packages/cd/d9/1bb7398b5d8291148b61754f68cffde8d0dcdfa9b04705473fc58078dfd5/pyprotectorx-2.0.3-cp312-cp312-manylinux_2_17_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 19:10:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vipty1",
    "github_project": "PyProtectorX",
    "github_not_found": true,
    "lcname": "pyprotectorx"
}
        
Elapsed time: 1.34016s