pyaes


Namepyaes JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://github.com/ricmoo/pyaes
SummaryPure-Python Implementation of the AES block-cipher and common modes of operation
upload_time2017-09-20 21:17:54
maintainer
docs_urlNone
authorRichard Moore
requires_python
licenseLicense :: OSI Approved :: MIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A pure-Python implementation of the AES (FIPS-197)
block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,
OFB) with no dependencies beyond standard Python libraries. See README.md
for API reference and details.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ricmoo/pyaes",
    "name": "pyaes",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Moore",
    "author_email": "pyaes@ricmoo.com",
    "download_url": "https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz",
    "platform": "",
    "description": "A pure-Python implementation of the AES (FIPS-197)\nblock-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB,\nOFB) with no dependencies beyond standard Python libraries. See README.md\nfor API reference and details.",
    "bugtrack_url": null,
    "license": "License :: OSI Approved :: MIT License",
    "summary": "Pure-Python Implementation of the AES block-cipher and common modes of operation",
    "version": "1.6.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "20fd5c6e29dcfdd08098e85a859a54ec",
                "sha256": "02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f"
            },
            "downloads": -1,
            "filename": "pyaes-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "20fd5c6e29dcfdd08098e85a859a54ec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28536,
            "upload_time": "2017-09-20T21:17:54",
            "upload_time_iso_8601": "2017-09-20T21:17:54.230245Z",
            "url": "https://files.pythonhosted.org/packages/44/66/2c17bae31c906613795711fc78045c285048168919ace2220daa372c7d72/pyaes-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-09-20 21:17:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ricmoo",
    "github_project": "pyaes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyaes"
}
        
Elapsed time: 0.01161s