Skip to main content

The secure Argon2 password hashing algorithm.

Project description

PyPI Documentation Status Travis CI status AppVeyor CI Status Test Coverage IRC Code style: black

Argon2 won the Password Hashing Competition and argon2-cffi is the simplest way to use it in Python and PyPy:

>>> from argon2 import PasswordHasher
>>> ph = PasswordHasher()
>>> hash = ph.hash("s3kr3tp4ssw0rd")
>>> hash  # doctest: +SKIP
'$argon2id$v=19$m=102400,t=2,p=8$tSm+JOWigOgPZx/g44K5fQ$WDyus6py50bVFIPkjA28lQ'
>>> ph.verify(hash, "s3kr3tp4ssw0rd")
True
>>> ph.check_needs_rehash(hash)
False
>>> ph.verify(hash, "t0t411ywr0ng")
Traceback (most recent call last):
  ...
argon2.exceptions.VerifyMismatchError: The password does not match the supplied hash

argon2-cffi’s documentation lives at Read the Docs, the code on GitHub. It’s rigorously tested on Python 2.7, 3.5+, and PyPy.

Release Information

19.2.0 (2019-10-27)

Vendoring Argon2 @ 62358ba (20190702)

Backward-incompatible changes:

  • Python 3.4 is not supported anymore. It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible.

    It’s very unlikely that argon2-cffi will break under 3.4 anytime soon, but we don’t test it and don’t ship binary wheels for it anymore.

Deprecations:

none

Changes:

  • The dependency on enum34 is now protected using a PEP 508 marker. This fixes problems when the sdist is handled by a different interpreter version than the one running it. #48

Full changelog.

Credits & License

argon2-cffi is maintained by Hynek Schlawack and released under the MIT license.

The development is kindly supported by Variomedia AG.

A full list of contributors can be found in GitHub’s overview.

Vendored Code

Argon2

The original Argon2 repo can be found at https://github.com/P-H-C/phc-winner-argon2/.

Except for the components listed below, the Argon2 code in this repository is copyright (c) 2015 Daniel Dinu, Dmitry Khovratovich (main authors), Jean-Philippe Aumasson and Samuel Neves, and under CC0 license.

The string encoding routines in src/encoding.c are copyright (c) 2015 Thomas Pornin, and under CC0 license.

The BLAKE2 code in src/blake2/ is copyright (c) Samuel Neves, 2013-2015, and under CC0 license.

The authors of Argon2 also were very helpful to get the library to compile on ancient versions of Visual Studio for ancient versions of Python.

The documentation also quotes frequently from the Argon2 paper to avoid mistakes by rephrasing.

msinttypes

In order to be able to compile on Visual Studio 2008 and Visual Studio 2010 which are required for Python 2.7, we also ship two C headers with integer types. They are from the msinttypes project (auto-import on GitHub) and licensed under New BSD:

Copyright (c) 2006-2013 Alexander Chemeris

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the product nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ‘’AS IS’’ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argon2-cffi-19.2.0.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

argon2_cffi-19.2.0-cp38-cp38-win_amd64.whl (41.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

argon2_cffi-19.2.0-cp38-cp38-win32.whl (37.7 kB view details)

Uploaded CPython 3.8 Windows x86

argon2_cffi-19.2.0-cp37-cp37m-win_amd64.whl (45.4 kB view details)

Uploaded CPython 3.7m Windows x86-64

argon2_cffi-19.2.0-cp37-cp37m-win32.whl (42.2 kB view details)

Uploaded CPython 3.7m Windows x86

argon2_cffi-19.2.0-cp36-cp36m-win_amd64.whl (45.4 kB view details)

Uploaded CPython 3.6m Windows x86-64

argon2_cffi-19.2.0-cp36-cp36m-win32.whl (42.2 kB view details)

Uploaded CPython 3.6m Windows x86

argon2_cffi-19.2.0-cp35-cp35m-win_amd64.whl (41.1 kB view details)

Uploaded CPython 3.5m Windows x86-64

argon2_cffi-19.2.0-cp35-cp35m-win32.whl (37.6 kB view details)

Uploaded CPython 3.5m Windows x86

argon2_cffi-19.2.0-cp34-cp34m-win_amd64.whl (37.1 kB view details)

Uploaded CPython 3.4m Windows x86-64

argon2_cffi-19.2.0-cp34-cp34m-win32.whl (36.0 kB view details)

Uploaded CPython 3.4m Windows x86

argon2_cffi-19.2.0-cp34-abi3-manylinux1_x86_64.whl (95.2 kB view details)

Uploaded CPython 3.4+

argon2_cffi-19.2.0-cp34-abi3-macosx_10_6_intel.whl (65.7 kB view details)

Uploaded CPython 3.4+ macOS 10.6+ intel

argon2_cffi-19.2.0-cp27-cp27mu-manylinux1_x86_64.whl (98.6 kB view details)

Uploaded CPython 2.7mu

argon2_cffi-19.2.0-cp27-cp27m-win_amd64.whl (37.3 kB view details)

Uploaded CPython 2.7m Windows x86-64

argon2_cffi-19.2.0-cp27-cp27m-win32.whl (35.7 kB view details)

Uploaded CPython 2.7m Windows x86

argon2_cffi-19.2.0-cp27-cp27m-manylinux1_x86_64.whl (98.6 kB view details)

Uploaded CPython 2.7m

argon2_cffi-19.2.0-cp27-cp27m-macosx_10_6_intel.whl (65.6 kB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

Details for the file argon2-cffi-19.2.0.tar.gz.

File metadata

  • Download URL: argon2-cffi-19.2.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2-cffi-19.2.0.tar.gz
Algorithm Hash digest
SHA256 ffaa623eea77b497ffbdd1a51e941b33d3bf552c60f14dbee274c4070677bda3
MD5 3fb9154af6f7a113028a7a8bc7da715d
BLAKE2b-256 e496f1bf2369f29794971f836b8eff5e3bdb653043f1b61d104eae21b1de3ccb

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 61d2b16c08ce5c24f91d2d2917c2300a90bb78672060876a335e1014727ced57
MD5 92360aa0d01495456b7c8efdc4cdda6c
BLAKE2b-256 82a18583712d8ff3075deb18be11bdc5cc50dfbbe00df0c86a6db0c9739545b5

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 37.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 72fae6bf37c25fdb9b4d30c2b9d658a72ac775249dd132ab3ac03adde619dc14
MD5 48fc1d860b5c655a61301441193a21ad
BLAKE2b-256 b2795f1b405640c7f01e5b51809de9b7b8c96e10301792232d46aa7d3bb68de9

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 45.4 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e27488da690afac92e87cb61ba9cf9a22bff790413f55655ad017456cd58f22c
MD5 50e41fc750c03a2fd94e6b6c749ee019
BLAKE2b-256 ea4b2f04628502b6c884443c1f8be5750b260ad8f0b6ac93b12175a29c563a44

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 184fee11f483b9168a32afaea8064abe464c1bb090d320f64f3609f1bbbdb691
MD5 f2598fd448719b24852ac7abcef2e56a
BLAKE2b-256 4c0eee7f407fe832a60b41615eff38845a4be3e237065ccf0b0f1abe5ee9de7e

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 45.4 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 13082f670904dcb7f4ef39216139ace2d981f9050a8f3766e566f845e8c634fc
MD5 76d63a009efbd6103cd81600ad59b2eb
BLAKE2b-256 468a16d25f0f585cf4ce9b9a976b54bbc0627b139699f9f07dc5d84d73ac5150

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 246860c7955aa614518a19277b06dda34902c54535aefd9220d07c774391890e
MD5 fad36e0699af213323719583cd599778
BLAKE2b-256 d65a5ad55d3a67ec826c33388b2fe93361f5721e4ce469596afae190d96a6b15

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 e09d644829887c956478db83c47d1ad26f167b8f08e2ccebc6b78e59aeca60b5
MD5 03cf05f8e00cf0abe63d6c03f2da5818
BLAKE2b-256 d7ad6b1c9e2cab6448d11ce5fe3b0c27ae5621858aa2febae567039f9f941abb

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 37.6 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 f79045e7673d72ed0f33d78a5e104702f989eb1a0e0eb0ab5534cebc9cdb9142
MD5 c5a7c6a07b3f82441c4882a68312cd5b
BLAKE2b-256 37c5ffa58d35c593103b821d2aa8fc2d0538aa5ddcae1fa5d82aa5d10932a91f

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 37.1 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 0920cfe813cd82e85c4fa84c8a01801a7cb376a8ed8267a1608e70a886953ac7
MD5 742d17e8e7d15241f24e7353231c1fa9
BLAKE2b-256 1720b9a43cfe635267404a50324176017144126adca2e95ef302692534e48a51

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 36.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 748b565d4006a7e9f2b71f9d6ff660b4e150cc38faa29ca1b64b58e238c013b0
MD5 99b4e215ff0d1212b8af5126bf19f9ad
BLAKE2b-256 031f9b2614e1baecc72175b9a4206b8f81a825ee1dbcc6cf9466a2c775aedc8b

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp34-abi3-manylinux1_x86_64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp34-abi3-manylinux1_x86_64.whl
  • Upload date:
  • Size: 95.2 kB
  • Tags: CPython 3.4+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp34-abi3-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 49ec16a14e8182ed63daa5d7a13d12da6bfc46eebaac4b238c8d15533b621cf0
MD5 b76fa0ffe7708b1802318f6b13b1416d
BLAKE2b-256 15a2370cd7bc181c3a9b1971314f7b33cbd51664749fa1e2bbf22cb9f1ee569b

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp34-abi3-macosx_10_6_intel.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp34-abi3-macosx_10_6_intel.whl
  • Upload date:
  • Size: 65.7 kB
  • Tags: CPython 3.4+, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp34-abi3-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 00e94a65d46c3f6f2ffab769e860efc21f77e55bd8fcdfde422bd07c632b3fcc
MD5 44757a3266aa8397d299a4f2d4e2250a
BLAKE2b-256 f15435017b36af1b4ef282d2190e9584f82e76cfafc5198d389b78d901be5d95

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 98.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 27cb7791793a854ca9f9de5cc62e93c1a7812d11d600ef3ca14fe93ae7426799
MD5 59c0e09d9fe8e0fd41183cb291c56f6e
BLAKE2b-256 da420a14e34fdecbd89742d0c2a869b2ab3ce374d91f4f0b81f762118f56ba4b

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 37.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0abe0ab4f3ba927367812a5c345dc6ae7d58129e0c47732746da8058cccdfd55
MD5 4bfb702d813d6725a314eee4f56daf63
BLAKE2b-256 daddea15aad5a52cf28283377ca80a5799eb824b16e7ee54e976baaa4cafb734

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 35.7 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f2c7f3cd5fe6770fa21ee3d4bb7ba0e1c207e18ead511d912cbf9571c598c345
MD5 9132b373156359c44810ece423d4f338
BLAKE2b-256 3e82056517d4be241f92cc443f368b35249b3269cb525522852a75d82ce2379a

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 98.6 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 73976c0b9d0fc847f967835fce93a9d1c07bf7422f74de2316e25ef6d59ee07e
MD5 fdf9bcee81b8bf6e2b22f5d3e5bec653
BLAKE2b-256 e9f5263655d552b01f96729c66730a902caca5daca4cb4c88270965e0a4ae3da

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.2.0-cp27-cp27m-macosx_10_6_intel.whl.

File metadata

  • Download URL: argon2_cffi-19.2.0-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 65.6 kB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.4

File hashes

Hashes for argon2_cffi-19.2.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 5335f4caae27c00097bdd17c6a07a0ef32f47364cff3141451229c481f82abc6
MD5 9549e4ee12d04e3120708707b57b346c
BLAKE2b-256 b9c8210dd6a33cd160bfcec052487932f270058f7d401ca0b6892cb2c804a863

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page