md2hash


Namemd2hash JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummaryPure Python implementation of MD2 cryptographic hash function (RFC 1319)
upload_time2025-08-02 08:24:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords md2 hash cryptography digest rfc1319
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MD2 Hash

A pure Python implementation of the MD2 cryptographic hash function as defined in RFC 1319.

## Installation

```bash
pip install md2hash

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "md2hash",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "md2, hash, cryptography, digest, rfc1319",
    "author": null,
    "author_email": "Your Name <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/a9/26/a65c2e4e10ceab66f1946b9840ded2b69fb20a1b0b659712211d8e996b62/md2hash-1.0.2.tar.gz",
    "platform": null,
    "description": "# MD2 Hash\r\n\r\nA pure Python implementation of the MD2 cryptographic hash function as defined in RFC 1319.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install md2hash\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pure Python implementation of MD2 cryptographic hash function (RFC 1319)",
    "version": "1.0.2",
    "project_urls": {
        "Bug Reports": "https://github.com/yourusername/md2-hash/issues",
        "Homepage": "https://github.com/yourusername/md2-hash",
        "Source": "https://github.com/yourusername/md2-hash"
    },
    "split_keywords": [
        "md2",
        " hash",
        " cryptography",
        " digest",
        " rfc1319"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "553b70f5dc11aad7e04538ae90888f948ee5ffc697e076e4e80f888fcf006a38",
                "md5": "a2d4dc48ed4d2a41aadb16fe670a5de4",
                "sha256": "f7dcf1b6b8a7f634a91f72a34c22096faadc147b5ea7fde0ceac04df6ba2ca9f"
            },
            "downloads": -1,
            "filename": "md2hash-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2d4dc48ed4d2a41aadb16fe670a5de4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3362,
            "upload_time": "2025-08-02T08:24:54",
            "upload_time_iso_8601": "2025-08-02T08:24:54.814967Z",
            "url": "https://files.pythonhosted.org/packages/55/3b/70f5dc11aad7e04538ae90888f948ee5ffc697e076e4e80f888fcf006a38/md2hash-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a926a65c2e4e10ceab66f1946b9840ded2b69fb20a1b0b659712211d8e996b62",
                "md5": "d226132a2fc2afdc7fbe782baccb2443",
                "sha256": "40846c4b6793673dfd24b24d5814ee6af8970b9dfe0c85793c00c2e44a571872"
            },
            "downloads": -1,
            "filename": "md2hash-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d226132a2fc2afdc7fbe782baccb2443",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3052,
            "upload_time": "2025-08-02T08:24:55",
            "upload_time_iso_8601": "2025-08-02T08:24:55.956910Z",
            "url": "https://files.pythonhosted.org/packages/a9/26/a65c2e4e10ceab66f1946b9840ded2b69fb20a1b0b659712211d8e996b62/md2hash-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-02 08:24:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "md2-hash",
    "github_not_found": true,
    "lcname": "md2hash"
}
        
Elapsed time: 2.17956s