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.4+, and PyPy.

Release Information

19.1.0 (2019-01-17)

Vendoring Argon2 @ 670229c (20171227)

Backward-incompatible changes:

none

Deprecations:

none

Changes:

  • Added support for Argon2 v1.2 hashes in argon2.extract_parameters().

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 and 3.4 respectively, 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.1.0.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

argon2_cffi-19.1.0-cp37-cp37m-win_amd64.whl (39.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

argon2_cffi-19.1.0-cp37-cp37m-win32.whl (35.8 kB view details)

Uploaded CPython 3.7m Windows x86

argon2_cffi-19.1.0-cp36-cp36m-win_amd64.whl (39.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

argon2_cffi-19.1.0-cp36-cp36m-win32.whl (35.8 kB view details)

Uploaded CPython 3.6m Windows x86

argon2_cffi-19.1.0-cp35-cp35m-win_amd64.whl (39.3 kB view details)

Uploaded CPython 3.5m Windows x86-64

argon2_cffi-19.1.0-cp35-cp35m-win32.whl (35.8 kB view details)

Uploaded CPython 3.5m Windows x86

argon2_cffi-19.1.0-cp34-cp34m-win_amd64.whl (35.1 kB view details)

Uploaded CPython 3.4m Windows x86-64

argon2_cffi-19.1.0-cp34-cp34m-win32.whl (34.0 kB view details)

Uploaded CPython 3.4m Windows x86

argon2_cffi-19.1.0-cp34-abi3-manylinux1_x86_64.whl (93.2 kB view details)

Uploaded CPython 3.4+

argon2_cffi-19.1.0-cp34-abi3-manylinux1_i686.whl (92.4 kB view details)

Uploaded CPython 3.4+

argon2_cffi-19.1.0-cp34-abi3-macosx_10_6_intel.whl (59.8 kB view details)

Uploaded CPython 3.4+ macOS 10.6+ intel

argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_x86_64.whl (96.6 kB view details)

Uploaded CPython 2.7mu

argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_i686.whl (95.5 kB view details)

Uploaded CPython 2.7mu

argon2_cffi-19.1.0-cp27-cp27m-win_amd64.whl (35.3 kB view details)

Uploaded CPython 2.7m Windows x86-64

argon2_cffi-19.1.0-cp27-cp27m-win32.whl (33.8 kB view details)

Uploaded CPython 2.7m Windows x86

argon2_cffi-19.1.0-cp27-cp27m-manylinux1_i686.whl (95.5 kB view details)

Uploaded CPython 2.7m

argon2_cffi-19.1.0-cp27-cp27m-macosx_10_6_intel.whl (59.8 kB view details)

Uploaded CPython 2.7m macOS 10.6+ intel

File details

Details for the file argon2_cffi-19.1.0.tar.gz.

File metadata

  • Download URL: argon2_cffi-19.1.0.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0.tar.gz
Algorithm Hash digest
SHA256 81548a27b919861040cb928a350733f4f9455dd67c7d1ba92eb5960a1d7f8b26
MD5 b4988c47e6a6531aa1f9029eedb4ec2f
BLAKE2b-256 aabbd620acb83d6e7d0a1f896557524b85e058500bd858ee814d467428718811

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3558a7e22b886efad0c99b23b9be24880213b4e2d1630095459978cfcae570e2
MD5 bdee50715bb9ba06e715ca65c74cb311
BLAKE2b-256 d1d3c5c7e60c4eb94f118daa6da901b106aa6c2b58d46171d6d379b23b421f47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fbae1d08b52f9a791500c650ab51ba00e374eaeccb5dbaa41b99dab4fd4115e8
MD5 a5b94beae1094eb0097c2a65ca3c1df8
BLAKE2b-256 f318b5fd6ce235e0ac2bbde392afa5aa568e737c38091210a7b622df0f6144a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4a1daa9f6960cdbdb865efcabac4158693459f52e7582c9f8a7c92dc61cdc8e1
MD5 0ac705e59dc00e13728c93b56fb80225
BLAKE2b-256 c7af826c226dd408e20dd59313b1b13bac26d5720a222a810785df5e97b082be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5fb080047517add8d27baeb38a314814b5ab9c72630606788909b3f60a8f054a
MD5 6ee877144fb8726aa69ba2be886e82ef
BLAKE2b-256 fdc931af696bc4395841636b9a6d853a69e98a719cd7feef7822bb9f86a11bae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 39.3 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 4bfb603184ea678563c0f1f1872367e81a3d2b70646a627d38ccede68d7b9194
MD5 f3305cf9a1e22ff6bbb6eb2f9dc22d59
BLAKE2b-256 c2fe1bda672e19cdbb8b09fc2fa654d54afbe1cdac8ad7325c6e115673c2ea16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 35.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 fec86ee6f913154846171f66ee30c893c0cde3d434911f8b31c1f84a9aea410e
MD5 2bfe3fde74e85a67cc64e94fbf732966
BLAKE2b-256 9a88ec4462a756054ed2ae20b9e8bf6a72252ee00dc6e428bfbc20c89217374f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 84fd768d523f87097d572cdfb98e868cdbdc8e80e3d444787fd32e7f6ae25b02
MD5 512928e68210cc4866f6f0f4d4737c20
BLAKE2b-256 04daefe7717b4821409a810d90faa8ac039692cc993d7988af8752d918328226

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 34.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 df7d60a4cf58dc08319fedc0506b42ec0fa5221c6e1f9e2e89fcddff92507390
MD5 a08b91edbd13b23d82e9e28583d209c8
BLAKE2b-256 d54ee641a2b54920bc303d3c7380d2c3816a9d4605684f2438bcbdc8af6e4640

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp34-abi3-manylinux1_x86_64.whl
  • Upload date:
  • Size: 93.2 kB
  • Tags: CPython 3.4+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp34-abi3-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 206857d870c6ca3c92514ca70a3c371be47383f7ae6a448f5a16aa17baa550ba
MD5 3352e686da4dbca57c3d6463c19a942b
BLAKE2b-256 1e14d7fe69cb4efad2926f85d0ec4736f29fbb6995e2a5bf5501b3cd0173d32b

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.1.0-cp34-abi3-manylinux1_i686.whl.

File metadata

  • Download URL: argon2_cffi-19.1.0-cp34-abi3-manylinux1_i686.whl
  • Upload date:
  • Size: 92.4 kB
  • Tags: CPython 3.4+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp34-abi3-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1029fef2f7808a89e3baa306f5ace36e768a2d847ee7b056399adcd7707f6256
MD5 31089cbafadc8c9050531a6400e42d47
BLAKE2b-256 92757884cef02011767de279e09fe3262445189827832ebd535ab96c80fa5f77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp34-abi3-macosx_10_6_intel.whl
  • Upload date:
  • Size: 59.8 kB
  • Tags: CPython 3.4+, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp34-abi3-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 f9072e9f70185a57e36228d34aad4bb644e6a8b4fd6a45f856c666f38f6de96c
MD5 afcfae104a488d36a8c50409cb19df83
BLAKE2b-256 a0b29e5cd048e4a6df28a7a01380e81e9066350757d3e031feda241d231a7ea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 96.6 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 af6a4799411eee3f7133fead973727f5fefacd18ea23f51039e70cae51ceb109
MD5 4524203e0df9e74ef4c655124aed4f63
BLAKE2b-256 aabd8d20cb9d1b1f349f7a33f5e792b434ee2c50754814e9c2d97a69f8d84040

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 95.5 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fe91e3bd95aeae70366693dcc970db03a71619d19df6fbaabf662c3b3c54cdf8
MD5 943f25a9b240a70e992bd5aa67e9603d
BLAKE2b-256 e8f3ccc1c7d6f24db574db94ae2fa9f2c305b3b29282e492b8bec2b2dce5ea34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 7453b16496b5629005a43c5f5707ef8a31fcfa5bb0ed34b5ba7b86a3cc9d02f2
MD5 7e881fb48c259cdb7581535be2a25a83
BLAKE2b-256 4abf6b7ee33ca6a1385929798a80e0a3734d6dd1a6412d572b9f4f4d4d1e2c43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 8b4cf6c0298f33b92fcd50f19899175b7421690fc8bc6ac68368320c158cbf51
MD5 8250c984e041c8b1376e10f880151d41
BLAKE2b-256 49aaa020b5ffb1cf14dba1f90cca2dd2e68381b395d9a58ca9cc1c40bc77dffb

See more details on using hashes here.

File details

Details for the file argon2_cffi-19.1.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 95.5 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 5d7493ed10e384b84b6dac862fe96c443297a25b991a8364d94a67b6cd1e9569
MD5 6dbd99b74a9f713a0a4970342f04b928
BLAKE2b-256 d144c73419fd9524261247f9cfbf516a7bd1a100648a1f3ebe6312813ce85469

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argon2_cffi-19.1.0-cp27-cp27m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 59.8 kB
  • Tags: CPython 2.7m, macOS 10.6+ intel
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.1.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for argon2_cffi-19.1.0-cp27-cp27m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 457fd6de741859aa91c750ffad97f12675c4356047e43392c5fb21f5d9f48b24
MD5 62d3b95d1b3a32947c4628aaa8664e5b
BLAKE2b-256 c98336a9fa87dc5eb7c2b8fd3b838dd26df3bb21e2596bb698d03b7952745414

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