Key | Value |
---|---|
FileName | ./usr/lib/python2.7/dist-packages/Cryptodome/SelfTest/Util/test_strxor.py |
FileSize | 3468 |
MD5 | 365F91199D87E62D2F6E0AAB45DB89CE |
SHA-1 | 07AA363D3DFFDB8FF136133800E1D60BC2409D40 |
SHA-256 | A399B4731BA91219A0F652A9B2EDAC43F63D3EC80EA85ACC73125044F21A37AA |
SHA-512 | 4E39F20983E968746B42A4C057BEB258B9FB99E65D51A9FAE9184E956A45236883BCB843696E4E2843261505E672C247BCBC20AEFE291E6E49F4DEB72712F4CC |
SSDEEP | 48:CkODrYJrYrYJoGCg43rxIZs3EqZ13o9sYYHuUAOoWIpIHHmafaEa:CNDrYJrYrYJoGE3rSUj8YxALWbHHnfc |
TLSH | T1F061411B5E879A93E7A3DAC010974B2E720FE61B59015C08F47C92E46BA373CD4E78A0 |
insert-timestamp | 1728231857.9532278 |
mimetype | text/plain |
source | snap:2tCYMw8ALdLYBYzpQohEIOVhkCWCpKEA_21 |
hashlookup:parent-total | 42 |
hashlookup:trust | 100 |
The searched file hash is included in 42 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
SHA-1 | 004C60A3C2B04825A4E969FDA01D3266BCDC553E |
snap-authority | canonical |
snap-filename | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1513.snap |
snap-id | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1513 |
snap-name | tautulli |
snap-publisher-id | rJ5zHFdz617M7M6WwRPg51VYXaJSHzCA |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-12-17T21:04:01.779020Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1513.snap |
Key | Value |
---|---|
FileSize | 4764522 |
MD5 | BF86F31077218A225FA6FFAF5F220FEA |
PackageDescription | cryptographic 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. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python3-pycryptodome |
PackageSection | python |
PackageVersion | 3.4.7-1~bpo9+1 |
SHA-1 | 00BB2EA84F5FDE34F3A2A4DAD28FA64118B80781 |
SHA-256 | 2262C492FA5FC051D33DF57E27193978AFA68FD3FBC1D23F2CC4752508CA89DE |
Key | Value |
---|---|
SHA-1 | 168115BF18E8F9A0531410A038A3BB03E7202CA6 |
snap-authority | canonical |
snap-filename | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1516.snap |
snap-id | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1516 |
snap-name | tautulli |
snap-publisher-id | rJ5zHFdz617M7M6WwRPg51VYXaJSHzCA |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-12-17T21:04:01.779020Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1516.snap |
Key | Value |
---|---|
MD5 | 5A7662EB3A67CD93BF43B159C64A4A0E |
PackageArch | x86_64 |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. * 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 |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | python3-pycryptodomex |
PackageRelease | lp150.1.4 |
PackageVersion | 3.4.6 |
SHA-1 | 18FF542F2F40C63C2F581EECCFCC0A1AA2603EDF |
SHA-256 | BAA1EE09D46A45DEF7A676AA4CD2F90707B1DD5AB1D08497670103CA938F3456 |
Key | Value |
---|---|
SHA-1 | 1BA6A649700219ADFF019572C14289D10C780877 |
snap-authority | canonical |
snap-filename | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1076.snap |
snap-id | 87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1076 |
snap-name | tautulli |
snap-publisher-id | rJ5zHFdz617M7M6WwRPg51VYXaJSHzCA |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-12-17T21:04:01.779020Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/87nLVs0zl6gEBcvpqfiVppn0sp9uha9W_1076.snap |
Key | Value |
---|---|
FileSize | 4755600 |
MD5 | 3C2C57BE978A13EC0A1DA216AB64C6CC |
PackageDescription | cryptographic Python library (Python 2) 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 2 version of the package. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python-pycryptodome |
PackageSection | python |
PackageVersion | 3.4.7-1~bpo9+1 |
SHA-1 | 3A9CB013F7B3EC1DF755D6D89D17F44059B7ECA9 |
SHA-256 | 82C198ED2D7E2DE04F0A8A6DF2C1B5FF28BAD38DE2203238EF0575DB7334EE80 |
Key | Value |
---|---|
SHA-1 | 3DBE7858C4DBD5D14BDE75673C8AE77356F97A5A |
snap-authority | canonical |
snap-filename | S7CvvHEtwrCwb8100ZUZ3i3aUwqxxTTt_4.snap |
snap-id | S7CvvHEtwrCwb8100ZUZ3i3aUwqxxTTt_4 |
snap-name | calculate-cord-run |
snap-publisher-id | IaAfE0nYs0BkiLlvtEr2DzJzeGZF2LVf |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-11-02T07:58:07.642999Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/S7CvvHEtwrCwb8100ZUZ3i3aUwqxxTTt_4.snap |
Key | Value |
---|---|
FileSize | 4758052 |
MD5 | EDBD1E88DF9806C34412963196AAF37F |
PackageDescription | cryptographic Python library (Python 2) 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 2 version of the package. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python-pycryptodome |
PackageSection | python |
PackageVersion | 3.4.7-1~bpo9+1 |
SHA-1 | 3FD2E89A4E7AFBF3B65E1328B719E228026EB3F6 |
SHA-256 | 565008BC68C9A53A95C19AA07F109BD9AF7C482D11A9BA6D751503FB21176FD2 |
Key | Value |
---|---|
FileSize | 4745046 |
MD5 | 5E2CC2241FF9D3D2C64473751D57F370 |
PackageDescription | cryptographic 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. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python3-pycryptodome |
PackageSection | python |
PackageVersion | 3.4.7-1~bpo9+1 |
SHA-1 | 41379B18A2B23D88CE92703E9F7CFC178FB10EC9 |
SHA-256 | 601B2CA004B43ABD0703BCE83564BB66F9E9F085A7E283A3F020B71F0FFDF151 |
Key | Value |
---|---|
FileSize | 4768562 |
MD5 | E2B1D5A6583458482AA3D004FD6231ED |
PackageDescription | cryptographic 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. |
PackageMaintainer | Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> |
PackageName | python3-pycryptodome |
PackageSection | python |
PackageVersion | 3.4.7-1~bpo9+1 |
SHA-1 | 41C79B5E1B78A94DE4337E93DD0937B6740BA457 |
SHA-256 | 0CE71FB1398149608E6F743A8A3E9927EADA0D4E29BA2F2234E46B9B42F13D0E |