Key | Value |
---|---|
FileName | ./usr/share/doc/packages/python3-pycryptodomex/AUTHORS.rst |
FileSize | 735 |
MD5 | 71E5C6CBBFD795B9E3AB9B0B916AE2FE |
RDS:package_id | 294806 |
SHA-1 | 0844FAED18625534F7196CB603AA4F12B61E0997 |
SHA-256 | E00791BCC3E1412AB065C5DA89C5F752FE8CCF253DF2037150D710B04E9788D8 |
SHA-512 | 4BCC5E115BB2A35554959C06DBE3503C83D0385FF1C87601E733EEF60DCCB86A205FF989A5FDFB93015134FB6EE6D81ECF7082F670EF51EAD7896AF0AA470B8A |
SSDEEP | 12:7tVsnVe0u8P5K1CPpRIP5WsFTrPiXpbuvIy2e83mjEQcUcZVeAolHJeZpeoxRp3p:7zs9h4yWkcTraXpbul9t6fOHwZYCRboo |
TLSH | T12001651DBD951126D99B47E80C870C22EAAEF9628C70398AC53A53523B53B198ECCA05 |
insert-timestamp | 1728980966.6883402 |
mimetype | text/plain |
source | snap:GhcPmkNNyI2NORCAAdqEG0R303ITAhO9_545 |
tar:gname | default |
tar:uname | default |
hashlookup:parent-total | 106 |
hashlookup:trust | 100 |
The searched file hash is included in 106 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | FDEF55768EFA3E1CD879D27C92296C41 |
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 | python34-pycryptodomex |
PackageRelease | 1.el7 |
PackageVersion | 3.9.7 |
SHA-1 | 0014023915DFC2700A488EE9DC3FBEE2569B9C6B |
SHA-256 | 36C0E2F5BFFA74D226DD560951F6414C747DA9BEC3B5842C15096D45B7215ED4 |
Key | Value |
---|---|
MD5 | 8F62EC756C229D45EB602943A20ACE57 |
PackageArch | x86_64 |
PackageDescription | PyCryptodomex 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. |
PackageMaintainer | https://www.suse.com/ |
PackageName | python3-pycryptodomex |
PackageRelease | 1.11 |
PackageVersion | 3.9.9 |
SHA-1 | 02A3DE273C8991509AB30EA2F9CE8BA9F48AEEC9 |
SHA-256 | 09DEED08200672CEA33435B2FE897646E409FCAD7BB02BC2E45813852DA60D46 |
Key | Value |
---|---|
MD5 | CCD0A28F7E6FF064C805CA3EC8F286EA |
PackageArch | x86_64 |
PackageDescription | PyCryptodome 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. |
PackageName | python3-pycryptodome |
PackageRelease | lp151.41.2 |
PackageVersion | 3.9.9 |
SHA-1 | 0335FD767E8E439AB28AB17D22BD00C290644EF0 |
SHA-256 | 8AF687ACF8D8FE395DF38E9CA1939FAAE406A5C5CFBF7DF29D2394E5515BFC81 |
Key | Value |
---|---|
MD5 | F3AC3C402176F98BCA55288D46BD2C34 |
PackageArch | x86_64 |
PackageDescription | PyCryptodome 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. |
PackageName | python2-pycryptodome |
PackageRelease | lp151.2.1 |
PackageVersion | 3.8.2 |
SHA-1 | 0B68F49A65A880331976F7A08B3B9940CAA9A4D8 |
SHA-256 | 475E957531887F4F5C0C58813E1ED7A7A00E47946587DE533D34B27B489EE54F |
Key | Value |
---|---|
MD5 | 0E46E8ABEEAB2EDBB9ECC0891A1A55BF |
PackageArch | s390x |
PackageDescription | PyCryptodome 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. |
PackageName | python3-pycryptodome |
PackageRelease | 1.32 |
PackageVersion | 3.9.0 |
SHA-1 | 1115B1FCF11E7E7EF2E560E56D1D5E37D9B73B57 |
SHA-256 | 83BBF547A35446CB1DF676DD7D957C3A733430C0F5A687826989EFE6D4F2229C |
Key | Value |
---|---|
MD5 | 8D0BAC7938445FF73B79506CCA24BEC7 |
PackageArch | x86_64 |
PackageDescription | PyCryptodome 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. |
PackageName | python2-pycryptodome |
PackageRelease | 2.1 |
PackageVersion | 3.9.7 |
SHA-1 | 12513566F8877B6D2C7DD69D79DC406277CC25D2 |
SHA-256 | 7157CA07BE08489EF9F400DC6A1ADD67652DF4DDF83F2EBE389A2B7A6A694411 |
Key | Value |
---|---|
SHA-1 | 135E6F26E3B94B411DAEDA8B67CE5DA7D37D04ED |
snap-authority | canonical |
snap-filename | PDs0gdNmphoAllZ4d3qAuDmaKrEHyrWf_2.snap |
snap-id | PDs0gdNmphoAllZ4d3qAuDmaKrEHyrWf_2 |
snap-name | crossbarfx-pypy |
snap-publisher-id | Wtpsanth6CVx0Hz9w8H6T9GOFChVky8l |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-03-03T23:30:12.325107Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/PDs0gdNmphoAllZ4d3qAuDmaKrEHyrWf_2.snap |
Key | Value |
---|---|
FileName | https://gbdi-packages.jsonar.com/rhel7.x_IBM_Guardium_big_data_security_installer_4.5.a.tar.gz |
MD5 | DBCEB0AEF732E9D31C5FFB2E8420429E |
SHA-1 | 15679AD0960CA9070884097FE9BA2ECC38783A3B |
SHA-256 | 925C1C1255FFFBFD89E12652B8EB16DC34A0D2D3A4D4387D0FB9578E843D709C |
SSDEEP | 50331648:lId4+316bTds+Nw09TDqqheBqLnXqNVkHLm2rUbsrc8WbGibv5VPBaxbeY44c:lIdD316/WBcbheBqLnXKSHHU+cdGijPz |
TLSH | T1084A8899F4B0A5CFA426F53A5B90FFF252B0507296F6CC32E329034B51C77D03AA6859 |
Key | Value |
---|---|
MD5 | A4F80167949BC88B04D54F135F8CE769 |
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 | python3-pycryptodomex |
PackageRelease | 1.el8 |
PackageVersion | 3.9.7 |
SHA-1 | 1659FB74E553FAE7AFCC5BD0BE536F0CDCAC7E59 |
SHA-256 | 3B555712C6452AA024AA55BE17AFEDCC44F6C944DCCBB5F45E2738C232F84A0B |
Key | Value |
---|---|
SHA-1 | 18620D8F2991BCF43E37A434F9FFA5134D275E72 |
snap-authority | canonical |
snap-filename | HG864Qacf76Hw9ngat7CzhpCGRSrwuQM_97.snap |
snap-id | HG864Qacf76Hw9ngat7CzhpCGRSrwuQM_97 |
snap-name | brainframe-client |
snap-publisher-id | I0o75TR8GROiW0mSPVLjD9rn11RhhcUA |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-09-24T22:30:06.154536Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/HG864Qacf76Hw9ngat7CzhpCGRSrwuQM_97.snap |