Key | Value |
---|---|
FileName | usr/lib/python3.12/site-packages/Cryptodome/__init__.pyi |
FileSize | 99 |
MD5 | 94E85531E209ABE3D2738B9EE126B8F9 |
RDS:package_id | 304063 |
SHA-1 | 06650DB1DEE00CF8C32C725C197E387F88409A3D |
SHA-256 | 7B911AE39272D9174EAFA6E62C5F63892D81C3AE569D84C3D4D30B2656C601AC |
SHA-512 | 18ED5F295229AE23278C4E44201D368DC44E08A1E07D1D5E439F1F91BF3338F34DEFF58E8A3BAAB731A98819A5FEBC7A23D1820EDDBCA8468CD410383B16FF50 |
SSDEEP | 3:1REvgBk8J0nAbULCfcJAOLRL+2MliHvKXLoFQv:1REYBb0n2NcFY2MzU6 |
TLSH | T1F0B0120A09585627063E860D711805E0B7330AF5138442408778652D339079F69F0268 |
insert-timestamp | 1728991521.7512386 |
mimetype | text/x-python |
source | snap:MZhNqq04Y1yzup4ZCsVhgBeWKdlvtBsL_39 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 515 |
hashlookup:trust | 100 |
The searched file hash is included in 515 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 |
---|---|
SHA-1 | 008A01FB4498D0D6765DF75B655F7BE3460D2F0C |
snap-authority | canonical |
snap-filename | EH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74.snap |
snap-id | EH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74 |
snap-name | impacket |
snap-publisher-id | 0bzaPSIkN8wYz66wAtaMAog7IOXvOss9 |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2022-09-16T14:59:35.421906Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/EH9gpZU9Xu0KALYQP5O6HFiKRBXmraB6_74.snap |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//powerpc//py3-cryptodome-3.10.1.tgz |
MD5 | 8E128CDA4B674D0C3FF31404A73E96D6 |
SHA-1 | 024DC51AEF04A686D0D721BFE729CCE14C3353B4 |
SHA-256 | 0EECB7B8EBC25160CA6139766CA5145693B1631BD3DA8679FFF65E559F5C763E |
SSDEEP | 49152:yOjD02bugpqBvtsvUVzsMhsgDc4ccG9J+VIRlH5YVs3eU/:yOU2bhpuu8t7hRDyJ/rH5YVs9 |
TLSH | T13385338A247DA18FA774ACD8FBA70E18946FC84305996D03A4BF96F59C4B3D6C0117E3 |
Key | Value |
---|---|
MD5 | E80FA8FFEA130ABB157824E6FE021BC8 |
PackageArch | armv7hl |
PackageDescription | PyCryptodome is a self-contained Python package of low-level cryptographic primitives. |
PackageMaintainer | umeabot <umeabot> |
PackageName | python3-pycryptodomex |
PackageRelease | 3.mga9 |
PackageVersion | 3.14.0 |
SHA-1 | 025E0EA84F0268FB92303A879EB5C290D4B7FD0F |
SHA-256 | 4FCE23139C7F8D16B1D9E8596E56D604583354E70C26686F2ED85D130886BA87 |
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 | 14588F2B489FE3F9C4B9A5D2E1FA1C2C |
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. |
PackageName | python3-pycryptodomex |
PackageRelease | 2.1 |
PackageVersion | 3.12.0 |
SHA-1 | 02BA52B326BD289B276BC7B49F518CAD871382AE |
SHA-256 | B4471A758D4E85AF8291EA5A5CD32C62084BEB3F9E1367AC1CE50B8F6DDEADE8 |
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 |
---|---|
SHA-1 | 03C452D4BE2196C0F679941ABDB9D9D467EF68E8 |
snap-authority | canonical |
snap-filename | BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589.snap |
snap-id | BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589 |
snap-name | home-assistant-snap |
snap-publisher-id | Zgwwrb2vssjDtam8qFmo4ezg3koyPPyQ |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2022-01-14T16:38:28.794566Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_589.snap |
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 |