hashlib


Namehashlib JSON
Version 20081119 PyPI version JSON
download
home_pagehttp://code.krypto.org/python/hashlib/
SummarySecure hash and message digest algorithm library
upload_time2009-07-03 19:22:39
maintainerGregory P. Smith
docs_urlNone
author
requires_pythonNone
license
keywords hashlib md5 sha1 sha sha256 sha512 hash digest openssl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Provides the SHA-224, SHA-256, SHA-384, SHA-512 hash algorithms in addition to
platform optimized versions of MD5 and SHA1.  If OpenSSL is present all of its
hash algorithms are provided.

This is a stand alone packaging of the hashlib library included with Python 2.5
so that it can be used on older versions of Python (tested on 2.3 and 2.4).
            

Raw data

            {
    "_id": null,
    "home_page": "http://code.krypto.org/python/hashlib/",
    "name": "hashlib",
    "maintainer": "Gregory P. Smith",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "greg at krypto dot org",
    "keywords": "hashlib md5 sha1 sha sha256 sha512 hash digest openssl",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/74/bb/9003d081345e9f0451884146e9ea2cff6e4cc4deac9ffd4a9ee98b318a49/hashlib-20081119.zip",
    "platform": "",
    "description": "Provides the SHA-224, SHA-256, SHA-384, SHA-512 hash algorithms in addition to\r\nplatform optimized versions of MD5 and SHA1.  If OpenSSL is present all of its\r\nhash algorithms are provided.\r\n\r\nThis is a stand alone packaging of the hashlib library included with Python 2.5\r\nso that it can be used on older versions of Python (tested on 2.3 and 2.4).",
    "bugtrack_url": null,
    "license": "",
    "summary": "Secure hash and message digest algorithm library",
    "version": "20081119",
    "split_keywords": [
        "hashlib",
        "md5",
        "sha1",
        "sha",
        "sha256",
        "sha512",
        "hash",
        "digest",
        "openssl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "dd29c76e99aea4f764d2a059547e4d8e",
                "sha256": "6ece4dbc12a71cd24793e5a06ba72f0ee0142affea6593842e5520f400ec9dbb"
            },
            "downloads": -1,
            "filename": "hashlib-20060408a.win32-py2.4-openssl.exe",
            "has_sig": false,
            "md5_digest": "dd29c76e99aea4f764d2a059547e4d8e",
            "packagetype": "bdist_wininst",
            "python_version": "2.4",
            "requires_python": null,
            "size": 206382,
            "upload_time": "2009-07-03T19:21:27",
            "upload_time_iso_8601": "2009-07-03T19:21:27.932992Z",
            "url": "https://files.pythonhosted.org/packages/95/08/390ea27c400717ef143239aae9ffece863adc0a3df41520c32a7f422baaf/hashlib-20060408a.win32-py2.4-openssl.exe",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "Not needed on Python 2.5 or later.",
            "digests": {
                "md5": "46e59db6d5cac34b3344ef0c30d0897f",
                "sha256": "419de2fd10ae71ed9c6adcb55903f116abd1d8acc8c814dfd5f839b4d5013e38"
            },
            "downloads": -1,
            "filename": "hashlib-20081119.zip",
            "has_sig": false,
            "md5_digest": "46e59db6d5cac34b3344ef0c30d0897f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42313,
            "upload_time": "2009-07-03T19:22:39",
            "upload_time_iso_8601": "2009-07-03T19:22:39.266911Z",
            "url": "https://files.pythonhosted.org/packages/74/bb/9003d081345e9f0451884146e9ea2cff6e4cc4deac9ffd4a9ee98b318a49/hashlib-20081119.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2009-07-03 19:22:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "hashlib"
}
        
Elapsed time: 0.01502s