p115rsacipher


Namep115rsacipher JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/p115client/tree/main/modules/p115rsacipher
Summary115 webdisk RSA encryption and decryption.
upload_time2024-12-17 12:25:02
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.12
licenseMIT
keywords python-115 rsa cipher
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 115 webdisk RSA encryption and decryption.

## Installation

You can install via [pypi](https://pypi.org/project/p115rsacipher/)

```console
pip install -U p115rsacipher
```

## Usage

```python
from p115rsacipher import encrypt, decrypt
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/p115client/tree/main/modules/p115rsacipher",
    "name": "p115rsacipher",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "python-115, RSA, cipher",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/51/b101d351b2854e6cbaed3e1bc4baf6361fa6a76bb5f8e98561241a13a9e6/p115rsacipher-0.0.1.tar.gz",
    "platform": null,
    "description": "# 115 webdisk RSA encryption and decryption.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/p115rsacipher/)\n\n```console\npip install -U p115rsacipher\n```\n\n## Usage\n\n```python\nfrom p115rsacipher import encrypt, decrypt\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "115 webdisk RSA encryption and decryption.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/p115client/tree/main/modules/p115rsacipher",
        "Repository": "https://github.com/ChenyangGao/p115client/tree/main/modules/p115rsacipher"
    },
    "split_keywords": [
        "python-115",
        " rsa",
        " cipher"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d81190a3f3958ec2941fb32f3de825cc754a28f9cc357890d128f76cf1cc4ac1",
                "md5": "1fd07ddf4c3a56ef29f97c64f67c1496",
                "sha256": "d537de3082f6141b1128506f7a499c6af07c30d7543d59ac6d1d866c4bf33d99"
            },
            "downloads": -1,
            "filename": "p115rsacipher-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1fd07ddf4c3a56ef29f97c64f67c1496",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 4678,
            "upload_time": "2024-12-17T12:24:59",
            "upload_time_iso_8601": "2024-12-17T12:24:59.128549Z",
            "url": "https://files.pythonhosted.org/packages/d8/11/90a3f3958ec2941fb32f3de825cc754a28f9cc357890d128f76cf1cc4ac1/p115rsacipher-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a551b101d351b2854e6cbaed3e1bc4baf6361fa6a76bb5f8e98561241a13a9e6",
                "md5": "cb9e327feb734c2ffb77c96160b76653",
                "sha256": "b62fc3112dde0a9c1445bed959a8f1f72a5a283733d546befc7132d2b77e7d2c"
            },
            "downloads": -1,
            "filename": "p115rsacipher-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cb9e327feb734c2ffb77c96160b76653",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 3404,
            "upload_time": "2024-12-17T12:25:02",
            "upload_time_iso_8601": "2024-12-17T12:25:02.487038Z",
            "url": "https://files.pythonhosted.org/packages/a5/51/b101d351b2854e6cbaed3e1bc4baf6361fa6a76bb5f8e98561241a13a9e6/p115rsacipher-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 12:25:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "p115client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "p115rsacipher"
}
        
Elapsed time: 0.42328s