smproto


Namesmproto JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/smproto
SummaryA secure messaging protocol using ECDSA and ECDH
upload_time2025-01-21 12:08:05
maintainerNone
docs_urlNone
authorYour Name
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SMProto

This library provides cryptographic functions using ECDSA, ECDH, AES, and HMAC. It includes functionalities such as key generation, signing, message encryption, and integrity verification.

## Installation

To install the library from PyPI:

```bash
pip install smproto

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/smproto",
    "name": "smproto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/2c/d22e9e1d847f54aafee34ccdb17c782ed0623c8765aa0f771bb17f2fd516/smproto-0.1.0.tar.gz",
    "platform": null,
    "description": "# SMProto\n\nThis library provides cryptographic functions using ECDSA, ECDH, AES, and HMAC. It includes functionalities such as key generation, signing, message encryption, and integrity verification.\n\n## Installation\n\nTo install the library from PyPI:\n\n```bash\npip install smproto\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A secure messaging protocol using ECDSA and ECDH",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/smproto"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "018aebaa113d1ebf329b2715c21260b8beaf78db910bac09566996e83b592b29",
                "md5": "e163d50d6c58dc99fb671cf62dc33ae5",
                "sha256": "1535e410e01201ec7e0b5d10a86ea173a23e0c352e12675dabcbb65176f501b2"
            },
            "downloads": -1,
            "filename": "smproto-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e163d50d6c58dc99fb671cf62dc33ae5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1359,
            "upload_time": "2025-01-21T12:08:04",
            "upload_time_iso_8601": "2025-01-21T12:08:04.526991Z",
            "url": "https://files.pythonhosted.org/packages/01/8a/ebaa113d1ebf329b2715c21260b8beaf78db910bac09566996e83b592b29/smproto-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f22cd22e9e1d847f54aafee34ccdb17c782ed0623c8765aa0f771bb17f2fd516",
                "md5": "d4275649fcd07457fb87936ba1bff44e",
                "sha256": "0e7edc78b13bd97d0b78ef649e3594012e4bbbbe1f3fcb3c54c0ff413ce5fb0e"
            },
            "downloads": -1,
            "filename": "smproto-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d4275649fcd07457fb87936ba1bff44e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1548,
            "upload_time": "2025-01-21T12:08:05",
            "upload_time_iso_8601": "2025-01-21T12:08:05.819604Z",
            "url": "https://files.pythonhosted.org/packages/f2/2c/d22e9e1d847f54aafee34ccdb17c782ed0623c8765aa0f771bb17f2fd516/smproto-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 12:08:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "smproto",
    "github_not_found": true,
    "lcname": "smproto"
}
        
Elapsed time: 1.31667s