Key | Value |
---|---|
FileName | ./usr/lib64/python3.6/site-packages/Crypto/Cipher/_mode_gcm.py |
FileSize | 21358 |
MD5 | D340A3A0741C3E94F88EE480A063B42D |
RDS:package_id | 298501 |
SHA-1 | 0102C48A6403BAB92F7DED43ED098EC3B5C3FBF8 |
SHA-256 | A19C0E1144DFE0DF5F55A1F38C8D8A5975E80E87B36E5606FF0DC5BF44BC5739 |
SHA-512 | 00774D931332C40F9561AE3E8C9DB5BEFEFB42A2C90FF7865A0627F61515F75545836A27BA9B3481DC16A7C89457B946C1E4C566E844495152DA2CBFA89D873E |
SSDEEP | 384:+rskrsV2r5GWHqWNWM441TW7TUV67oo7G:+Trr5BHTb5ML7A |
TLSH | T167A2F96AAB46AEA2C397CC9668FAF0435707B4072B1C263074BCD4145F56634A3F8EF4 |
insert-timestamp | 1727112559.977041 |
mimetype | text/plain |
source | snap:RsyBhqXRLdlVYXdUu2qM3wRLVQhFB0eX_376 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 185 |
hashlookup:trust | 100 |
The searched file hash is included in 185 parent files which include package known and seen by metalookup. A sample is included below:
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 |
---|---|
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 | 0486778ECC9D2BC8A461BA08797B231FEF70FC51 |
Key | Value |
---|---|
MD5 | DBC0738D97027717CA06AA5C6EB15B99 |
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 | 2.1 |
PackageVersion | 3.12.0 |
SHA-1 | 06FB0960DA6A35AC877BDF1E4ED7F04E7EDB94C0 |
SHA-256 | D9CF1993B9FA0CB51BEB213D79421982D5372E30FA630D58052296A6613EA294 |
Key | Value |
---|---|
SHA-1 | 0790811D7ED00F93B593CBBD243B962E0160647A |
snap-authority | canonical |
snap-filename | 7b81g79CCB4v0zVKFh5peypJhAKG60id_44.snap |
snap-id | 7b81g79CCB4v0zVKFh5peypJhAKG60id_44 |
snap-name | matrix-commander-gael |
snap-publisher-id | L7lpGbPX45iQa7mT1Cbip9sHpdYTBV2U |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-18T12:06:48.096235Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/7b81g79CCB4v0zVKFh5peypJhAKG60id_44.snap |
Key | Value |
---|---|
SHA-1 | 08151CC94E178D15C51B73BA5B84F91BF4845C33 |
snap-authority | canonical |
snap-filename | BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_471.snap |
snap-id | BYa8IlUQqqTyhwCjoPWb8Pf2ZaBKQdSv_471 |
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_471.snap |
Key | Value |
---|---|
MD5 | 2FE7342865E8DC75238A2BC3CADBEBFE |
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 | lp154.2.1 |
PackageVersion | 3.12.0 |
SHA-1 | 08AEE3F160035584664CD313855DA518003429B9 |
SHA-256 | AD2071332C555CFE422896761417ACCCD747FD8BBA95CC6C46D21F8B44CA9A84 |
Key | Value |
---|---|
MD5 | 6E96699D0D79EB12DEDC8A55195A4576 |
PackageArch | i586 |
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 | python38-pycryptodome |
PackageRelease | 45.12 |
PackageVersion | 3.12.0 |
SHA-1 | 09AE8574EEE9EA576609636B18DBC3CBE7734C88 |
SHA-256 | 8C5C73E3E65D09CD59F1664563554B0DF038D5A69E47A3FA30C04F71015A0CF0 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.9/packages//sparc64//py3-cryptodome-3.10.1.tgz |
MD5 | D966DEF0C8C6C45564961FE04E3E72BE |
SHA-1 | 0A67D6F4706EA5F3CDDF52B37885D11DA0795255 |
SHA-256 | 18C640EDF6D17A76154FBB523FA87C52DAB1B6238F1CE5C7F7C23D74D96497CE |
SSDEEP | 49152:uTiBRtyGugBTYjvrIHNVCwjVZ1J+VIRlH5YVs3eUS2:uTi3kGhB8zeVHJ/rH5YVs7 |
TLSH | T1DF85330E057A98FDB7312CB8F95AAF050A52C0062DDEB3A37DBD42ED6E396D54011AD3 |