Skip to main content

enciphers

Fast Rust-powered encryption for Python.

Benchmark

Tested on 1000 iterations. enciphers uses Rust bindings. Fernet and itsdangerous are pure Python. rfernet uses Rust bindings (Fernet algorithm).

enciphers Fernet rfernet itsdangerous
encrypt (ms) 0.45ms 10.42ms 2.68ms 11.96ms
decrypt (ms) 0.41ms 9.12ms 1.69ms 9.15ms
memory enc (B) 176 1330 225 383,391
memory dec (B) 99 830 99 59,594
encrypts data ❌ signs only
algorithm Substitution + HMAC-SHA256 AES-128-CBC AES-128-CBC HMAC

Note: enciphers uses a custom substitution cipher optimized for speed. It is not a standard cryptographic algorithm and is not recommended for highly sensitive data. Suitable for session tokens and non-critical data.

Features

  • Fast — up to 95% faster than Fernet in Python
  • Lightweight — minimal memory footprint
  • Simple API — two methods: encrypt and decrypt
  • Unique tokens — same input produces different output every time
  • Signed — HMAC-SHA256 on every token

Installation

pip install enciphers

Usage

import orjson
from enciphers import Encipher

cipher = Encipher(step=7, key=42)
# or from environment variable
cipher = Encipher(step=7, key_env="CIPHER_KEY")

token = cipher.encrypt(orjson.dumps({"id": "1", "name": "mejlad"}))
data  = orjson.loads(cipher.decrypt(token))

Parameters

Parameter Type Description
step int Encryption step (required)
key int Secret key (takes priority over key_env)
key_env str Environment variable name for the key

At least one of key or key_env must be provided.

License

Apache-2.0 — Copyright 2026 Mejlad Alsubaie

Download files

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

Source Distribution

enciphers-0.1.6.tar.gz (74.0 MB view details)

Uploaded Source

Built Distributions

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

enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (473.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl (501.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (544.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (435.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (285.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (268.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (283.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

enciphers-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.2 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl (281.7 kB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.5+ i686

enciphers-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.0 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl (282.4 kB view details)

Uploaded CPython 3.15manylinux: glibc 2.5+ i686

enciphers-0.1.6-cp314-cp314t-musllinux_1_2_x86_64.whl (471.9 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

enciphers-0.1.6-cp314-cp314t-musllinux_1_2_i686.whl (499.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

enciphers-0.1.6-cp314-cp314t-musllinux_1_2_armv7l.whl (542.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-cp314-cp314t-musllinux_1_2_aarch64.whl (433.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

enciphers-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (286.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

enciphers-0.1.6-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (284.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (266.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (256.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

enciphers-0.1.6-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl (281.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.5+ i686

enciphers-0.1.6-cp314-cp314-win_arm64.whl (134.9 kB view details)

Uploaded CPython 3.14Windows ARM64

enciphers-0.1.6-cp314-cp314-win_amd64.whl (144.4 kB view details)

Uploaded CPython 3.14Windows x86-64

enciphers-0.1.6-cp314-cp314-musllinux_1_2_x86_64.whl (472.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

enciphers-0.1.6-cp314-cp314-musllinux_1_2_i686.whl (500.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

enciphers-0.1.6-cp314-cp314-musllinux_1_2_armv7l.whl (543.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-cp314-cp314-musllinux_1_2_aarch64.whl (434.6 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

enciphers-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

enciphers-0.1.6-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (284.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (267.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (257.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

enciphers-0.1.6-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (282.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

enciphers-0.1.6-cp314-cp314-macosx_11_0_arm64.whl (234.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

enciphers-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl (245.4 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

enciphers-0.1.6-cp313-cp313-win_arm64.whl (134.6 kB view details)

Uploaded CPython 3.13Windows ARM64

enciphers-0.1.6-cp313-cp313-win_amd64.whl (144.4 kB view details)

Uploaded CPython 3.13Windows x86-64

enciphers-0.1.6-cp313-cp313-win32.whl (136.8 kB view details)

Uploaded CPython 3.13Windows x86

enciphers-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl (472.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

enciphers-0.1.6-cp313-cp313-musllinux_1_2_i686.whl (500.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

enciphers-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl (542.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl (433.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

enciphers-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

enciphers-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (284.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (267.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (257.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

enciphers-0.1.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (281.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

enciphers-0.1.6-cp313-cp313-macosx_11_0_arm64.whl (233.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

enciphers-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl (245.0 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

enciphers-0.1.6-cp312-cp312-win_arm64.whl (134.4 kB view details)

Uploaded CPython 3.12Windows ARM64

enciphers-0.1.6-cp312-cp312-win_amd64.whl (144.0 kB view details)

Uploaded CPython 3.12Windows x86-64

enciphers-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl (471.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

enciphers-0.1.6-cp312-cp312-musllinux_1_2_i686.whl (499.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

enciphers-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl (542.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl (433.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

enciphers-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (261.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

enciphers-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (284.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (267.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (257.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

enciphers-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (281.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

enciphers-0.1.6-cp312-cp312-macosx_11_0_arm64.whl (233.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

enciphers-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl (244.8 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

enciphers-0.1.6-cp311-cp311-win_amd64.whl (146.6 kB view details)

Uploaded CPython 3.11Windows x86-64

enciphers-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl (472.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

enciphers-0.1.6-cp311-cp311-musllinux_1_2_i686.whl (501.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

enciphers-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl (544.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

enciphers-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl (434.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

enciphers-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (262.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

enciphers-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (287.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

enciphers-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (285.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

enciphers-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (268.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

enciphers-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (258.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

enciphers-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (283.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

enciphers-0.1.6-cp311-cp311-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

enciphers-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl (245.0 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file enciphers-0.1.6.tar.gz.

File metadata

  • Download URL: enciphers-0.1.6.tar.gz
  • Upload date:
  • Size: 74.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6.tar.gz
Algorithm Hash digest
SHA256 135b5a832b4664da5b3074836ee56cb4af20326a48e276c635e23027f3c649b8
MD5 b34eca5887a06a1cac1c7f276b6ef24b
BLAKE2b-256 74b42bceb018eb5fe85b179bfc73a16788dce3b257d4cc47d01f381ed4eed892

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6.tar.gz:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3206553456e708beb21b07dc6346802841abbe1b8c8cf171e4cab9cbd835cfb0
MD5 cb8cd2cc288f64a9718e727204de24f1
BLAKE2b-256 f544fa658d4b50995e3180fc0c6c178786d4b8a0385d1f49659ddc4f3cced090

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c06aa19e6badf61243d1c03210286dd94511af0b5babb9192ae10ce8629ff0f7
MD5 dd9fdd6f753cdedc2b643635ed6803b0
BLAKE2b-256 075563a5cf8b9f45ef476cb9a2a7f478ec1a08bc089689b1d8d953a27ad23e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9bde6644b6c3a10aa675f8e9d6760f0ea3e59bb370e4c0eca9fb5ae76670c2ba
MD5 d73a945a223b3143a7cad2de0b285d23
BLAKE2b-256 6e3134843a215629f5a606ba49133f0885fa5dc957d22005a46da8bb47b75c18

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfb4227e1e5495fb311e8f3be3d4035ba89b655d1e48d13a64ae4a7ba94d3c1e
MD5 dddd61f705d1457c83ef3ae51ad44b79
BLAKE2b-256 b3e3b472e7847dd39f863692d5719adb9eee5378f371392cd1e7ca3923d3ce6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d08ed6dc2472fc3c8c252a0549bbb6aa485520dbed4508a07d2833c42f1e5dc6
MD5 e86a42a6efb9a6d3424845121c9574d9
BLAKE2b-256 096982800784387bfe6024e01b3f17b545c4d88fa54f208b7446a0d44bd751d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d4a260939b139b47c465230e792130e20b082edad503eb069ab65adec0f796f1
MD5 3b0d3f4f0fb8ed48647328e1d5ec0f0e
BLAKE2b-256 e46d8d88925138a265d936b85d55a1bbb95af92e5837d291f754c5f30c27cf37

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7375d099655a9b548333f5ff521ef7bb6955b779fa08f0a4e7bab473917a40c
MD5 189a0dbd9a9b1b30f0502521a47ea0f2
BLAKE2b-256 79b8c5c86040ef12ca5144e30de4dd61e18b5ae9cefa2382e5fef6869dddbbdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1289694fce93e8121312d41535b58348bb35cad5fc28b60bcaac422de6c6be0e
MD5 395ea4ccada4fdb559e90950ae596536
BLAKE2b-256 d62d734e25f2dcc87d3d35ffabb80e19eae71da36ba6e7c7981e3c5e794c0fb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f604bd6060caf5cd278a766a7e43962a8c93778fc2a15760b0003995b07c2a8
MD5 0496847b5f644641dc6672a4ca96157d
BLAKE2b-256 cd81007c75cf8bd0e04bd451f6abab2c0fb6bd59133119f577723591c3a9ade3

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c6b6fba1f71d37cfd6707e6e8b728a6b8568eb1401cc648f8e8abd279d64973
MD5 e96ae32b210344d63cda29f35366851e
BLAKE2b-256 b504be7d0f48561483a6480578668f9aaa7563c92c33fe3bbc619bb4bb751f45

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92bc02ddc53364e0c171ec4c27a38d0b2d030aaf4e5336aff6eb612156bc063c
MD5 5aeca436e2420e2f0f8f128c1e090b32
BLAKE2b-256 98cfa9a5c2e4d52220a66ef9becfad7d18cd8b9984617db2195d5428c3aa2726

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp315-cp315t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2f39de8804302cba13bd466e689fbe09135e698aa3d0a653a6a957cf1f47547a
MD5 5a59da68f2ca81cb07c4f65b49f35f54
BLAKE2b-256 30db86007db0c5eeccacbfdf7abafaed6802089faef95b830885a95492e2dcd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp315-cp315t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e369c0a24ac132f45da95361cd47ca5ffa487da103b3d64e3878dce8afdc6f1e
MD5 4542abb500da8cb0b478d38a6a9bfdba
BLAKE2b-256 4cd09c5538393e707c16028f07ca94072337abe8cfd3e62de333b88b73319238

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e2b9dc71d66a8a1fe0a9d7ae37cd9a907d9f126309d3dc37f638cace346e6e97
MD5 31adc33bc60bba438ef95a38926ef547
BLAKE2b-256 e55a66b83aedfdc065aafc0d88813bd3e5d0df563dcb15389e7925499d640809

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp315-cp315-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af4179d38f7a1cc3e3deaf7bc3e1e9f5abd695f4fa9df0a91b4d427ad26cb68c
MD5 7a74d30f81a640834417bb6608e21b48
BLAKE2b-256 5cb6cf8e92e6d1a27233dbb2b4b04cf63949a42ee6e47b34adb369dad1f5bfcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 50e89f043270b8cf414325d7e31b0f35d171e761700149ea167fc97278df6f59
MD5 6e0d0dfcfbd10e196b282de481d8fe2f
BLAKE2b-256 25e97d1430e53a7062efa2ab16e24faea32acec766642d891fe76bfef00d31d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d9536d3131a1b347b350e79d4e835f5cd9b445a8a6af0021f46964a400e843a6
MD5 c024f5776980995d93803059ccc465c7
BLAKE2b-256 e6956ea90084fad47ea010b63ef8a293087d2273fe176ffc78ec398bab273d82

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c62f50e2d62f412584091955c0149ba53f5a8c747505077b22635728069bca9d
MD5 8a74740d7b165990e85a50972390d29b
BLAKE2b-256 ca66fad0bf8642110343ea5d99cc36b1d4acdfd8dd371cd6dd404f53a3c37a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f901c38b36a074fe8798e3a0ba364bf3cbabb9d822864578f103b7205c2f7552
MD5 952420fc90d7cb2a7657c6f72a108c14
BLAKE2b-256 af56e16ffd4746d481b2687f56451b1696877aeeeac3db3a95def855b4c1a71d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 40446876aef53c50eb0e3917ced6ed27e8a3cf09afc06016a35fca128d766832
MD5 03e8cba728325a24819e0c0c2b37933e
BLAKE2b-256 4d19d54624683a42a04a857c3ffdc743a7a2beb02b49c13d2da43abbb8a8fd81

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fb06fe267033c9d56bf1052e63ae36bfff64c9903656535e83a69a75afb09d88
MD5 497fc784684bb4a101962d66ec0b5f89
BLAKE2b-256 449bf40e87d540b741d77336edc45e04f6fd9fb39528a0acef538d8e34b5eb50

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3f9331af8ba3840767c45e058a8224b228caea6c44298e0e42363894028195af
MD5 6a997c3ac0594c8a8ed747297192fbd0
BLAKE2b-256 97a586c68cb629acb5c94e431b5f5f23c137685b9d631364b77abd1a6502e964

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 573e75b6563c8fe934324819aa0a91b8cebc7ccf202af86ed8b707716e6f5e0d
MD5 74387f1b6123068d5110c94bd55c5e9d
BLAKE2b-256 50677047aef20d6cafd1ba4a89783135f42822fdbf18434d3bfdbaf4de17531b

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 58762d36779b0ad3668b824d6f335f2606c323ad244460e0496f28d3f34d236c
MD5 bed3980754dea42bcc5a2bd8bf7073e3
BLAKE2b-256 27a5cd88815105835a8475578e0ba2c37eeb911ca030419b29409afff8824998

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 134.9 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0e710857d65815253057bf6811ab915eeaa67ba365ba3846e748c2c7dcc6d0e0
MD5 debebe0a76ef31ca11ff3eb9254b1670
BLAKE2b-256 7b5f445ddbcbfd31866bc82dbc830ff9622dcb7ef12e6af84a1352df4df9bcc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-win_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 144.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 661a8251835fc1e06b09255ee3a79071a62e91e3b2f2ad95f4edc2c6cf0f5978
MD5 e0f48a653c828ea4ae6387f250557f3a
BLAKE2b-256 94c7fa93d8c30a31aa8a63ece2a341d78c6e81cf46d7dfe02fe4f1eed7aa5ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-win_amd64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29e95a35e92e59be250033db19095fdb7017b268e38ed4e764aa5931a4b7380f
MD5 866d8b8e0698f8d278dc68e8f4b9c66a
BLAKE2b-256 ef321c8d43f8e2d8f0a5a166f1bf561cfdd636a4b300bb97bfe26d4bb8c4bb2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 705dabe9aaad59ad05938f35681861ef82afb82165353f2289fc77f32a38cfd4
MD5 062357efb244ba3c0e76eb1352dd39c2
BLAKE2b-256 0f341e4d9237d7beeaf7eb36a39399f4668d4bdb26a23849b6ce2e07ac1158ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 101aba6c80386a9c3bd20ab44ed057335fc6ecd7bc7453a56faaf297a542f1ea
MD5 14b54ea631cc386d7d6393f0eaaaf000
BLAKE2b-256 82cb623b09c988f9bc63325d5d1a4248244ce5cc75bace1e5304bb7490912751

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54b0afa398df7c2321f9e96a96c77b49ee481ff2f79fd1893c537436b45f638c
MD5 68a82453531a856cc8e677b48a7d00b2
BLAKE2b-256 1bf68bc476b415c0375a32a28f611ab3f4716bbfc5ba84fcad7118931fdfc651

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6824c723b14952b0dadf64a673f53b14412412aec20d24811b18e3a98cf081c
MD5 baa4d13358b4f2d570367dd47bc73e11
BLAKE2b-256 2cf86906c37a5463133381f4851b021589dcf5c8d11cc4dc81b3e477bcdf84ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c565224596b22d0c173c188bb0eaf78c28e843e33b1a844c0376a47ca71d595
MD5 6b436c25282ff826c101f69a18cddfa0
BLAKE2b-256 f092543dcd43346a93f271e5faf6452a79913ef2785826bd41c83778b75e1627

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1744e28206866d9210955f6201240d2043237192889eae220edc27303542f6b0
MD5 9791b8385429a1bbf4207c5345a8b639
BLAKE2b-256 b5d229b513668d713c20c41d506b8fa116fc4a0d4d1993d96b44a50222e0c226

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 628dafdc0c7ff28ef3e03e3e265f4de07b757570fb02056a108b4912b53991e3
MD5 0f77b59b5d5ac9ed00ff75bc970b0b34
BLAKE2b-256 833bced106cc19de23c1d5b55244e104961ed05eb38a91c61e024e689562e208

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b94ae0e772e13762fa2d4bc9a977bf0e818794c70fbd197fa1b3b9c1055f7b4
MD5 e5ae929646de478077cc146072ee8de4
BLAKE2b-256 d50cac5922e622a19937f04c438db4a7fda184d5f186d61c745c4f387921d978

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 09000102b9b1e31faf458d9b0320004dab6f6a59e934604d79c829b58ed6893d
MD5 b31e283ca5e08b86317d525a5f9395fd
BLAKE2b-256 adae7f7b510721454a734f3f14c567ad947d8477457ae76a1702084fbaa2c37a

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd2c4c6fbf6ebbac8152c39b38cae02bc9d6c3a081c418f39d6ca3926450f254
MD5 2869d40d7eb08daa3aafd50285c0d5c5
BLAKE2b-256 420b63ced6d0c776a7be5bfd2bd3103078ee8de383ad921e5cbbec13634d0f33

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33ef0bf2c703e142a308a3515197459f28d3bd0099e9bc4fdf954eecb2baa874
MD5 7983ca62929642356633fe8df31fdee1
BLAKE2b-256 560291e2f0fa3bba3124816c7f8379d78d675746c7ed00015a191c69c5b85185

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 134.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 64fc80c8a4c7717cda775076ae669984895c6e3e61fb7c0126d818087bfd539e
MD5 7c9d301120ea94f159d36813c501d7df
BLAKE2b-256 f15045084a198bf1fe27f8da8f8bb6bca671c86b665836a983cade0390c8249e

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-win_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 144.4 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5622fa258b89e767b3b7fb7a7fd2bda9483228b637876a065b72fa30cdf6b2f
MD5 d2f52f3a776bf3030efe35f1859c65f0
BLAKE2b-256 2448bfae250d4d5d38f691280e032b877a014bfc96228645b4b5eb60daf50f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 136.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e7018fb749273946bf5bdbd1c80ad0fbd1d265ac83cd804a482f9be725c93126
MD5 feb091a0c7355a5bd181fdf813008e42
BLAKE2b-256 7a4f844f05847d1f42176687e226d28cce84055e97cc6764d936e11d9e83ccda

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-win32.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 656e219f27ef877702eb3835a94d20a126f1983ffec7ca91649e47586c6dab90
MD5 0ba98cf12f6ffdab0e3e1b6dfe07058e
BLAKE2b-256 e2143a756df5f68172df23110058b67df1f730c37a302f7582c14a82100d6c70

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3ac0bd7b2e112eb01074fee1c1bc28077b08923de035d56dfe0eadabdb339e77
MD5 37b0506ec071ea301d56877fcdcaa60a
BLAKE2b-256 a30585a3ccead3dcf3379c6fda9e0ad5be775a15acb54b0cf7d2604b56a87f14

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3008c165b47d603491c2945c8bb59ce2547aaa99ef20511e635fdf92792372d9
MD5 62623f94a40bd108f9453c1c3a7baed0
BLAKE2b-256 883735f5b317bbf0ed94ea4ad6affe2fe1f749633ca70759442090121cc66e80

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9856b6afbb9864f1e9f1b392b7bebd588034032651a5f50f326df0ba0982e2e8
MD5 552fb350bcc58bcaa74db02fc93180bc
BLAKE2b-256 0a406a672c4020802d03115e465293cdb5f6ea8e946a0fa5c110734fa7f6327c

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1540347e2e5a24ae2161955b45e9a7fee3cc8d9bff28ffac1b62f7710185469d
MD5 0fe6c4eced5c9b079b361c4f48e63753
BLAKE2b-256 4e9104f077261200fd11845bb31670502ef5c2cffd63dd1fa80a0c0d7bb3312a

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4b4fb2a51a03539955be0f196f84106c3fecc40698976329097f2875e4cfdbc3
MD5 3cb202c47aa392d7819ce6389ba32305
BLAKE2b-256 a3ca7e8db5a6e4ce39bf3a65fbfe854d0f786b18674ef1fa21028611a4f2d16e

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7a0dc928f7b14afc407f8df118ec9b21b1433706067c912c9545163474865485
MD5 6cb4e9bf4a233b5d8c4aeb88b509d946
BLAKE2b-256 ea578fd197292d04ef8603646ad6828382ce4eadce82853896a13810d450348e

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ea9cddc6600e7e32c4c8c4d67c6632dee92cb3fe05894cffe97c10bfaea58615
MD5 5b74a4ff92b2556d914cc94a3964732e
BLAKE2b-256 ee5fdd1f4bbbccdac8c030b8315ff5910579f623b237c847bd4dd823880cd142

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b23264742da4986d02800fe46f4d2057d2c257e037bce64020ce43f4ac306ca
MD5 d1d10c8bdb8bad01174a2ec27deea1c8
BLAKE2b-256 5246c83896277036b1aa48e8c0cfe8d5e9134a0577bf4771175b8309edc56e59

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af7d5c0df02b5b9b3e36192a23ccf378f9b8accddb5c5704f911b9c1c7d23c10
MD5 7e6daa9777a66a243fec0a68beb1dd83
BLAKE2b-256 7e08af1987feab91c57f48e4c7916b48d9aab89aba25e422f2e606f41e3e332d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 12abfeeb56c61f5251f08e125adcfa132977ab4f7d641aab06460384f5e06706
MD5 82d7f107f0263ce6cc5cc2e69fb2762a
BLAKE2b-256 eb861634acba9bf4bbcc5a17ca4014440933cee5e1bc165203749736eba491a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b3f66b669fda32911c59315a8221ba778fd4f55e5805d86d0fcfcac5d5eed90
MD5 65d215e1cae7b76749ba24c752c3c2c8
BLAKE2b-256 18a0b6d269c0aca83f320892aa23cc6129ef0b2ed412798bf3a3746a2272ff4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 134.4 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 a9cb2894cbc02471cbac37387b2b256b5329b9dcde80189d9b5645029ec49fb1
MD5 4e79a1dd493bda261b51300d3b222d47
BLAKE2b-256 68c1b3a5c50292cbd81960c8a278ef2a18ac7e8050e7041221248a11ed9bdd12

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-win_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 144.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0e592d6d7a337f11d3b3e708ec43f33409c5fd1d17dce602e051189255556c5f
MD5 91bb6dfef493c462339c5397dc5c3df5
BLAKE2b-256 84ed6103d6853dfb60bd65742ad4d05e77bc0a9c9307735adeb7d4a27ef18192

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41ba2a46065fb06e52c612b8362563c14ee3b4a73754e88d22ec066117ddba74
MD5 233f50a633eae2858acb5a5c022f2eda
BLAKE2b-256 fd16b44fc0861b731fc3d7bd2efa3e999fd0d37e6f0ba0117c8c423018615725

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 664389ac52581a48290f66c3ecbeaf7388bb84e40e380e568542b848a3034f5b
MD5 778253ee2bea348d0c5ff6167fdd3306
BLAKE2b-256 a2358b25e385508940124e0fe87b244187fa8993d4d68f0cb9ceecb890ad21ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ff275debb6409bea566c9d5d61b543920892fc9fcac224d8ed30ff8e3a9181bc
MD5 98cf1a3b43baa896d513682cae8ea8f3
BLAKE2b-256 0c32e7e76f6014efd959ec37bc712cd1ca4cb34b599858eedce5d79762f6e588

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a1d0a98be589009f968b95c5a5625bddf806634853c806e1c93f6f91b8ba95c
MD5 21992acd359bb7baffa9ca3257117a84
BLAKE2b-256 48571bc91086fbdd8cbd60800682e07cd7795b8fd9bacbf331ec67ea64be6e16

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39c09cacc3026f7715d643e6d89d872edb1a479b8db7705a510cb81d50db21ff
MD5 34d3be621ed96fa71ccf03b2642cb7e1
BLAKE2b-256 2f21b21c9a4c1516abc91b087234fe59b764b20633c3904c0a3ae46113405d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 89eceafde2396bb53448a9e9d197e26eb8e2a1d89d26c53285456c112a0a6ad8
MD5 6bb6e0332edef8fa057efee7d47089d5
BLAKE2b-256 72dac9cb543dbdc5e34e21e4b5c5749c4fd83da2007e011b55efc7dc14a59af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c1c299172cc8da0a120fb5628adf1cf8baa7aefeb4626fadde8b04be35a04616
MD5 d18161899235c5e42ab1dd61197cff65
BLAKE2b-256 04b5f49ac04c07639b7bac9352b4b182e1cccc6512cd6c8254b5a08ca20ef545

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68556ec963bfafe7d10b5e4aad89ca152777240175192f7c4dfb4ef53adad4d1
MD5 7a26e741ca33b4bf08415ac15caee63d
BLAKE2b-256 c995737140a963ecce73df7d32ae94b80ab5f7907fd150343fee91d0729ea902

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c152aea9d68d4bf2e96fae34a213c688c696dd9579c43f65a484dee1cf9f0fe
MD5 21c75ba03aaf4f79def0c6c779f07be2
BLAKE2b-256 46570b3b140f63301db63ceedba535dc3b36e894e1226fa61c2904c97e08340a

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd19b757f430f33e0c678d0d4d06eb79cc42dca963fb77e28f80082107a136f6
MD5 7720f1fb1b61a35cdc4616ff6e72d2f7
BLAKE2b-256 4c6f1435bf69bd010c8ecfea8111852a8fb096403aef30dfe90c61b46c0d9166

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aeaa1a7d464c0af6af9beb5dfb7625922b125bc4636737f9315cc83baa77a5b2
MD5 3956dcc5a091bb11430ac8996184d28e
BLAKE2b-256 82bdfb3080fe85701d512dfa13e8f3a4b8d95e988f51509ebed3e3d4957821bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 dbdbec4aad4355d89c2cb0271cbd118bf5b32fa425c7977b4e569a5d5adbb9ce
MD5 440f83ba970539707b29b0946d8e7597
BLAKE2b-256 49a87b9a42050ca9520bd098c4bd2182257e7ea1546ba53561b53b5ec552437e

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: enciphers-0.1.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 146.6 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 17178648b0fb0af217ef9fcb7c4574c9da420760579b419d0e7bead2a287aeba
MD5 deb30fb5dadc2d29cd4d16a64a96a311
BLAKE2b-256 3f9e40de36f3e3e8d3c091928c246d1a0fc72e6161c918a61ddf8db324223de4

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0621758b22d93bc69106f086202794e7face6950ff86549831bb9d0412eb299
MD5 b08c80cc793de1c0d9b12f85a77bd513
BLAKE2b-256 6f01fc79b05004bfbcfb8a64aa4cbe7d69d0134b5242b4386de208a7593a76e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f83fd987df89999f40e79f26547558b27dd95d19f0f790e2b3cb42753e5d19de
MD5 a8db3bf2daad87344d2f97fd7bd9cee5
BLAKE2b-256 078bf7ccae940b04cdd0c695ce2e73c633b93ce26b38a68cc5c0cb8bf6df9c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d7d324f3e68a72ff7e859c07d230a53f615485c3b7583458bd6f953ea2164bce
MD5 e819d320b150df53b2bc9d4812679aa6
BLAKE2b-256 2587349148bfda0936287acb60553df5177ce86e94024dbd2c2f83622045fddb

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbf3d75da0de075df84b1b524822b082ad7749f63ff80adddf4b682114914136
MD5 d343a59f9d6cfc8ac3d388fabd402c9b
BLAKE2b-256 8aa45567d0c7e793f48b57ccac8e0f1e8a7a76c3df6617512d1dd44550a1564f

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72113f78ef9fc75122b33a5de4f9ece15c193a870dcf77ccd431077e5d329780
MD5 4ce4abfab97bd9e82fd6ac977f92e820
BLAKE2b-256 b799e5eb923795ecde9e81af2f7ab8e6383acb61b7f33fda25f0a7744d4ffdef

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6bdce7799581a6cbf2ebfd144f2c378ce95b70f26f3eb0251fd374596acf31df
MD5 2df6fa438280f37403c8d0ec26d6d4b6
BLAKE2b-256 011240192ffc4dac788fd204574e435bf0a9bd94d06e64b995e942d80048a3ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6fc07eebbca5a79382936feb20f55d54309bb584943f8755d1a49965ba9d0bd
MD5 5b5e3ae50de05094fc7dc83fee98e3a6
BLAKE2b-256 2ae414965c56bdf8d8a96a7790f8312e2f257867b1caf5c3be8f09d40f1ee015

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e2541f6e4119a1597d9593dea6a12d3d69d3bbfdf256f84e827a848ffae4a777
MD5 a814280e020a276a90f442f12d26055c
BLAKE2b-256 6708c5175b30342cba08b5e092c4abc18b03ad3dbd45b81346ff71665f5a7bdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c4470e60770963b2d2b1c004bd3be7d937473808af6b8a2a98b523f7e739dfc4
MD5 09d8e6c3fcc172c459d87c6a0e66baac
BLAKE2b-256 8a60a90fb820ccb2121bfc5623289d1c376fe77542a4f801ac10286a77904d7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aec624ccff5913b5f52fe78e1a043f485f052cc528c5d918a129592642aa137c
MD5 d2ce4a8922f0940fa95c9e2e925b001c
BLAKE2b-256 9a052dc4b857346b69582caaba8b1ef69a3461b03e2a665c121daba0aae60180

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c29279cb7d0cbe52055c3e990e669f1bd0be8407f6cd047fdc4d8e8c2da54b75
MD5 0392252f2307feb97da444a361594303
BLAKE2b-256 35ce46ee2eb1cf36600a85e283f16bc93d9be465612bbc2fc8134cf78f990d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file enciphers-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for enciphers-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a545b87faa5f0bf76812e354ff59e25c3d559d398368fe47568e40db3ce05d0c
MD5 03136750d76f17113f9b4af3247be7ff
BLAKE2b-256 c3f4498d76b9b0928f7334d4823c0a3762dade985cb07632217eae678615b039

See more details on using hashes here.

Provenance

The following attestation bundles were made for enciphers-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: CI.yml on mjlad/enciphers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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