Key | Value |
---|---|
FileName | test_DSA.py |
FileSize | 9354 |
MD5 | 09B556175A63A02D113F59C56632AEBD |
RDS:package_id | 294806 |
SHA-1 | 004ADEC06AC1353E0A6C74F7DD5128D9877B04BB |
SHA-256 | 77F6D99BF9A4AC821F1E758FA7D74100B92F4B2A1DAB56F9FC2ABE7504252BC7 |
SSDEEP | 192:newNQHdFy6MAJAvsCUJ1OJkL2SyThzZYfc:egoE6Mj0CUJ1OJkL2Xx |
TLSH | T15A12D84295934C962343DDE66047B40B2A5F590368EDD42B35FC856A2F22F38E6E6CF4 |
insert-timestamp | 1696437370.933075 |
source | db.sqlite |
hashlookup:parent-total | 20 |
hashlookup:trust | 100 |
The searched file hash is included in 20 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 80CA16E6D2883DE140BB92D94AF33D47 |
PackageArch | aarch64 |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | wally <wally> |
PackageName | python2-pycryptodomex |
PackageRelease | 1.mga7 |
PackageVersion | 3.8.1 |
SHA-1 | 072C3CAB3648260F00EA4160DFA720815379697B |
SHA-256 | 7B8B4F8EAA67F269F3DDF225C03D8EDD9C8250D7E365D1F11BFA42114BCE6001 |
Key | Value |
---|---|
MD5 | E6A28A2EC67EA29548846FCD4AECCAFC |
PackageArch | x86_64 |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | wally <wally> |
PackageName | python3-pycryptodomex |
PackageRelease | 1.mga7 |
PackageVersion | 3.8.1 |
SHA-1 | 1A80913C910CD9545D826FF994EB0EC3F9D7F0D2 |
SHA-256 | B484D32F3862FA3EAB34E9D4EE4150E6F0D78E4C18148B47573BDEF5B46C53AF |
Key | Value |
---|---|
MD5 | E7C2DB27802F861D078B63BF0FFED457 |
PackageArch | armv7hl |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | wally <wally> |
PackageName | python3-pycryptodomex |
PackageRelease | 1.mga7 |
PackageVersion | 3.8.1 |
SHA-1 | 1E726F74E08D31676C7F7E5CE5A7E582B5DE99F9 |
SHA-256 | 90B0C1D4584C0AE1C50D968024CD10F96D5B0CB87445DD155C7DFB2783FDC9C3 |
Key | Value |
---|---|
MD5 | 2098ACC3A30F1926E780B84A4D06D195 |
PackageArch | ppc64 |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python2-pycryptodomex |
PackageRelease | 2.el7 |
PackageVersion | 3.7.3 |
SHA-1 | 210573F667789E53BBBB41DE0D691C11E230FB8E |
SHA-256 | 9661A9F537741C22153BDF8151E6E9FFB3D876537B418D78B2258889C71F46F0 |
Key | Value |
---|---|
MD5 | 23E2A1975AF4A0D3A45479B4E33756EA |
PackageArch | x86_64 |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | wally <wally> |
PackageName | python2-pycryptodomex |
PackageRelease | 1.mga7 |
PackageVersion | 3.8.1 |
SHA-1 | 2B3213D87A1223418B1575932697B86E3CDB8725 |
SHA-256 | AA307DB015311FD18B7781FB9BE8C4ED9833B512834C00A76D72172C83AE6F62 |
Key | Value |
---|---|
MD5 | D543FA2C7CD9C521E08B36E9CA5AF48A |
PackageArch | ppc64le |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python34-pycryptodomex |
PackageRelease | 2.el7 |
PackageVersion | 3.7.3 |
SHA-1 | 2E174D7ECF090571A46D7C397DA699AD457CF72E |
SHA-256 | A103D0CB0651E1E70F4B2F371237E071333C00E05CF0B1B3FD2A49566D8234C7 |
Key | Value |
---|---|
MD5 | 6D89B8F779F76CC6D8AF4E9955FE18C0 |
PackageArch | aarch64 |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python36-pycryptodomex |
PackageRelease | 2.el7 |
PackageVersion | 3.7.3 |
SHA-1 | 4287903A1DA59AF316CC108A09DF1C62B2AC3085 |
SHA-256 | C47401BDC5360B7B7B3FB7A547CBE92226A02968E2F925FEE35A730DD5D942B6 |
Key | Value |
---|---|
MD5 | B7EBB9A89D9FABB5D5704F5174548F22 |
PackageArch | ppc64 |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python34-pycryptodomex |
PackageRelease | 2.el7 |
PackageVersion | 3.7.3 |
SHA-1 | 5B5BA92D89E9CD2BAF303BFB57037A7B87EF17A9 |
SHA-256 | 3E8503A97664D31B7CCB20AF0EB67892589D840DFD800FC758D3CF8C9F023A85 |
Key | Value |
---|---|
MD5 | 7E689F50CCEEDE1E8BDC205403AD7B08 |
PackageArch | x86_64 |
PackageDescription | 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. |
PackageMaintainer | Fedora Project |
PackageName | python36-pycryptodomex |
PackageRelease | 2.el7 |
PackageVersion | 3.7.3 |
SHA-1 | 6072A687AB289EB12BEEE2A9854EC3AE55196BB8 |
SHA-256 | 9D418AB4359FCCF72DB8CC769ABD54BABECF116DB59FE7758AF245F9EBE9CC79 |
Key | Value |
---|---|
MD5 | 3A10B996439D920040E45DFC1E253441 |
PackageArch | i586 |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | wally <wally> |
PackageName | python3-pycryptodomex |
PackageRelease | 1.mga7 |
PackageVersion | 3.8.1 |
SHA-1 | 6EBE56DE48A6B904EA0D735679E1786C0766175C |
SHA-256 | 463B790C28E1DC83B4408252A669CACCFD8C4A0CEF637E96267F697AE17934CC |