Obfuscy


NameObfuscy JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA package to encrypt any sort of string or data. currently HEAVILY w.i.p.
upload_time2023-10-05 11:10:32
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # **Encryption Package**

This Python package provides basic functionality for encrypting and decrypting strings.

## **Functions**

### `encrypt_str`

The `encrypt_str` function is used to encrypt a string using a specified key.

```python
encrypt_str(Input: str, Key: str = "", Method: int = 0) -> str
```

- `Input`: The string to be encrypted.
- `Key`: The encryption key (optional).
- `Method`: The encryption method (0 for custom encryption).

### `decrypt_str`

The `decrypt_str` function is used to decrypt an encrypted string using a specified key.

```python
decrypt_str(Input: str, Key: str, Method: int = 0) -> str
```

- `Input`: The string to be decrypted.
- `Key`: The decryption key.
- `Method`: The decryption method (0 for custom decryption).

## **Usage**

To use this package, you can call the `encrypt_str` function to encrypt a string and the `decrypt_str` function to decrypt it. Ensure that you provide the correct encryption and decryption keys for successful operations.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Obfuscy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "joploljojo3 <jorisblaauw12@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/fc/8fe7cc36c6b8192b6368a63649f11b0ec781ee496f8b5df78f1826fa432f/obfuscy-0.0.1.tar.gz",
    "platform": null,
    "description": "# **Encryption Package**\n\nThis Python package provides basic functionality for encrypting and decrypting strings.\n\n## **Functions**\n\n### `encrypt_str`\n\nThe `encrypt_str` function is used to encrypt a string using a specified key.\n\n```python\nencrypt_str(Input: str, Key: str = \"\", Method: int = 0) -> str\n```\n\n- `Input`: The string to be encrypted.\n- `Key`: The encryption key (optional).\n- `Method`: The encryption method (0 for custom encryption).\n\n### `decrypt_str`\n\nThe `decrypt_str` function is used to decrypt an encrypted string using a specified key.\n\n```python\ndecrypt_str(Input: str, Key: str, Method: int = 0) -> str\n```\n\n- `Input`: The string to be decrypted.\n- `Key`: The decryption key.\n- `Method`: The decryption method (0 for custom decryption).\n\n## **Usage**\n\nTo use this package, you can call the `encrypt_str` function to encrypt a string and the `decrypt_str` function to decrypt it. Ensure that you provide the correct encryption and decryption keys for successful operations.",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to encrypt any sort of string or data. currently HEAVILY w.i.p.",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/pypa/sampleproject/issues",
        "Homepage": "https://github.com/pypa/sampleproject"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ec4fd8366bfc8cf75eed2a016b3ce4da8d446fffa3d91a46ba1dce8837041db",
                "md5": "05168bc7e268dd1ca6ee32f2646bca6e",
                "sha256": "b5466e9a30cbe41ece5f60e1ae46a799d495f497369929c83e6b2021e7aa732b"
            },
            "downloads": -1,
            "filename": "obfuscy-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05168bc7e268dd1ca6ee32f2646bca6e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3304,
            "upload_time": "2023-10-05T11:10:30",
            "upload_time_iso_8601": "2023-10-05T11:10:30.174120Z",
            "url": "https://files.pythonhosted.org/packages/8e/c4/fd8366bfc8cf75eed2a016b3ce4da8d446fffa3d91a46ba1dce8837041db/obfuscy-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbfc8fe7cc36c6b8192b6368a63649f11b0ec781ee496f8b5df78f1826fa432f",
                "md5": "f4514c9c56ba0ff81d146298469ff395",
                "sha256": "cd6e375d5f74a99a348f13786490869dc9f32615b7739f2b3ca6c18bf46b7814"
            },
            "downloads": -1,
            "filename": "obfuscy-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f4514c9c56ba0ff81d146298469ff395",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3703101,
            "upload_time": "2023-10-05T11:10:32",
            "upload_time_iso_8601": "2023-10-05T11:10:32.646567Z",
            "url": "https://files.pythonhosted.org/packages/fb/fc/8fe7cc36c6b8192b6368a63649f11b0ec781ee496f8b5df78f1826fa432f/obfuscy-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 11:10:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypa",
    "github_project": "sampleproject",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "obfuscy"
}
        
Elapsed time: 0.11961s