Result for 09C3BF37C614AFFA611AB1C27782F06161A8DB5E

Query result

Key Value
FileNameusr/lib/python3.12/site-packages/Cryptodome/Hash/MD2.pyi
FileSize492
MD5F10197BB0FEF02A979F35CA65EF737B8
RDS:package_id304063
SHA-109C3BF37C614AFFA611AB1C27782F06161A8DB5E
SHA-256C1AEC6498529CCBDBBB28E18822244668D1D3B6D352B21CAF3B436D0FBE6F9B3
SHA-5129F87DFA8EC572F2E48AF019BC95CD85BF3CE9B0DDA4C3116F9A6E31CF4039CF612A38A64EFF4A2A26B86837AEA471B1AC756A0A28A23B8B4D3A08E2413C81BE6
SSDEEP12:1REYBjvIY3gnRBRTu1AwLsBwh54GLsbLsHcRRRv:1REgT3gRnTWAwLJjLcLag3v
TLSHT1AAF0E90C8A1BC6E2A238587406B14EB30F057593873F6070B57069A827EB4BC847D1A8
insert-timestamp1728991522.9495974
mimetypetext/x-python
sourcesnap:MZhNqq04Y1yzup4ZCsVhgBeWKdlvtBsL_39
tar:gnameroot
tar:unameroot
hashlookup:parent-total519
hashlookup:trust100

Network graph view

Parents (Total: 519)

The searched file hash is included in 519 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5FDEF55768EFA3E1CD879D27C92296C41
PackageArchx86_64
PackageDescriptionPyCryptodome 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.
PackageMaintainerFedora Project
PackageNamepython34-pycryptodomex
PackageRelease1.el7
PackageVersion3.9.7
SHA-10014023915DFC2700A488EE9DC3FBEE2569B9C6B
SHA-25636C0E2F5BFFA74D226DD560951F6414C747DA9BEC3B5842C15096D45B7215ED4
Key Value
SHA-1008A01FB4498D0D6765DF75B655F7BE3460D2F0C
snap-authoritycanonical
snap-filenameEH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74.snap
snap-idEH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74
snap-nameimpacket
snap-publisher-id0bzaPSIkN8wYz66wAtaMAog7IOXvOss9
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2022-09-16T14:59:35.421906Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/EH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74.snap
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//powerpc//py3-cryptodome-3.10.1.tgz
MD58E128CDA4B674D0C3FF31404A73E96D6
SHA-1024DC51AEF04A686D0D721BFE729CCE14C3353B4
SHA-2560EECB7B8EBC25160CA6139766CA5145693B1631BD3DA8679FFF65E559F5C763E
SSDEEP49152:yOjD02bugpqBvtsvUVzsMhsgDc4ccG9J+VIRlH5YVs3eU/:yOU2bhpuu8t7hRDyJ/rH5YVs9
TLSHT13385338A247DA18FA774ACD8FBA70E18946FC84305996D03A4BF96F59C4B3D6C0117E3
Key Value
MD5E80FA8FFEA130ABB157824E6FE021BC8
PackageArcharmv7hl
PackageDescriptionPyCryptodome is a self-contained Python package of low-level cryptographic primitives.
PackageMaintainerumeabot <umeabot>
PackageNamepython3-pycryptodomex
PackageRelease3.mga9
PackageVersion3.14.0
SHA-1025E0EA84F0268FB92303A879EB5C290D4B7FD0F
SHA-2564FCE23139C7F8D16B1D9E8596E56D604583354E70C26686F2ED85D130886BA87
Key Value
MD58F62EC756C229D45EB602943A20ACE57
PackageArchx86_64
PackageDescriptionPyCryptodomex is a self-contained Python package of low-level cryptographic primitives. Unlike PyCryptodome, it resides in its own namespace `Cryptodome`. PyCryptodome is 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 * First class support for PyPy * 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), SHA-512/t and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * Poly1305 MAC * ChaCha20-Poly1305 authenticated cipher * 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) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base PyCryptodomex 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.
PackageMaintainerhttps://www.suse.com/
PackageNamepython3-pycryptodomex
PackageRelease1.11
PackageVersion3.9.9
SHA-102A3DE273C8991509AB30EA2F9CE8BA9F48AEEC9
SHA-25609DEED08200672CEA33435B2FE897646E409FCAD7BB02BC2E45813852DA60D46
Key Value
MD514588F2B489FE3F9C4B9A5D2E1FA1C2C
PackageArchx86_64
PackageDescriptionPyCryptodomex is a self-contained Python package of low-level cryptographic primitives. Unlike PyCryptodome, it resides in its own namespace `Cryptodome`. PyCryptodome is 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 * First class support for PyPy * 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), SHA-512/t and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * Poly1305 MAC * ChaCha20-Poly1305 authenticated cipher * 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) * Simplified install process, including better support for Windows * Cleaner RSA and DSA key generation (largely based on FIPS 186-4) * Major clean ups and simplification of the code base PyCryptodomex 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.
PackageNamepython3-pycryptodomex
PackageRelease2.1
PackageVersion3.12.0
SHA-102BA52B326BD289B276BC7B49F518CAD871382AE
SHA-256B4471A758D4E85AF8291EA5A5CD32C62084BEB3F9E1367AC1CE50B8F6DDEADE8
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64//py-cryptodome-3.9.8.tgz
MD5FED7BD2942FAC7EA5E1FA6B57188BB39
SHA-102DF444F8A819297E1CFCF19A97B757C9E79427E
SHA-256CA96738DE3DB9E434149F1AF9E808158A19E1835B2F88255F0FEC0E92D734DA8
SSDEEP393216:nBgAkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2exD:njkoSGvI2XIpLqisy2m
TLSHT1FCD633C74133403FA5E269B408ACAC4D3EF7699C1BCFCE2C6304A766329EE495165ED6
Key Value
MD5CCD0A28F7E6FF064C805CA3EC8F286EA
PackageArchx86_64
PackageDescriptionPyCryptodome is a self-contained Python package of low-level cryptographic primitives. PyCryptodome is a fork of PyCrypto, residing in the `Crypto` namespace for better drop-in compatibility, while 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 * First class support for PyPy * 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), SHA-512/t and BLAKE2 hash algorithms * Salsa20 and ChaCha20 stream ciphers * Poly1305 MAC * ChaCha20-Poly1305 authenticated cipher * 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) * Simplified install process, including better support for Windows * 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.
PackageNamepython3-pycryptodome
PackageReleaselp151.41.2
PackageVersion3.9.9
SHA-10335FD767E8E439AB28AB17D22BD00C290644EF0
SHA-2568AF687ACF8D8FE395DF38E9CA1939FAAE406A5C5CFBF7DF29D2394E5515BFC81
Key Value
SHA-103C452D4BE2196C0F679941ABDB9D9D467EF68E8
snap-authoritycanonical
snap-filenameBYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589.snap
snap-idBYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589
snap-namehome-assistant-snap
snap-publisher-idZgwwrb2vssjDtam8qFmo4ezg3koyPPyQ
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2022-01-14T16:38:28.794566Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589.snap
Key Value
FileSize9957340
MD54343ABD7BCDB74F4DB74A87F5F2815FE
PackageDescriptioncryptographic Python library (Python 3) PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . PyCryptodome is 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 * First class support for PyPy * 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) * Simplified install process, including better support for Windows * 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. . This is the Python 3 version of the package.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-pycryptodome
PackageSectionpython
PackageVersion3.9.7+dfsg1-1+b2
SHA-103F0FF0142E096DC5A1B693E96F0CA78BE45A4B7
SHA-2564BFBF11471061795FFD1F49325E5EEA7F8193774BCEE6CF54FAF3E7FDDD64070