Result for 0338E3624D2F3814B4FF56094AD27BEDED72854B

Query result

Key Value
FileName./usr/lib64/python3.6/site-packages/Cryptodome/SelfTest/Cipher/test_vectors/wycheproof/rsa_oaep_4096_sha256_mgf1sha1_test.json
FileSize48665
MD5344AD87760624F050A098813C17829AF
RDS:package_id298503
SHA-10338E3624D2F3814B4FF56094AD27BEDED72854B
SHA-25658D231AA31509C408CFAAD05A86047314F14A977DF62E9EB803B56177CF561DF
SHA-512FD8F4E46620D396103FF88F83E569D52722AAF340CE7E6E376F6B193D44B8ED1AAB6D91D711488A25DBA3A1598AF6E39A54C8AC20F03633C3C2A8E346346F3A5
SSDEEP768:/jYpIslXkMnpIOJutJ4giHQK7UQLMwTKQjgWWA2gDS9UIHGwFhMpS8CWJKlKtKO:8TlUMnBJgJ4DwmwajtV2gubhMJcQb
TLSHT191233AB8E5141DD2E14A15B694CAB48542B33F53DFC9788C372CBBCE0F9E66A9D32418
insert-timestamp1700710492.6210575
mimetypetext/plain
sourcesnap:zVifQjZ4ytC3irlbdcQxLHuGPpsUPOby_11
tar:gnameroot
tar:unameroot
hashlookup:parent-total145
hashlookup:trust100

Network graph view

Parents (Total: 145)

The searched file hash is included in 145 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
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//sparc64//wycheproof-testvectors-20191219.tgz
MD5D7701A9AE93AE90F24B552566829B840
SHA-101F8946F06CF2B360ED7F5801C9F621BB7BA482D
SHA-2567FAB0662D1B1A38C996B04133AF89E16F30B5D7D26F6F81DA571504134F3FE44
SSDEEP196608:63gxF6077hiFqcNBCdhnCUcESo/WgDMaOz30k+367At/RjK8A:AgxKq6oLzVenz3y3iA/Rw
TLSHT11D9633C659FBFE75B036A3A9461A1FF8019C8AC773C5FA453DE98C80A4492285F5ED03
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//mips64//wycheproof-testvectors-20191219.tgz
MD56E7A10E034570BEB574871BF6A92A71F
SHA-1023286A4043524451ABE0DF581727E39B4C7CD51
SHA-256ADEE26E762CE8E5DBF69A11FEC4F917BDFFA66029B1F5263D7DEA6826E67BA89
SSDEEP196608:0xF6077hiFqcNBCdhnCUcESo/WgDMaOz30k+367At/RjK8A:0xKq6oLzVenz3y3iA/Rw
TLSHT1879633C659FBFE74B03693A9462E1FF8419C86C773C5BA493DE98D40A4492285B2ED03
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
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
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
Key Value
MD5088516AF32F5A7AB4006B0063BA4AAFD
PackageArcharmv7hl
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. This package provides the PyCryptodome test suite module (Cryptodome.SelfTest).
PackageMaintainerFedora Project
PackageNamepython3-pycryptodomex-selftest
PackageRelease1.fc32
PackageVersion3.9.7
SHA-1104F42881E1EC1296CD29B02BDB8ECD73D99480A
SHA-2565D1B174FABBA1B5298B741CFE84AEFDD7D4CE1FAFD6734159242D6ABA5BC51CD