Result for 06F10016BFBC09FD7AB965D05BD6CB2A83870D67

Query result

Key Value
FileName./usr/lib64/python3.6/site-packages/Crypto/Cipher/PKCS1_v1_5.pyi
FileSize567
MD5F1D3C025D9A8A0493CD1B0572A7E6049
RDS:package_id298501
SHA-106F10016BFBC09FD7AB965D05BD6CB2A83870D67
SHA-256723902EA49A14C2E84288645171C76CAF0F483EB25F7A46B392F672C9704FE3C
SHA-512A2577A60E218985DC4A05365DBB2E0192F78C4AA4A14E11356F4A2537C614D3E8376A09254D7F2C91BC9CB551CD67C420165E7EF19A2186C1F67EB7694E8AC9C
SSDEEP12:1REYB1V1bgBxZvIY3ONr1AePWcJ8V2nVj53nZ0R51MJifJEjwZR:1REqV1bsZT3ONxAeOcuwRZ+RHMMESR
TLSHT127F0594E0E1BDADA17B5CCA952B5496B5D0602824E3F6B6070FCB5940FEF0ADC1FD484
insert-timestamp1727062858.4234724
mimetypetext/x-python
sourcesnap:zVifQjZ4ytC3irlbdcQxLHuGPpsUPOby_11
tar:gnamebin
tar:unameroot
hashlookup:parent-total113
hashlookup:trust100

Network graph view

Parents (Total: 113)

The searched file hash is included in 113 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64//py-cryptodome-3.9.8.tgz
MD5FED7BD2942FAC7EA5E1FA6B57188BB39
SHA-102DF444F8A819297E1CFCF19A97B757C9E79427E
SHA-256CA96738DE3DB9E434149F1AF9E808158A19E1835B2F88255F0FEC0E92D734DA8
SSDEEP393216:nBgAkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2exD:njkoSGvI2XIpLqisy2m
TLSHT1FCD633C74133403FA5E269B408ACAC4D3EF7699C1BCFCE2C6304A766329EE495165ED6
Key Value
SHA-10ACE2483E04E1797CE6B4423A139F47D3854C660
snap-authoritycanonical
snap-filenameqBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap
snap-idqBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287
snap-namefiduswriter
snap-publisher-id3dCKlYyw4k1ES61fjMf9ah5RxBadHm6Y
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-07-09T07:50:31.154781Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/qBQjmPpEultx1YmcqYlzZIfJCpjA6yh9_1287.snap
Key Value
MD5F3AC3C402176F98BCA55288D46BD2C34
PackageArchx86_64
PackageDescriptionPyCryptodome 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.
PackageNamepython2-pycryptodome
PackageReleaselp151.2.1
PackageVersion3.8.2
SHA-10B68F49A65A880331976F7A08B3B9940CAA9A4D8
SHA-256475E957531887F4F5C0C58813E1ED7A7A00E47946587DE533D34B27B489EE54F
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//mips64el//py-cryptodome-3.9.8.tgz
MD5021AE93DFE5882AA2B8E93EC35381C50
SHA-10D5649FE03864683649E344DC9E732070AF657C0
SHA-25689AC3D86511640E041331632C0EBEC5C1F086E0C894E190385BBEE6E1DE8349F
SSDEEP393216:a+tvkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2edD:a+tvkoSGvI2XIpLqisy2m
TLSHT1FFD633C68133502F65D16DB10878EC8D3BF32D992FCF8B2CA709AA97220FA456455FD6
Key Value
MD50E46E8ABEEAB2EDBB9ECC0891A1A55BF
PackageArchs390x
PackageDescriptionPyCryptodome 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.
PackageNamepython3-pycryptodome
PackageRelease1.32
PackageVersion3.9.0
SHA-11115B1FCF11E7E7EF2E560E56D1D5E37D9B73B57
SHA-25683BBF547A35446CB1DF676DD7D957C3A733430C0F5A687826989EFE6D4F2229C
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.8/packages//sparc64//py-cryptodome-3.9.8.tgz
MD5BB9EA58A13B8D3276B715294D6578DAC
SHA-111E7552EAA32A9FD55A175C5C03068CB35AE8C69
SHA-256EF7FC95D423CCC71980430880875C2EF3A6006A2A165117FBF13B8A94D41E1D5
SSDEEP393216:QPkJGPcbn3YSFn5mvI2XliNXGVGqikStmZy2e9D:ykoSGvI2XIpLqisy20
TLSHT11FD633C78132007FA59159A008ACAC8D3FF75E9D1ECFCA2D6304A7DA365EE492531BD6
Key Value
MD58D0BAC7938445FF73B79506CCA24BEC7
PackageArchx86_64
PackageDescriptionPyCryptodome 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.
PackageNamepython2-pycryptodome
PackageRelease2.1
PackageVersion3.9.7
SHA-112513566F8877B6D2C7DD69D79DC406277CC25D2
SHA-2567157CA07BE08489EF9F400DC6A1ADD67652DF4DDF83F2EBE389A2B7A6A694411
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.6/packages//sparc64//py3-cryptodome-3.8.2.tgz
MD559B893EF2A12E7D7CE7E37D7D974966C
SHA-11385974FE527AE20E4774E1435966F3019F4CC94
SHA-25604C7721724B8C7F677DB6FC41CDE82FA74A2BE0E6410DBA47B59C06473E43B39
SSDEEP196608:glAciRgKvw5CWIqsdA1zVEweZ0Xmf5CnLiM0v79nr80rYKiFLl65tx:glZ5CWIdc4CQNITN65tx
TLSHT196A633A40ADDFD41E16B7CBD8B6D43A0AC5BF506A908A2DA135D758F43F0937683260B
Key Value
MD56CB4FF328F1FE5A70CF52D3899A56969
PackageArchx86_64
PackageDescriptionPyCryptodome is a self-contained Python package of low-level cryptographic primitives. It supports Python 2.4 or newer, all Python 3 versions and PyPy.
PackageMaintainershlomif <shlomif>
PackageNamepython3-pycryptodome
PackageRelease1.mga7
PackageVersion3.7.2
SHA-113E8C5F4DDBB6A0243B24071501730A13DBF9666
SHA-256ABD93EB917CB593B5E16AA83FBCF127B3F1961869B24FA458AFE5F6D105E3B2D
Key Value
FileNamehttps://ftp.lysator.liu.se/pub/OpenBSD/6.5/packages//sparc64//py3-cryptodome-3.7.3.tgz
MD564EB02FCAB52B1B6FC8E4CFFC8C7B5B9
SHA-11A9CAB458074A99AF158A413132D2F95CF0C15BE
SHA-256E6A07F13CD0EBDD482C8FA253729F132C76EFABBD00C5144668B39D2BBD83731
SSDEEP196608:advMg3H81bROJJrLlhfvLRTzUMeo16AmZWtzFCbC9RAbl:a9M6SEvHLJzU9PZ+CbKRA5
TLSHT15A76336D255CE84FECE9654912B7E45C900FD8A4E032E32898CD9B313E3E9916B1D39F