cryptography


Namecryptography JSON
Version 43.0.3 PyPI version JSON
download
home_pageNone
Summarycryptography is a package which provides cryptographic recipes and primitives to Python developers.
upload_time2024-10-18 15:58:32
maintainerNone
docs_urlNone
authorThe cryptography developers <cryptography-dev@python.org>
requires_python>=3.7
licenseApache-2.0 OR BSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyca/cryptography
=================

.. image:: https://img.shields.io/pypi/v/cryptography.svg
    :target: https://pypi.org/project/cryptography/
    :alt: Latest Version

.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest
    :target: https://cryptography.io
    :alt: Latest Docs

.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main
    :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain


``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
standard library". It supports Python 3.7+ and PyPy3 7.3.11+.

``cryptography`` includes both high level recipes and low level interfaces to
common cryptographic algorithms such as symmetric ciphers, message digests, and
key derivation functions. For example, to encrypt something with
``cryptography``'s high level symmetric encryption recipe:

.. code-block:: pycon

    >>> from cryptography.fernet import Fernet
    >>> # Put this somewhere safe!
    >>> key = Fernet.generate_key()
    >>> f = Fernet(key)
    >>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
    >>> token
    b'...'
    >>> f.decrypt(token)
    b'A really secret message. Not for prying eyes.'

You can find more information in the `documentation`_.

You can install ``cryptography`` with:

.. code-block:: console

    $ pip install cryptography

For full details see `the installation documentation`_.

Discussion
~~~~~~~~~~

If you run into bugs, you can file them in our `issue tracker`_.

We maintain a `cryptography-dev`_ mailing list for development discussion.

You can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get
involved.

Security
~~~~~~~~

Need to report a security issue? Please consult our `security reporting`_
documentation.


.. _`documentation`: https://cryptography.io/
.. _`the installation documentation`: https://cryptography.io/en/latest/installation/
.. _`issue tracker`: https://github.com/pyca/cryptography/issues
.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev
.. _`security reporting`: https://cryptography.io/en/latest/security/


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cryptography",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "The cryptography developers <cryptography-dev@python.org>",
    "author_email": "The Python Cryptographic Authority and individual contributors <cryptography-dev@python.org>",
    "download_url": "https://files.pythonhosted.org/packages/0d/05/07b55d1fa21ac18c3a8c79f764e2514e6f6a9698f1be44994f5adf0d29db/cryptography-43.0.3.tar.gz",
    "platform": null,
    "description": "pyca/cryptography\n=================\n\n.. image:: https://img.shields.io/pypi/v/cryptography.svg\n    :target: https://pypi.org/project/cryptography/\n    :alt: Latest Version\n\n.. image:: https://readthedocs.org/projects/cryptography/badge/?version=latest\n    :target: https://cryptography.io\n    :alt: Latest Docs\n\n.. image:: https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main\n    :target: https://github.com/pyca/cryptography/actions?query=workflow%3ACI+branch%3Amain\n\n\n``cryptography`` is a package which provides cryptographic recipes and\nprimitives to Python developers. Our goal is for it to be your \"cryptographic\nstandard library\". It supports Python 3.7+ and PyPy3 7.3.11+.\n\n``cryptography`` includes both high level recipes and low level interfaces to\ncommon cryptographic algorithms such as symmetric ciphers, message digests, and\nkey derivation functions. For example, to encrypt something with\n``cryptography``'s high level symmetric encryption recipe:\n\n.. code-block:: pycon\n\n    >>> from cryptography.fernet import Fernet\n    >>> # Put this somewhere safe!\n    >>> key = Fernet.generate_key()\n    >>> f = Fernet(key)\n    >>> token = f.encrypt(b\"A really secret message. Not for prying eyes.\")\n    >>> token\n    b'...'\n    >>> f.decrypt(token)\n    b'A really secret message. Not for prying eyes.'\n\nYou can find more information in the `documentation`_.\n\nYou can install ``cryptography`` with:\n\n.. code-block:: console\n\n    $ pip install cryptography\n\nFor full details see `the installation documentation`_.\n\nDiscussion\n~~~~~~~~~~\n\nIf you run into bugs, you can file them in our `issue tracker`_.\n\nWe maintain a `cryptography-dev`_ mailing list for development discussion.\n\nYou can also join ``#pyca`` on ``irc.libera.chat`` to ask questions or get\ninvolved.\n\nSecurity\n~~~~~~~~\n\nNeed to report a security issue? Please consult our `security reporting`_\ndocumentation.\n\n\n.. _`documentation`: https://cryptography.io/\n.. _`the installation documentation`: https://cryptography.io/en/latest/installation/\n.. _`issue tracker`: https://github.com/pyca/cryptography/issues\n.. _`cryptography-dev`: https://mail.python.org/mailman/listinfo/cryptography-dev\n.. _`security reporting`: https://cryptography.io/en/latest/security/\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0 OR BSD-3-Clause",
    "summary": "cryptography is a package which provides cryptographic recipes and primitives to Python developers.",
    "version": "43.0.3",
    "project_urls": {
        "changelog": "https://cryptography.io/en/latest/changelog/",
        "documentation": "https://cryptography.io/",
        "homepage": "https://github.com/pyca/cryptography",
        "issues": "https://github.com/pyca/cryptography/issues",
        "source": "https://github.com/pyca/cryptography/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ff301fdf26701a26f4b4dbc337a26883ad5bccaa6f1bbbdd29cd89e22f18a1c",
                "md5": "fb453336d6b3eb189fe072b833f3ef40",
                "sha256": "bf7a1932ac4176486eab36a19ed4c0492da5d97123f1406cf15e41b05e787d2e"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "fb453336d6b3eb189fe072b833f3ef40",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 6225303,
            "upload_time": "2024-10-18T15:57:36",
            "upload_time_iso_8601": "2024-10-18T15:57:36.753864Z",
            "url": "https://files.pythonhosted.org/packages/1f/f3/01fdf26701a26f4b4dbc337a26883ad5bccaa6f1bbbdd29cd89e22f18a1c/cryptography-43.0.3-cp37-abi3-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3014896f3d1b392025d4fcbecf40fdea92d3df8662123f6835d0af828d148fd",
                "md5": "f79e28c2f978394937f3d2ea358635b6",
                "sha256": "63efa177ff54aec6e1c0aefaa1a241232dcd37413835a9b674b6e3f0ae2bfd3e"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f79e28c2f978394937f3d2ea358635b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3760905,
            "upload_time": "2024-10-18T15:57:39",
            "upload_time_iso_8601": "2024-10-18T15:57:39.166327Z",
            "url": "https://files.pythonhosted.org/packages/a3/01/4896f3d1b392025d4fcbecf40fdea92d3df8662123f6835d0af828d148fd/cryptography-43.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0abef9a1f673f0ed4b7f6c643164e513dbad28dd4f2dcdf5715004f172ef24b6",
                "md5": "c76332b0dff8de8bb17db04f95212129",
                "sha256": "7e1ce50266f4f70bf41a2c6dc4358afadae90e2a1e5342d3c08883df1675374f"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c76332b0dff8de8bb17db04f95212129",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3977271,
            "upload_time": "2024-10-18T15:57:41",
            "upload_time_iso_8601": "2024-10-18T15:57:41.227931Z",
            "url": "https://files.pythonhosted.org/packages/0a/be/f9a1f673f0ed4b7f6c643164e513dbad28dd4f2dcdf5715004f172ef24b6/cryptography-43.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e4980c3a7b5514d1b416d7350830e8c422a4d667b6d9b16a9392ebfd4a5388a",
                "md5": "79a785bd6f781903e82636f4592f3747",
                "sha256": "443c4a81bb10daed9a8f334365fe52542771f25aedaf889fd323a853ce7377d6"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "79a785bd6f781903e82636f4592f3747",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3746606,
            "upload_time": "2024-10-18T15:57:42",
            "upload_time_iso_8601": "2024-10-18T15:57:42.903655Z",
            "url": "https://files.pythonhosted.org/packages/4e/49/80c3a7b5514d1b416d7350830e8c422a4d667b6d9b16a9392ebfd4a5388a/cryptography-43.0.3-cp37-abi3-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e16a28ddf78ac6e7e3f25ebcef69ab15c2c6be5ff9743dd0709a69a4f968472",
                "md5": "f3fe7da46dcc3005964e57df5600094c",
                "sha256": "74f57f24754fe349223792466a709f8e0c093205ff0dca557af51072ff47ab18"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f3fe7da46dcc3005964e57df5600094c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3986484,
            "upload_time": "2024-10-18T15:57:45",
            "upload_time_iso_8601": "2024-10-18T15:57:45.434183Z",
            "url": "https://files.pythonhosted.org/packages/0e/16/a28ddf78ac6e7e3f25ebcef69ab15c2c6be5ff9743dd0709a69a4f968472/cryptography-43.0.3-cp37-abi3-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01f569ae8da70c19864a32b0315049866c4d411cce423ec169993d0434218762",
                "md5": "0696067b20ee67c1001560847c6a6941",
                "sha256": "9762ea51a8fc2a88b70cf2995e5675b38d93bf36bd67d91721c309df184f49bd"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0696067b20ee67c1001560847c6a6941",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3852131,
            "upload_time": "2024-10-18T15:57:47",
            "upload_time_iso_8601": "2024-10-18T15:57:47.267728Z",
            "url": "https://files.pythonhosted.org/packages/01/f5/69ae8da70c19864a32b0315049866c4d411cce423ec169993d0434218762/cryptography-43.0.3-cp37-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fddbe74911d95c040f9afd3612b1f732e52b3e517cb80de8bf183be0b7d413c6",
                "md5": "99a57d1a84b16e6cc713f4bc6e33455a",
                "sha256": "81ef806b1fef6b06dcebad789f988d3b37ccaee225695cf3e07648eee0fc6b73"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99a57d1a84b16e6cc713f4bc6e33455a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 4075647,
            "upload_time": "2024-10-18T15:57:49",
            "upload_time_iso_8601": "2024-10-18T15:57:49.684319Z",
            "url": "https://files.pythonhosted.org/packages/fd/db/e74911d95c040f9afd3612b1f732e52b3e517cb80de8bf183be0b7d413c6/cryptography-43.0.3-cp37-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56487b6b190f1462818b324e674fa20d1d5ef3e24f2328675b9b16189cbf0b3c",
                "md5": "b8a9a5e5a21fc4ef0312bc84fa578a35",
                "sha256": "cbeb489927bd7af4aa98d4b261af9a5bc025bd87f0e3547e11584be9e9427be2"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "b8a9a5e5a21fc4ef0312bc84fa578a35",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 2623873,
            "upload_time": "2024-10-18T15:57:51",
            "upload_time_iso_8601": "2024-10-18T15:57:51.822041Z",
            "url": "https://files.pythonhosted.org/packages/56/48/7b6b190f1462818b324e674fa20d1d5ef3e24f2328675b9b16189cbf0b3c/cryptography-43.0.3-cp37-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb10ebff61a004f7f89e7b65ca95f2f2375679d43d0290672f7713ee3162aff",
                "md5": "ce301c7144484406985e8d6286196d6f",
                "sha256": "f46304d6f0c6ab8e52770addfa2fc41e6629495548862279641972b6215451cd"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp37-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ce301c7144484406985e8d6286196d6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 3068039,
            "upload_time": "2024-10-18T15:57:54",
            "upload_time_iso_8601": "2024-10-18T15:57:54.426491Z",
            "url": "https://files.pythonhosted.org/packages/eb/b1/0ebff61a004f7f89e7b65ca95f2f2375679d43d0290672f7713ee3162aff/cryptography-43.0.3-cp37-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30d5c8b32c047e2e81dd172138f772e81d852c51f0f2ad2ae8a24f1122e9e9a7",
                "md5": "755ef0c957ebce102a7275cabb9d0726",
                "sha256": "8ac43ae87929a5982f5948ceda07001ee5e83227fd69cf55b109144938d96984"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "755ef0c957ebce102a7275cabb9d0726",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 6222984,
            "upload_time": "2024-10-18T15:57:56",
            "upload_time_iso_8601": "2024-10-18T15:57:56.174533Z",
            "url": "https://files.pythonhosted.org/packages/30/d5/c8b32c047e2e81dd172138f772e81d852c51f0f2ad2ae8a24f1122e9e9a7/cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f7855356eb9075d0be6e81b59f45c7b48df87f76a20e73893872170471f3ee8",
                "md5": "1991241b84a0c5b3841f55fc0f7a318b",
                "sha256": "846da004a5804145a5f441b8530b4bf35afbf7da70f82409f151695b127213d5"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "1991241b84a0c5b3841f55fc0f7a318b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3762968,
            "upload_time": "2024-10-18T15:57:58",
            "upload_time_iso_8601": "2024-10-18T15:57:58.206512Z",
            "url": "https://files.pythonhosted.org/packages/2f/78/55356eb9075d0be6e81b59f45c7b48df87f76a20e73893872170471f3ee8/cryptography-43.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a2c488776a3dc843f95f86d2f957ca0fc3407d0242b50bede7fad1e339be03f",
                "md5": "5bc3ef7d972abbd6f7a89923d8978363",
                "sha256": "0f996e7268af62598f2fc1204afa98a3b5712313a55c4c9d434aef49cadc91d4"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5bc3ef7d972abbd6f7a89923d8978363",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3977754,
            "upload_time": "2024-10-18T15:58:00",
            "upload_time_iso_8601": "2024-10-18T15:58:00.683056Z",
            "url": "https://files.pythonhosted.org/packages/2a/2c/488776a3dc843f95f86d2f957ca0fc3407d0242b50bede7fad1e339be03f/cryptography-43.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c042345ca92f7a22f601a9c62961741ef7dd0127c39f7310dffa0041c80f16f",
                "md5": "a343834f2eb692e20c825471ddaaeb6b",
                "sha256": "f7b178f11ed3664fd0e995a47ed2b5ff0a12d893e41dd0494f406d1cf555cab7"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a343834f2eb692e20c825471ddaaeb6b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3749458,
            "upload_time": "2024-10-18T15:58:02",
            "upload_time_iso_8601": "2024-10-18T15:58:02.225311Z",
            "url": "https://files.pythonhosted.org/packages/7c/04/2345ca92f7a22f601a9c62961741ef7dd0127c39f7310dffa0041c80f16f/cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac25e715fa0bc24ac2114ed69da33adf451a38abb6f3f24ec207908112e9ba53",
                "md5": "29b9a531187b47ee0651d97b2e50f226",
                "sha256": "c2e6fc39c4ab499049df3bdf567f768a723a5e8464816e8f009f121a5a9f4405"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "29b9a531187b47ee0651d97b2e50f226",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3988220,
            "upload_time": "2024-10-18T15:58:04",
            "upload_time_iso_8601": "2024-10-18T15:58:04.331562Z",
            "url": "https://files.pythonhosted.org/packages/ac/25/e715fa0bc24ac2114ed69da33adf451a38abb6f3f24ec207908112e9ba53/cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ceb9c9ff56c7164d8e2edfb6c9305045fbc0df4508ccfdb13ee66eb8c95b0e",
                "md5": "bed11bd18c8693e081f3c7c22a759ef6",
                "sha256": "e1be4655c7ef6e1bbe6b5d0403526601323420bcf414598955968c9ef3eb7d16"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bed11bd18c8693e081f3c7c22a759ef6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3853898,
            "upload_time": "2024-10-18T15:58:06",
            "upload_time_iso_8601": "2024-10-18T15:58:06.113657Z",
            "url": "https://files.pythonhosted.org/packages/21/ce/b9c9ff56c7164d8e2edfb6c9305045fbc0df4508ccfdb13ee66eb8c95b0e/cryptography-43.0.3-cp39-abi3-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a33b3682992ab2e9476b9c81fff22f02c8b0a1e6e1d49ee1750a67d85fd7ed2",
                "md5": "fa8421b4fcb0adb0637106fe32cd21a7",
                "sha256": "df6b6c6d742395dd77a23ea3728ab62f98379eff8fb61be2744d4679ab678f73"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fa8421b4fcb0adb0637106fe32cd21a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 4076592,
            "upload_time": "2024-10-18T15:58:08",
            "upload_time_iso_8601": "2024-10-18T15:58:08.673127Z",
            "url": "https://files.pythonhosted.org/packages/2a/33/b3682992ab2e9476b9c81fff22f02c8b0a1e6e1d49ee1750a67d85fd7ed2/cryptography-43.0.3-cp39-abi3-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "811effcc41b3cebd64ca90b28fd58141c5f68c83d48563c88333ab660e002cd3",
                "md5": "16174a38337222b9a779d04219d57231",
                "sha256": "d56e96520b1020449bbace2b78b603442e7e378a9b3bd68de65c782db1507995"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-win32.whl",
            "has_sig": false,
            "md5_digest": "16174a38337222b9a779d04219d57231",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2623145,
            "upload_time": "2024-10-18T15:58:10",
            "upload_time_iso_8601": "2024-10-18T15:58:10.264385Z",
            "url": "https://files.pythonhosted.org/packages/81/1e/ffcc41b3cebd64ca90b28fd58141c5f68c83d48563c88333ab660e002cd3/cryptography-43.0.3-cp39-abi3-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "875c3dab83cc4aba1f4b0e733e3f0c3e7d4386440d660ba5b1e3ff995feb734d",
                "md5": "8d75cacb9ad4ce4f9f87311bdc50558a",
                "sha256": "0c580952eef9bf68c4747774cde7ec1d85a6e61de97281f2dba83c7d2c806362"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8d75cacb9ad4ce4f9f87311bdc50558a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 3068026,
            "upload_time": "2024-10-18T15:58:11",
            "upload_time_iso_8601": "2024-10-18T15:58:11.916036Z",
            "url": "https://files.pythonhosted.org/packages/87/5c/3dab83cc4aba1f4b0e733e3f0c3e7d4386440d660ba5b1e3ff995feb734d/cryptography-43.0.3-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fdbd8b8a039483f25fc3b70c90bc8f3e1d4497a99358d610c5067bf3bd4f0af",
                "md5": "902bff305097f43d34bcb8567f643374",
                "sha256": "d03b5621a135bffecad2c73e9f4deb1a0f977b9a8ffe6f8e002bf6c9d07b918c"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "902bff305097f43d34bcb8567f643374",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3144545,
            "upload_time": "2024-10-18T15:58:13",
            "upload_time_iso_8601": "2024-10-18T15:58:13.572920Z",
            "url": "https://files.pythonhosted.org/packages/6f/db/d8b8a039483f25fc3b70c90bc8f3e1d4497a99358d610c5067bf3bd4f0af/cryptography-43.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9390116edd5f8ec23b2dc879f7a42443e073cdad22950d3c8ee834e3b8124543",
                "md5": "034fdfaad3e806555b7f52089fe77622",
                "sha256": "a2a431ee15799d6db9fe80c82b055bae5a752bef645bba795e8e52687c69efe3"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "034fdfaad3e806555b7f52089fe77622",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3679828,
            "upload_time": "2024-10-18T15:58:15",
            "upload_time_iso_8601": "2024-10-18T15:58:15.254976Z",
            "url": "https://files.pythonhosted.org/packages/93/90/116edd5f8ec23b2dc879f7a42443e073cdad22950d3c8ee834e3b8124543/cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8321e1d78b316aa22c0ba6493cc271c1c309969e5aa5c22c830a1d7ce3471e6",
                "md5": "cd253796670f612a124d14c5565e0b2b",
                "sha256": "281c945d0e28c92ca5e5930664c1cefd85efe80e5c0d2bc58dd63383fda29f83"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cd253796670f612a124d14c5565e0b2b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 3908132,
            "upload_time": "2024-10-18T15:58:16",
            "upload_time_iso_8601": "2024-10-18T15:58:16.943926Z",
            "url": "https://files.pythonhosted.org/packages/d8/32/1e1d78b316aa22c0ba6493cc271c1c309969e5aa5c22c830a1d7ce3471e6/cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91bbcd2c13be3332e7af3cdf16154147952d39075b9f61ea5e6b5241bf4bf436",
                "md5": "5a4e4e77510444ce15101359afa998eb",
                "sha256": "f18c716be16bc1fea8e95def49edf46b82fccaa88587a45f8dc0ff6ab5d8e0a7"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5a4e4e77510444ce15101359afa998eb",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 2988811,
            "upload_time": "2024-10-18T15:58:19",
            "upload_time_iso_8601": "2024-10-18T15:58:19.674590Z",
            "url": "https://files.pythonhosted.org/packages/91/bb/cd2c13be3332e7af3cdf16154147952d39075b9f61ea5e6b5241bf4bf436/cryptography-43.0.3-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccfcff7c76afdc4f5933b5e99092528d4783d3d1b131960fc8b31eb38e076ca8",
                "md5": "331f039ec6038ac4472191225f2c4a46",
                "sha256": "4a02ded6cd4f0a5562a8887df8b3bd14e822a90f97ac5e544c162899bc467664"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "331f039ec6038ac4472191225f2c4a46",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3146844,
            "upload_time": "2024-10-18T15:58:21",
            "upload_time_iso_8601": "2024-10-18T15:58:21.595364Z",
            "url": "https://files.pythonhosted.org/packages/cc/fc/ff7c76afdc4f5933b5e99092528d4783d3d1b131960fc8b31eb38e076ca8/cryptography-43.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d729a233efb3e98b13d9175dcb3c3146988ec990896c8fa07e8467cce27d5a80",
                "md5": "ef791c4baa8352395944b4715d212846",
                "sha256": "53a583b6637ab4c4e3591a15bc9db855b8d9dee9a669b550f311480acab6eb08"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ef791c4baa8352395944b4715d212846",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3681997,
            "upload_time": "2024-10-18T15:58:24",
            "upload_time_iso_8601": "2024-10-18T15:58:24.080621Z",
            "url": "https://files.pythonhosted.org/packages/d7/29/a233efb3e98b13d9175dcb3c3146988ec990896c8fa07e8467cce27d5a80/cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0cfc9eea7791b961f279fb6db86c3355cfad29a73141f46427af71852b23b95",
                "md5": "1038ebf94646c22337497041e97d3543",
                "sha256": "1ec0bcf7e17c0c5669d881b1cd38c4972fade441b27bda1051665faaa89bdcaa"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1038ebf94646c22337497041e97d3543",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 3905208,
            "upload_time": "2024-10-18T15:58:25",
            "upload_time_iso_8601": "2024-10-18T15:58:25.699466Z",
            "url": "https://files.pythonhosted.org/packages/c0/cf/c9eea7791b961f279fb6db86c3355cfad29a73141f46427af71852b23b95/cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "21ea6c38ca546d5b6dab3874c2b8fc6b1739baac29bacdea31a8c6c0513b3cfa",
                "md5": "183eed8a4aea6c1e0f414590ca69072a",
                "sha256": "2ce6fae5bdad59577b44e4dfed356944fbf1d925269114c28be377692643b4ff"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "183eed8a4aea6c1e0f414590ca69072a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 2989787,
            "upload_time": "2024-10-18T15:58:27",
            "upload_time_iso_8601": "2024-10-18T15:58:27.521826Z",
            "url": "https://files.pythonhosted.org/packages/21/ea/6c38ca546d5b6dab3874c2b8fc6b1739baac29bacdea31a8c6c0513b3cfa/cryptography-43.0.3-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d0507b55d1fa21ac18c3a8c79f764e2514e6f6a9698f1be44994f5adf0d29db",
                "md5": "e0669c198e0aecdcd68a2adef030f5a6",
                "sha256": "315b9001266a492a6ff443b61238f956b214dbec9910a081ba5b6646a055a805"
            },
            "downloads": -1,
            "filename": "cryptography-43.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e0669c198e0aecdcd68a2adef030f5a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 686989,
            "upload_time": "2024-10-18T15:58:32",
            "upload_time_iso_8601": "2024-10-18T15:58:32.918609Z",
            "url": "https://files.pythonhosted.org/packages/0d/05/07b55d1fa21ac18c3a8c79f764e2514e6f6a9698f1be44994f5adf0d29db/cryptography-43.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-18 15:58:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyca",
    "github_project": "cryptography",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cryptography"
}
        
Elapsed time: 1.13327s