snake-crypter


Namesnake-crypter JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA Python package to encrypt and run programs using XOR encryption
upload_time2024-06-09 00:47:25
maintainerNone
docs_urlNone
authorLNodesL
requires_pythonNone
licenseMIT
keywords encryption decryption xor c++ cli c crypter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Snake Crypter

Snake Crypter is a Python package that provides tools to encrypt and decrypt C/C++ executable files, then run them securely. This package is designed to facilitate secure distribution and execution of compiled code.

## Installation

To install Snake Crypter, run the following command in your terminal:

```bash
pip install snake-crypter
```

## Usage

To encrypt and decrypt a C/C++ executable file, use the following commands:

### Encrypting an Executable

```bash
snake-crypter your_executable_file your_key
```

This will generate a `run.py` script that can be used to decrypt and execute the encrypted file from Python.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "snake-crypter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "encryption decryption XOR c++ cli c crypter",
    "author": "LNodesL",
    "author_email": "lnodesl@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/0c/97/09f2edb9b221d33340b2264c55f39e6e7389b10d0ed96aa945251fb894f0/snake_crypter-0.1.1.tar.gz",
    "platform": null,
    "description": "# Snake Crypter\r\n\r\nSnake Crypter is a Python package that provides tools to encrypt and decrypt C/C++ executable files, then run them securely. This package is designed to facilitate secure distribution and execution of compiled code.\r\n\r\n## Installation\r\n\r\nTo install Snake Crypter, run the following command in your terminal:\r\n\r\n```bash\r\npip install snake-crypter\r\n```\r\n\r\n## Usage\r\n\r\nTo encrypt and decrypt a C/C++ executable file, use the following commands:\r\n\r\n### Encrypting an Executable\r\n\r\n```bash\r\nsnake-crypter your_executable_file your_key\r\n```\r\n\r\nThis will generate a `run.py` script that can be used to decrypt and execute the encrypted file from Python.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python package to encrypt and run programs using XOR encryption",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "encryption",
        "decryption",
        "xor",
        "c++",
        "cli",
        "c",
        "crypter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b3647f2686f32b2a4608bf6a06e35da3bb2213b1959cadb91b5683b04e2cebc",
                "md5": "a53469e8bd3cbccb6559698c33d974df",
                "sha256": "aad4f62fc832194698523991d16b86ea88b3600cbcdd6c69fd2ddc01bc1b91b5"
            },
            "downloads": -1,
            "filename": "snake_crypter-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a53469e8bd3cbccb6559698c33d974df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3411,
            "upload_time": "2024-06-09T00:47:24",
            "upload_time_iso_8601": "2024-06-09T00:47:24.210250Z",
            "url": "https://files.pythonhosted.org/packages/0b/36/47f2686f32b2a4608bf6a06e35da3bb2213b1959cadb91b5683b04e2cebc/snake_crypter-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c9709f2edb9b221d33340b2264c55f39e6e7389b10d0ed96aa945251fb894f0",
                "md5": "a3b0202d0f4d7fb69b7ee6dec9d5d12f",
                "sha256": "4834a1f0985fb12076f1bef2cacc8e04548ff1ee607fe0f841bd1422b50f389a"
            },
            "downloads": -1,
            "filename": "snake_crypter-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a3b0202d0f4d7fb69b7ee6dec9d5d12f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2734,
            "upload_time": "2024-06-09T00:47:25",
            "upload_time_iso_8601": "2024-06-09T00:47:25.255226Z",
            "url": "https://files.pythonhosted.org/packages/0c/97/09f2edb9b221d33340b2264c55f39e6e7389b10d0ed96aa945251fb894f0/snake_crypter-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-09 00:47:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "snake-crypter"
}
        
Elapsed time: 0.27279s