Linux workstation

Fedora 44 native package

python3-pycryptodomex

A self-contained cryptographic library for Python

Packages / Fedora 44 / Unspecified / python3-pycryptodomex

[Source: python-pycryptodomex]

Package: python3-pycryptodomex

External Resources:

Homepage: [www.pycryptodome.org]

Similar packages:

A self-contained cryptographic library for Python

PyCryptodome is a self-contained Python package of low-level cryptographic primitives. It's a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1), for instance: * Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB) * Accelerated AES on Intel platforms via AES-NI * Elliptic curves cryptography (NIST P-256 curve only) * Better and more compact API (nonce and iv attributes for ciphers, automatic generation of random nonces and IVs, simplified CTR cipher mode, and more) * SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * scrypt and HKDF * Deterministic (EC)DSA * Password-protected PKCS#8 key containers * Shamir's Secret Sharing scheme * Random numbers get sourced directly from the OS (and not from a CSPRNG in userspace) * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base PyCryptodome is not a wrapper to a separate C library like OpenSSL. To the largest possible extent, algorithms are implemented in pure Python. Only the pieces that are extremely critical to performance (e.g. block ciphers) are implemented as C extensions. Note: all modules are installed under the Cryptodome package to avoid conflicts with the PyCrypto library.

No published records match this suite and architecture filter.

Package file paths (655)

Showing the first 250 sorted package-associated paths. Use file search to locate a specific path.

  • /usr/lib64/python3.14/site-packages/Cryptodome
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/AES.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/AES.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ARC2.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ARC2.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_ARC4.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ARC4.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ARC4.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/Blowfish.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/Blowfish.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/CAST.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/CAST.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_chacha20.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ChaCha20_Poly1305.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ChaCha20_Poly1305.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ChaCha20.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/ChaCha20.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/DES3.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/DES3.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/DES.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/DES.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_EKSBlowfish.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_EKSBlowfish.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__init__.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__init__.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_cbc.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_cbc.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ccm.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ccm.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_cfb.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_cfb.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ctr.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ctr.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_eax.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_eax.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ecb.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ecb.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_gcm.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_gcm.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_kwp.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_kw.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ocb.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ocb.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ofb.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_ofb.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_openpgp.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_openpgp.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_siv.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_mode_siv.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_pkcs1_decode.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_pkcs1_oaep_decode.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/PKCS1_OAEP.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/PKCS1_OAEP.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/PKCS1_v1_5.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/PKCS1_v1_5.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/AES.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/AES.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ARC2.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ARC2.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ARC4.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ARC4.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/Blowfish.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/Blowfish.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/CAST.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/CAST.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ChaCha20.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ChaCha20.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ChaCha20_Poly1305.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/ChaCha20_Poly1305.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/DES3.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/DES3.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/DES.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/DES.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_EKSBlowfish.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_EKSBlowfish.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/__init__.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/__init__.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_cbc.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_cbc.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ccm.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ccm.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_cfb.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_cfb.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ctr.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ctr.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_eax.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_eax.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ecb.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ecb.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_gcm.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_gcm.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_kw.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_kw.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_kwp.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_kwp.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ocb.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ocb.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ofb.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_ofb.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_openpgp.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_openpgp.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_siv.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_mode_siv.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/PKCS1_OAEP.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/PKCS1_OAEP.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_pkcs1_oaep_decode.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/_pkcs1_oaep_decode.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/PKCS1_v1_5.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/PKCS1_v1_5.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/Salsa20.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/__pycache__/Salsa20.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_aes.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_aesni.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_arc2.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_blowfish.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_cast.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_cbc.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_cfb.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_ctr.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_des3.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_des.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_ecb.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_eksblowfish.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_ocb.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_raw_ofb.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/_Salsa20.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/Salsa20.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Cipher/Salsa20.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_BLAKE2b.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/BLAKE2b.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/BLAKE2b.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_BLAKE2s.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/BLAKE2s.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/BLAKE2s.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/CMAC.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/CMAC.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/cSHAKE128.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/cSHAKE128.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/cSHAKE256.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/cSHAKE256.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_ghash_clmul.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_ghash_portable.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/HMAC.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/HMAC.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__init__.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__init__.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KangarooTwelve.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KangarooTwelve.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_keccak.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/keccak.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/keccak.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KMAC128.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KMAC128.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KMAC256.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/KMAC256.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_MD2.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD2.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD2.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_MD4.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD4.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD4.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_MD5.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD5.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/MD5.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_poly1305.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/Poly1305.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/Poly1305.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/BLAKE2b.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/BLAKE2b.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/BLAKE2s.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/BLAKE2s.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/CMAC.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/CMAC.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/cSHAKE128.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/cSHAKE128.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/cSHAKE256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/cSHAKE256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/HMAC.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/HMAC.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/__init__.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/__init__.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KangarooTwelve.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KangarooTwelve.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/keccak.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/keccak.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KMAC128.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KMAC128.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KMAC256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/KMAC256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD2.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD2.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD4.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD4.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD5.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/MD5.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/Poly1305.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/Poly1305.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/RIPEMD160.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/RIPEMD160.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/RIPEMD.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/RIPEMD.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA1.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA1.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA224.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA224.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_224.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_224.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_384.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_384.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_512.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA3_512.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA384.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA384.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA512.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA512.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHA.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHAKE128.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHAKE128.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHAKE256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/SHAKE256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TupleHash128.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TupleHash128.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TupleHash256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TupleHash256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TurboSHAKE128.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TurboSHAKE128.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TurboSHAKE256.cpython-314.opt-1.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/__pycache__/TurboSHAKE256.cpython-314.pyc
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_RIPEMD160.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/RIPEMD160.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/RIPEMD160.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/RIPEMD.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/RIPEMD.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_SHA1.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/SHA1.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/SHA1.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_SHA224.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/SHA224.py
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/SHA224.pyi
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/_SHA256.abi3.so
  • /usr/lib64/python3.14/site-packages/Cryptodome/Hash/SHA256.py

Use this package

OpenFactory can boot this operating system in a browser VM, or start a build that includes the native package name from this record.

Versions, suites, and repositories

Each row is recorded package-index metadata for one version, architecture, suite, and repository. Names, URLs, and sizes are source-reported; a link is a potentially mutable retrieval location, not an OpenFactory redistribution claim or proof that OpenFactory retained the artifact bytes.

No published records match this suite and architecture filter.

Checksums and observation dates

For an APT source, signature verification authenticates the repository metadata chain and the Packages index containing this source-reported artifact digest. It does not certify package safety.

Catalog record completeness

The completeness score measures metadata coverage, not software quality, security, compatibility, or suitability.

Summary and description
25/25
Artifact path and source digest
25/25
Dependency metadata
15/15
Package-file index
15/15
Homepage
5/5
License text
5/5
Source package or maintainer
10/10

Recorded total: 100/100

Field source: Fedora 44 Everything aarch64 revision 44-everything-aarch64:ad124f8125666e9059d7a8180427bdaea80f6286f71140457e5c7edd95883eee, Fedora 44 Everything x86_64 revision 44-everything-x86_64:da3845427d188097f6fd71b417a039bdfb8efefc4f38ca44b5cbb94f95a18991. The cross-OS mapping is catalog-derived from the source-reported homepage; it does not establish authorship or publisher identity

Sources and provenance

Field-source links above resolve here. Each source entry names the metadata publisher, trust tier, exact snapshot revision, signature result, and observation time; catalog-derived mappings are labeled separately.

  • Authoritative source; repository metadata signature verified, revision 44-everything-aarch64:ad124f8125666e9059d7a8180427bdaea80f6286f71140457e5c7edd95883eee

    Signature verification covers the configured repository metadata chain. It does not certify that the package is safe or suitable.

    Repository-signature verification record
    Signed-object SHA-256
    236514c32119ab3c85b81fbb9e5e9d92b07aeba0d19d64c9b4fc9117a1863769
    Signer fingerprint
    Not recorded
    Keyring revision
    RPM-GPG-KEY-fedora-44-primary
    SHA-256 93642aec521a1e5e96dd715f7ae0ec0850ebc9de09a94ce03cae5263f26cc18a
    Tool and policy
    1
    openfactory-software-catalog-signature-v1
    Verification time
    Sep 1, 2026
    Signed Release → package-index hash linkage

    Path: Not recorded
    Expected SHA-256: Not recorded
    Observed SHA-256: Not recorded
    Result: match verified

  • Authoritative source; repository metadata signature verified, revision 44-everything-x86_64:da3845427d188097f6fd71b417a039bdfb8efefc4f38ca44b5cbb94f95a18991

    Signature verification covers the configured repository metadata chain. It does not certify that the package is safe or suitable.

    Repository-signature verification record
    Signed-object SHA-256
    1300b99ac5d04b5561ad901320c8bd59ed1553f4971c3ce2ca48c40242c66676
    Signer fingerprint
    Not recorded
    Keyring revision
    RPM-GPG-KEY-fedora-44-primary
    SHA-256 93642aec521a1e5e96dd715f7ae0ec0850ebc9de09a94ce03cae5263f26cc18a
    Tool and policy
    1
    openfactory-software-catalog-signature-v1
    Verification time
    Sep 1, 2026
    Signed Release → package-index hash linkage

    Path: Not recorded
    Expected SHA-256: Not recorded
    Observed SHA-256: Not recorded
    Result: match verified