Result for 02EFBECBAD973D1C1EA2B8261841C35BE884C495

Query result

Key Value
FileName./usr/lib64/python3.6/site-packages/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der
FileSize72
MD566798728D4FD154EA90C669038E967D4
RDS:package_id298501
SHA-102EFBECBAD973D1C1EA2B8261841C35BE884C495
SHA-256E3482D87782C6BE303CE9137A016F33547864FAC36C541E7189AFA3051CF3E9D
SHA-512DB5E7C507E07FD265DC95CD68DCAC4D277B907A7F4543F96FCA80B0ED3D3E34FCE23DCA04E773A2312763B37CEC8DF066E655067AEED21A56D5C563218436DE8
SSDEEP3:ijQb/gmS9hvNkgY4JOjv89gpnWn:i8bK/VJ0ppWn
TLSHT191A002758260145159A3C4D85970A55684442A522055594701444AFD5651DD5315AD25
insert-timestamp1700710489.640044
mimetypeapplication/octet-stream
sourcesnap:zVifQjZ4ytC3irlbdcQxLHuGPpsUPOby_11
tar:gnameroot
tar:unameroot
hashlookup:parent-total177
hashlookup:trust100

Network graph view

Parents (Total: 177)

The searched file hash is included in 177 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
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
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
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
Key Value
MD580CA16E6D2883DE140BB92D94AF33D47
PackageArchaarch64
PackageDescriptionPyCryptodome is a self-contained Python package of low-level cryptographic primitives.
PackageMaintainerwally <wally>
PackageNamepython2-pycryptodomex
PackageRelease1.mga7
PackageVersion3.8.1
SHA-1072C3CAB3648260F00EA4160DFA720815379697B
SHA-2567B8B4F8EAA67F269F3DDF225C03D8EDD9C8250D7E365D1F11BFA42114BCE6001
Key Value
SHA-10ACE2483E04E1797CE6B4423A139F47D3854C660
snap-authoritycanonical
snap-filenameqBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap
snap-idqBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287
snap-namefiduswriter
snap-publisher-id3dCKlYyw4k1ES61fjMf9ah5RxBadHm6Y
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-07-09T07:50:31.154781Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/qBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap
Key Value
FileSize9959420
MD5DC357D3B61861D6BEF58A04CBCFC38FE
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-10B2A63EED479B5244222E7D07B49DA021732D0D8
SHA-2568C3B9E36A27E783237ED07EF230FF1A8791F8DE77AB21FCDAF553B26478A829C
Key Value
MD5F3AC3C402176F98BCA55288D46BD2C34
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.
PackageNamepython2-pycryptodome
PackageReleaselp151.2.1
PackageVersion3.8.2
SHA-10B68F49A65A880331976F7A08B3B9940CAA9A4D8
SHA-256475E957531887F4F5C0C58813E1ED7A7A00E47946587DE533D34B27B489EE54F
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64el//py-cryptodome-3.9.8.tgz
MD5021AE93DFE5882AA2B8E93EC35381C50
SHA-10D5649FE03864683649E344DC9E732070AF657C0
SHA-25689AC3D86511640E041331632C0EBEC5C1F086E0C894E190385BBEE6E1DE8349F
SSDEEP393216:a+tvkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2edD:a+tvkoSGvI2XIpLqisy2m
TLSHT1FFD633C68133502F65D16DB10878EC8D3BF32D992FCF8B2CA709AA97220FA456455FD6