Key | Value |
---|---|
FileName | ./usr/lib64/python3.6/site-packages/Cryptodome/SelfTest/PublicKey/test_vectors/ECC/ecc_p384_public_compressed.der |
FileSize | 72 |
MD5 | 66798728D4FD154EA90C669038E967D4 |
RDS:package_id | 298501 |
SHA-1 | 02EFBECBAD973D1C1EA2B8261841C35BE884C495 |
SHA-256 | E3482D87782C6BE303CE9137A016F33547864FAC36C541E7189AFA3051CF3E9D |
SHA-512 | DB5E7C507E07FD265DC95CD68DCAC4D277B907A7F4543F96FCA80B0ED3D3E34FCE23DCA04E773A2312763B37CEC8DF066E655067AEED21A56D5C563218436DE8 |
SSDEEP | 3:ijQb/gmS9hvNkgY4JOjv89gpnWn:i8bK/VJ0ppWn |
TLSH | T191A002758260145159A3C4D85970A55684442A522055594701444AFD5651DD5315AD25 |
insert-timestamp | 1727062859.915457 |
mimetype | application/octet-stream |
source | snap:zVifQjZ4ytC3irlbdcQxLHuGPpsUPOby_11 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 182 |
hashlookup:trust | 100 |
The searched file hash is included in 182 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 |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64//py-cryptodome-3.9.8.tgz |
MD5 | FED7BD2942FAC7EA5E1FA6B57188BB39 |
SHA-1 | 02DF444F8A819297E1CFCF19A97B757C9E79427E |
SHA-256 | CA96738DE3DB9E434149F1AF9E808158A19E1835B2F88255F0FEC0E92D734DA8 |
SSDEEP | 393216:nBgAkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2exD:njkoSGvI2XIpLqisy2m |
TLSH | T1FCD633C74133403FA5E269B408ACAC4D3EF7699C1BCFCE2C6304A766329EE495165ED6 |
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 |
---|---|
FileSize | 9957340 |
MD5 | 4343ABD7BCDB74F4DB74A87F5F2815FE |
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.9.7+dfsg1-1+b2 |
SHA-1 | 03F0FF0142E096DC5A1B693E96F0CA78BE45A4B7 |
SHA-256 | 4BFBF11471061795FFD1F49325E5EEA7F8193774BCEE6CF54FAF3E7FDDD64070 |
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 |
---|---|
SHA-1 | 0ACE2483E04E1797CE6B4423A139F47D3854C660 |
snap-authority | canonical |
snap-filename | qBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap |
snap-id | qBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287 |
snap-name | fiduswriter |
snap-publisher-id | 3dCKlYyw4k1ES61fjMf9ah5RxBadHm6Y |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2019-07-09T07:50:31.154781Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/qBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap |
Key | Value |
---|---|
FileSize | 9959420 |
MD5 | DC357D3B61861D6BEF58A04CBCFC38FE |
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.9.7+dfsg1-1+b2 |
SHA-1 | 0B2A63EED479B5244222E7D07B49DA021732D0D8 |
SHA-256 | 8C3B9E36A27E783237ED07EF230FF1A8791F8DE77AB21FCDAF553B26478A829C |
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 |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64el//py-cryptodome-3.9.8.tgz |
MD5 | 021AE93DFE5882AA2B8E93EC35381C50 |
SHA-1 | 0D5649FE03864683649E344DC9E732070AF657C0 |
SHA-256 | 89AC3D86511640E041331632C0EBEC5C1F086E0C894E190385BBEE6E1DE8349F |
SSDEEP | 393216:a+tvkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2edD:a+tvkoSGvI2XIpLqisy2m |
TLSH | T1FFD633C68133502F65D16DB10878EC8D3BF32D992FCF8B2CA709AA97220FA456455FD6 |