pyDes


NamepyDes JSON
Version 2.0.1 PyPI version JSON
download
home_pagehttp://twhiteman.netfirms.com/des.html
SummaryPure python implementation of DES and TRIPLE DES encryption algorithm
upload_time2016-05-06 22:37:27
maintainer
docs_urlNone
authorTodd Whiteman
requires_pythonNone
licensePublic Domain
keywords des triple-des encryption algorithm security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This algorithm is a pure python implementation of the DES and
Triple DES algorithms. Triple DES is either DES-EDE3 with a
24 byte key, or DES-EDE2 with a 16 byte key.
            

Raw data

            {
    "_id": null,
    "home_page": "http://twhiteman.netfirms.com/des.html",
    "name": "pyDes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "",
    "keywords": "DES,TRIPLE-DES,ENCRYPTION,ALGORITHM,SECURITY",
    "author": "Todd Whiteman",
    "author_email": "twhitema@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/92/5e/0075a35ea5d307a182b0963900298b209ea2f363ccdd5a27e8cb04c58410/pyDes-2.0.1.tar.gz",
    "platform": "All",
    "description": "This algorithm is a pure python implementation of the DES and\r\nTriple DES algorithms. Triple DES is either DES-EDE3 with a\r\n24 byte key, or DES-EDE2 with a 16 byte key.",
    "bugtrack_url": null,
    "license": "Public Domain",
    "summary": "Pure python implementation of DES and TRIPLE DES encryption algorithm",
    "version": "2.0.1",
    "split_keywords": [
        "des",
        "triple-des",
        "encryption",
        "algorithm",
        "security"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "e2b108b1b8e982c609307478960a4257",
                "sha256": "e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012"
            },
            "downloads": -1,
            "filename": "pyDes-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e2b108b1b8e982c609307478960a4257",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9878,
            "upload_time": "2016-05-06T22:37:27",
            "upload_time_iso_8601": "2016-05-06T22:37:27.590836Z",
            "url": "https://files.pythonhosted.org/packages/92/5e/0075a35ea5d307a182b0963900298b209ea2f363ccdd5a27e8cb04c58410/pyDes-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2016-05-06 22:37:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pydes"
}
        
Elapsed time: 0.01352s