pyaesfix


Namepyaesfix 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_time2023-10-28 10:06:20
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": "pyaesfix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Richard Moore",
    "author_email": "pyaes@ricmoo.com",
    "download_url": "https://files.pythonhosted.org/packages/8c/0d/d292375a84579561b598b11fa7da43962c600387eb33ec49dc3dc42a320c/pyaesfix-1.6.1.tar.gz",
    "platform": null,
    "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.\n",
    "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",
    "project_urls": {
        "Homepage": "https://github.com/ricmoo/pyaes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04d5e5db8e1ac5c909fd7aa366934d36be3035b8d18f7e2483efb128ba3d5209",
                "md5": "e9d67b62fd0ffbe2d58b1306d201a6c8",
                "sha256": "79acffdf903cfc6e94e4ba3674f522aa7a33f4ad71372abbc24869a722129d79"
            },
            "downloads": -1,
            "filename": "pyaesfix-1.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9d67b62fd0ffbe2d58b1306d201a6c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 26382,
            "upload_time": "2023-10-28T10:06:18",
            "upload_time_iso_8601": "2023-10-28T10:06:18.070122Z",
            "url": "https://files.pythonhosted.org/packages/04/d5/e5db8e1ac5c909fd7aa366934d36be3035b8d18f7e2483efb128ba3d5209/pyaesfix-1.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c0dd292375a84579561b598b11fa7da43962c600387eb33ec49dc3dc42a320c",
                "md5": "5c98617fc6edab62acf6ba4f1a7cd723",
                "sha256": "48afd604ee0d7ea05894fb7066c09120eb11356a170f82cb62f46a6d1ebf21d7"
            },
            "downloads": -1,
            "filename": "pyaesfix-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5c98617fc6edab62acf6ba4f1a7cd723",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29800,
            "upload_time": "2023-10-28T10:06:20",
            "upload_time_iso_8601": "2023-10-28T10:06:20.530249Z",
            "url": "https://files.pythonhosted.org/packages/8c/0d/d292375a84579561b598b11fa7da43962c600387eb33ec49dc3dc42a320c/pyaesfix-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-28 10:06:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ricmoo",
    "github_project": "pyaes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyaesfix"
}
        
Elapsed time: 0.14057s