Skip to main content

Encrypts and decrypts files using a pass phrase.

Project description

This Python package provides tools for encrypting and decrypting files with Daniel Bernstein’s ChaCha20 stream cipher, using a key derived from a pass phrase. Encrypted files include a Poly1305 authentication tag to detect tampering with an encrypted file.

Warning

This is still a work in progress, published here for testing only. Do not use it for anything important. The file formats and encryption algorithms are subject to change, which could leave you with encrypted files that you cannot decrypt.

Installation

Install this package with pip:

python3 -m pip install --pre chafe

The pypi package name is “chafe”. The python module installed with this command is named “chacha”. The –pre option is needed because the current version of this package is a pre-release.

Usage

The package provides two entry points named encrypt and decrypt. That means that if this module is in your Python path then the module can be used as follows:

To encrypt a file named myfile:

% python3 -m chacha.encrypt myfile

You will be prompted for a password, and an encrypted file named myfile.cha will be created. The password will be visible until the encryption is finished, then erased. (So write it down on a piece of paper before it disappears!) Note that the erasure uses ANSI escape sequences which will not work correctly if the terminal window is too narrow.

To decrypt myfile.cha:

% python3 -m chacha.decrypt myfile.cha

You will be prompted for the password, and a decrypted file named myfile will be created. The password will be visible until the decryption is finished, then erased.

If you install this module with pip and have configured your path to make your pip-installed scripts available, then the commands will simply be:

% chacha-encrypt myfile

and

% chacha-decrypt myfile.cha

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

chafe-1.0.0a7.tar.gz (66.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

chafe-1.0.0a7-pp310-pypy310_pp73-win_amd64.whl (91.0 kB view details)

Uploaded PyPyWindows x86-64

chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (94.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-pp39-pypy39_pp73-win_amd64.whl (91.0 kB view details)

Uploaded PyPyWindows x86-64

chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (94.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-pp38-pypy38_pp73-win_amd64.whl (90.4 kB view details)

Uploaded PyPyWindows x86-64

chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (93.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp313-cp313-win_amd64.whl (93.3 kB view details)

Uploaded CPython 3.13Windows x86-64

chafe-1.0.0a7-cp313-cp313-win32.whl (90.9 kB view details)

Uploaded CPython 3.13Windows x86

chafe-1.0.0a7-cp313-cp313-musllinux_1_2_x86_64.whl (221.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp313-cp313-musllinux_1_2_i686.whl (217.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (217.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (209.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp313-cp313-macosx_10_13_universal2.whl (121.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

chafe-1.0.0a7-cp312-cp312-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.12Windows x86-64

chafe-1.0.0a7-cp312-cp312-win32.whl (91.2 kB view details)

Uploaded CPython 3.12Windows x86

chafe-1.0.0a7-cp312-cp312-musllinux_1_2_x86_64.whl (224.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp312-cp312-musllinux_1_2_i686.whl (221.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (222.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (213.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp312-cp312-macosx_10_13_universal2.whl (122.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

chafe-1.0.0a7-cp311-cp311-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.11Windows x86-64

chafe-1.0.0a7-cp311-cp311-win32.whl (90.9 kB view details)

Uploaded CPython 3.11Windows x86

chafe-1.0.0a7-cp311-cp311-musllinux_1_2_x86_64.whl (220.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp311-cp311-musllinux_1_2_i686.whl (215.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp311-cp311-macosx_10_9_universal2.whl (121.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

chafe-1.0.0a7-cp310-cp310-win_amd64.whl (93.5 kB view details)

Uploaded CPython 3.10Windows x86-64

chafe-1.0.0a7-cp310-cp310-win32.whl (91.0 kB view details)

Uploaded CPython 3.10Windows x86

chafe-1.0.0a7-cp310-cp310-musllinux_1_2_x86_64.whl (205.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp310-cp310-musllinux_1_2_i686.whl (203.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp310-cp310-macosx_10_9_universal2.whl (122.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

chafe-1.0.0a7-cp39-cp39-win_amd64.whl (93.5 kB view details)

Uploaded CPython 3.9Windows x86-64

chafe-1.0.0a7-cp39-cp39-win32.whl (91.0 kB view details)

Uploaded CPython 3.9Windows x86

chafe-1.0.0a7-cp39-cp39-musllinux_1_2_x86_64.whl (205.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp39-cp39-musllinux_1_2_i686.whl (203.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (198.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (194.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp39-cp39-macosx_10_9_universal2.whl (122.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

chafe-1.0.0a7-cp38-cp38-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.8Windows x86-64

chafe-1.0.0a7-cp38-cp38-win32.whl (91.1 kB view details)

Uploaded CPython 3.8Windows x86

chafe-1.0.0a7-cp38-cp38-musllinux_1_2_x86_64.whl (206.6 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

chafe-1.0.0a7-cp38-cp38-musllinux_1_2_i686.whl (205.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

chafe-1.0.0a7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

chafe-1.0.0a7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (195.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

chafe-1.0.0a7-cp38-cp38-macosx_10_9_universal2.whl (121.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file chafe-1.0.0a7.tar.gz.

File metadata

  • Download URL: chafe-1.0.0a7.tar.gz
  • Upload date:
  • Size: 66.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7.tar.gz
Algorithm Hash digest
SHA256 f332463c8bb64b35cb7da1b2c57f2d03ef24811857380ab80f233125d84e3852
MD5 9531acd4f819353f4615ced7068c4583
BLAKE2b-256 31032f2d2082626264f57485708e518baebcf222cd6fe340f74e569190b08bff

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a6babc16862a4c2336bf4588efd50e72a651ab1d2999cd752af75829385dde54
MD5 dc065492d1bd51be3529a41fb6361e77
BLAKE2b-256 86e51eb34e835e0a3ad42e58b0990e85fc0f7f10ff285d004d7bbc43a8204730

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8bf08fe0b9a472edfeaf0ec7b970772f8b13dd99aca2f0db0a1df306a966d06f
MD5 777a35fa2a6275364e5c198ce9a29219
BLAKE2b-256 8a8aa8e7b0b1b76833a18cc8cd4a54b86b3fe5e9bdbc788dcc51104bf0934ef6

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2549a8b9d22a14bfa54d9f7f8a4edd670c1a0b4d528a8841ef7dd3e553b0d025
MD5 9f1a8064c45a1efac7f16649648c36b2
BLAKE2b-256 98619529c7aab6a5eb17bfc2ca37e8ca2db57cd7fc933a152dbdc7e54cb19051

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ecce9bc0d2a8939188c5a6f62610f773c4616c1b5bfdd5fac5c08d7689f5e3ac
MD5 ad74cdd7339127a9e1108fd36f3fa3bd
BLAKE2b-256 27f011a4d682d3e00bc6ec6991c94563e9b91fa3b1adf4bdbb4d1c1ecda8ea71

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ce77c4263062329072656f89730d84738f781e50175225aac28b0ce59ed3795
MD5 0082c14aae08adcf6771c169666e2f87
BLAKE2b-256 38f58dfeb745cba17417ad137938cc0fa53d234972f6614fff9fd743155af67b

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38169d613abb010914d682d5214be7d709a5750663a56805b6e8d76d15a353fe
MD5 df348c99e40e46b3785aa0f6c5b0423e
BLAKE2b-256 e1c850107651394d8128d0253f1f22c63b5b8b14c42172f91022dec7d9421846

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 75d2a0afb87b23e76a6aebce4580eee23d6d79d3f0ade983678e93f43f51b792
MD5 4109bb506ab732a982614b5a3e1f7d68
BLAKE2b-256 93c1425e20e7c765d11a88b25ec83a1e1a3d0c29d3c50ca75d6f19f4627bb292

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a4a9b2723f07545d0ea018373e88d2aacfbc76cd0ec70eef56ad6d591a326ff
MD5 71e39f9ffcefe2a71516118019dbb5bd
BLAKE2b-256 d9df2e780c38d74998a17e19cddcfd6862ea4e332bf94638df6e749a251c9135

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6734535ba908f6fcf93db0715938353c456c310acd1199cf1632a9d7bb98b44
MD5 91e79e4dc25f5a6a0248c64906979491
BLAKE2b-256 a62ffe32088babc2097d7733143b68b5fdffa84cd2581c195db21364424fdee4

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 93.3 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c4151272764b6df9c8f2653e0127ec1fa2da6c40a8f26a8341ee7def1ff37548
MD5 a2238b881d0bc8ee33170e23b6695fb6
BLAKE2b-256 299c7603893a83014f01770a0f43d5586637fa475b847dccba773c72571ec7b1

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 90.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 00a7e9142bcc56502dc65c8a79c75c32c283653b05b2e34aea73218975685b0a
MD5 d5fac8a3fce14e1a7d4f2cda5715b050
BLAKE2b-256 b83ea254fe5ce5044d2f051591d5b6d79b26137efa4469f2b5d1f03c98cfd504

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a43795fec7255ba9b0b4264aa698c85578e9bf61375c152ca8eb451ce337e386
MD5 7a91c744603bca2144f32d605a48c031
BLAKE2b-256 e68cd6c3e48004efce1f8e5da303bc41797bb5753107e9f741ffa35100bf0334

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8ca74045922676553fbef709178662c2819b5748e0144103016a52efd181f10c
MD5 7dc667cfa1f1e27d7384b7855e358b92
BLAKE2b-256 da7aaa6c6cf16fa23077f4227d026d21e38359624fdf85aa8eca135b18670db2

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 278ba3196945ebc9eec0f8f86a5f946aea85ee63a51275c9663c63db27d320cf
MD5 dc542d7d735effd304822ff9e3968169
BLAKE2b-256 1c6cf97c28a77cc77f1ad7fa8a6846e949c49a8712a9283081537440c1ff9be2

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c584168fe06802dabe7da73148bab1721a7748f33cdce7baba742c93a3a564ea
MD5 559cd006179a92649f77baf6832a4ad3
BLAKE2b-256 88cad71dbe2832e76f0acf126bdc3ff77d77280a3ecb1538c73ae11deb2c6162

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 7a9dbdd3ed002993e626812e1093664cde05961ff9f13d41417bad47bf79d44a
MD5 7afe232e1f3a0380996c5732f124de8c
BLAKE2b-256 5d44188621a7bc26789394744e5397d01e2fe48985e8895493ebba44c592172e

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7617b395b0cd8e3a463fa5fdd173880ad3bebd6f1e4a9b6164506dae454e23b8
MD5 905bdc48fe2d0d04a7ab1112019c9d02
BLAKE2b-256 678300f6610eb47dd0c5c38575fc0866007b6e1387b25482a85ccd2428455642

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 91.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8da370114788961329b377575d7fc827918212323d49602f0ffceffaf38d8271
MD5 98a5d162acda4ee3868feb36ad02b3ca
BLAKE2b-256 c5d7e12429370a999263d897437c472997cfe678a932c0689eb0571739f9a608

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7029eaa3c1d4af853650f35d35dc6f904f6a098dd851abef73dd40443ac35fa3
MD5 eefd9871f73b8b799a16c9ec1d29ac43
BLAKE2b-256 6f2ac3e5ae155dd9fb55cf2e20f678f5e2ca88844efa4d887d2d85b026b59397

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a906960784be3c4f1a437c1f5f2c9db7b15eb15e5f539343975f2f943f866a4a
MD5 72a48bb25edc5c4f0bafef1def4d5831
BLAKE2b-256 29be20e0fad170bf980bcb4ef465bab880d8fd67708c75369559768c600316e5

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 854028feed5949ea6a7e66ef35b3db87a81592cdb29fd054a7ac640e22d300b1
MD5 df86179420e38b7e349dd42710ef2375
BLAKE2b-256 cdd2b978c9f7fb37ef7a5f74d684afbf1adea46e1c6873f917c70184bcb46bf3

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab4894d2186551b52d73fec72c79198a1fd07c723b7b78ad646de09c5fdcd06a
MD5 ef30ef58d386ffb3de14d1706b53357e
BLAKE2b-256 8e4f9e148ba0c12e93e37d9fb4bce9a474b2d4e0e12185c1361d4ce2907436c5

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 4607fe21e556cc52739af246f5a3b653a133510e036286f16f87437e203fad7a
MD5 a7c910e620cb7d2e561b55a5960b012d
BLAKE2b-256 4ed849d782754393b1fd61776899ee1ca02c2ab2c9006df8d00a90d1e63339b7

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b58c9c88c5751a75b0ac262719b17656ff0605a0392f3b960c0c58d7aa4c33a3
MD5 d1fb9dc3dc54e343dd8120e0e5d5473d
BLAKE2b-256 4d107af21b05691372ea605512153b3c59c4177de177863f54481b3d85abe91b

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 90.9 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 84326adcda66f716a80d012dec9278a23685249ff074a10467ecd2cb167a5c05
MD5 1e8b46aed3987e40c6ccef2af6603fc1
BLAKE2b-256 6d8be898e20633916a3c96d079d2b66e5eea495ecfd6e0ead18e5b29264e6cc4

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d27795a7957b17d3ab2b35b5506c47155a31fac6f0595d7c9ce54dcbbbcce6e
MD5 26f8f00944019448daeea462c46c823a
BLAKE2b-256 07b98927a23771bff2706bd999bf7052ba1ca7d30e9bb0e6e59b2be96bd232af

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7101680bb6df29f40c5a23aa623f68c485309ce932f43e954bdf59c06fa303cd
MD5 6ed2f91c2a09a99c98bb04146f94d9f9
BLAKE2b-256 ec21f466cf4a27ed2d9c69d06d45eef932a46aad53b5d4a7aa0e07ef1a508af9

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3f8a9a0822471821edb52cff28686e80f2a27820f0baeb7df64b39d2899099f
MD5 5c8c1da4521cf472483303c7e9511ff8
BLAKE2b-256 d84aedc8b6d5c23376d9ffe20aa10ef97ab1f82a79f22d889a1fe12fd19ef377

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13484bf0fc2bc5c80dded85af32bf569139965eeb7fcb677565a1074f15128e5
MD5 86832092c51100d2318780f931709927
BLAKE2b-256 217086d0b2ee53a5e067b8b7e39a0968cd2be1cad96cc07c2921c395306811c6

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2b6387ec62e6b6da83caf06c18ad84b4b5896ac0ffe636dac086ec038427a106
MD5 5019fb7eed0736196465ec1c41056d95
BLAKE2b-256 dec7daa9678eb59bf81e4e0046e1ffb29228269ebb1b9610f7b9595a9f500963

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 93.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5a7c53aaf9c46c91b353cb9318c2d326ce21c44f2618c83a049dccfe8b631925
MD5 9fe4020e5e3944fbfe4fc512b4c34618
BLAKE2b-256 3e27eff87ff6af938cb3ce076968d9adbadb17985c605090f59ea067252c430d

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 91.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cd09f69847b539ae465fb1939421512493735426962743adb098f36aaa7fe262
MD5 4b861cdded396e5cfddf9d10b3922f1b
BLAKE2b-256 447598e1916d715f11bbe5e3d21c9fe7b2b549485c54ed2dcf6c33252fe3b0b9

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 36f5ebebcb34a3f974bf0572d5b265081e4fbfd9b5c5315070b777b359f7e85b
MD5 cbbe04dc21fbe8164beac926d696dc64
BLAKE2b-256 d99cf34e70159b18badd0a4fb8ee98f0df2078548f43ba67227247cb82a861e6

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 852699f4520dfed4210f86b84c7602b91a9afc928bd8e2a669d256cc7d7d2447
MD5 854ef4d8c26d027f20f35bb608c10e08
BLAKE2b-256 5e16f347f6f17aa8caed4e0a7dabfdd85e877ee0d9085265ff6292d7445d14bf

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a45c169fbbcc6dbdb287d1429e97fea549f51017af929095cdc9f4aacbab8315
MD5 05ba6e6d0a4594cda8654cc6df456e80
BLAKE2b-256 fe93ba4082b960d4726bf828931bfb066681fce4c885b1ea9db3196e019b3cb9

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 09ad2e23099d260d27d247e0581b28c606af9af67b69c8fc0126b078d4e30963
MD5 4abaf9ee665e4291ea4a79a8e2b596c7
BLAKE2b-256 030a4dd47f0298875d7bc4f5f5b375cb14f9e5da541dc8dce5985a8537971043

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8ed123d569fc8314fa38a17d410e94b13d7796e113d736f5c9e82578805581e3
MD5 19b1f946278aa27f7ccc4733bff35272
BLAKE2b-256 24615adcf5ddc77da9ea407b2a15fce9e11968d5d513a9303ed613416f665c13

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 93.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c3aa881e3ee8a2efbdce401dc493fe2864184c89ade12f4772398288d2a677c1
MD5 da75a7a54092aff50e581a89dd1dfdaa
BLAKE2b-256 8a00d328bec0d334994dac09b653fdeeed06022771f3f5d689288521aaf72cc3

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 91.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9643bb32d0114187f0a96bbd5b5c5438e23e818e62bd96d21580604223f95602
MD5 07ec9bf8ec33d358112354cce374c4f5
BLAKE2b-256 83e810d26371b7dec1b3ad4161e4279b21855a13bd1e9e11468f04deb7af1401

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05c92a5e183ee1c4d230b1d228c2b3049928f6e686bd36afb093e8fbe53ae40c
MD5 e9a90e237f407b42bd9c6a93a093c880
BLAKE2b-256 1cf7ae4d9d0200d016953fc201961da4ab05e8a420941dbc3fc7ebfaca7a70cb

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 780364aaacdb805bb5d981555c78a2ec5ccd9dcc639858fe7b0fd45476188952
MD5 f3102a51883dac06f843dc6bb6fcb52e
BLAKE2b-256 8c15cfa15a2cc86d96e2e1e211587e5a4d0affb8054f678dd32e098fdb6fe42b

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c46575cde87023574d4b36fb436376e590fc0504cafd6e688d3aad67270f7272
MD5 b0319b90f11adb6384cf7c307342ed0a
BLAKE2b-256 71f30c3c78ce0bb962fdd376cc966d837a950d43e31bc03c842d0d916375fc55

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96712322c2f3c311fca60cb28e7ef31a8cebf10b4ea4a7f682256a53a6c0bea4
MD5 571092ae281e0bf9a871b3b6c0694aa5
BLAKE2b-256 e3fceb043e8211a24d5526ce17b893963bf79bb0b663631dc8156e2fb5c8a78e

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 11bd707e357819768a330dc5d0fa7362bd8ac2a08c2b58bb1d4a6c5f25fe559a
MD5 6b4b2a15800f538c2c2d31cddf305a55
BLAKE2b-256 0ca8826ee50aee77f32f0085228576a7cdb0cd53b44c7ebf0069c616081fc214

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 93.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6550884f817cc287c7944dd522d0450fcbfdf1e56305188cd9aa9a445b0bd8af
MD5 8d76ff8a3e32ddb812b5e8e2a644a3cd
BLAKE2b-256 40897007d5594398ba7c5191e8a11573edafdcbe492f2ff8b0ec2c9f93fb39d2

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-win32.whl.

File metadata

  • Download URL: chafe-1.0.0a7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 91.1 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.3

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 28b630cc1629d00a0c3245096bc0ea752b8f9397e377f697903381e7bb267e87
MD5 58613d63e78d1778ddb2cbf6fb924440
BLAKE2b-256 38f148673b65233fe43f70ab81b4513c1b4413d4e66fe5c2bcc2a7a2889a7d93

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f1936a55b7edb16a70cfac8dd49db443460da53ee93e690e525bb747764e461
MD5 e05ddb4e0029260b182d214ee8bec7db
BLAKE2b-256 3b25809c655a9a38dce34defe9f3c7bf31c88d8750ec56764d6fc023fcebffd7

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c85d4c01ae75a3141fbc7460441cc20b770db2d58d010db61f3f4b6cde61b15
MD5 1046ed75cd723252594e180be9a6cce9
BLAKE2b-256 551fb52d09febdfe6ba7ce8ce0bc549e315ac795027eea526eae2f70968a345f

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecef9698d914f82c067a85948ba334a36afcc0f9fcade79f24f62ec704394dd6
MD5 62eec26678fcea02e598023cfff64048
BLAKE2b-256 a1f3d7893810a2d6fed9fd3a24cf4a1dd021ced5bb51163bf913bac360f0deab

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c02b2e07f606335bfa933b94e1a88a1131b08259991f97e9da0971f552006b50
MD5 f3bf3c18f6143e49fbb94bb478fc43b8
BLAKE2b-256 421fd912bc5f466b6f93395c8c3fade61e7d38c471e33beae9f0b706a199166e

See more details on using hashes here.

File details

Details for the file chafe-1.0.0a7-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for chafe-1.0.0a7-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9b88673626d3eb566a797facd2651a45487ef84664126fcf5b6d20f1107c2c70
MD5 32b3a1b8ea74fe5d84072d375c1e82bb
BLAKE2b-256 c8e84f20d59d37b1d0f61f6007f6e6780cb4346d54372f494c454065033cf4b3

See more details on using hashes here.

Supported by

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