Result for 40E82FDB0EB8DB34E877876A8DE091380710CD4E

Query result

Key Value
FileNameusr/lib/perl5/vendor_perl/Crypt/Rijndael.pm
FileSize3130
MD56F857D7734C46AE762922C6EF15DA72D
SHA-140E82FDB0EB8DB34E877876A8DE091380710CD4E
SHA-256289602F89A99892E1391BFEB301E83E1AC8646F9B5A7EC2C812C41CAB2D0DCEE
SHA-512167570ED2BC20CEE6F68F551D44105BDCC18067535B8AECE3069BBB5E6F681B0004241427DABD92DBA0FED738E4A376B509F888213C48249B088013C86C0192B
SSDEEP96:n6QPQOSGjtBhtalLUn11ZmrrcbTEKDyz0Ipb2IMeg:n6aeGjtBhtalQ11Y3cv1Kjpb2Ixg
TLSHT12751E5F63FA4FBF58FD280F12D69896B93A6F6A8D835C7C75878F58881880380374091
insert-timestamp1727037943.5382962
mimetypetext/plain
sourcesnap:oHNBJUD1kdfzgjkRHBz7kDGcyfgzbMD1_26
tar:gnameroot
tar:unameroot
hashlookup:parent-total58
hashlookup:trust100

Network graph view

Parents (Total: 58)

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

Key Value
FileSize21632
MD5F68A0F2FA033E8A37A238DE0CB2EC3BC
PackageDescriptionPerl module implementing the Rijndael algorithm Crypt::Rijndael is a Perl module that provides an XS-based implementation of the Advanced Encryption Standard (AES) algorithm Rijndael, designed by Joan Daemen and Vincent Rijmen.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibcrypt-rijndael-perl
PackageSectionperl
PackageVersion1.16-1
SHA-1010C2E8C6660B5C40AEE669AFC11F8F68D9E35C8
SHA-256661CC843CD73B9EBD096FEE3FBBEB2F23AA940133D84E819624F7E9F4337E189
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armv7//perl-crypt-rijndael-1.16-r4.apk
MD53E317E74FED136FD02163737A2ABE59E
SHA-104EACBE1A90E65B0E15C06F2AAB09AFF93B7F5FB
SHA-256670B2297AF3CC176CAC1C2AD92A0B16AA61C171F1395B12F8AAA9C2F9239521F
SSDEEP384:Agfv2uvzmUl7Cu+itDkkvoix187N6eMZu8Za:AgfvnvzmUlOu+iBrT87oeMQKa
TLSHT1F452D10574E313F77989D4317A0FB5C4418DAE5A0764E78A6720823F9588E39DF984F7
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armhf//perl-crypt-rijndael-1.16-r3.apk
MD5780AD70211B85DCE6AED599BB094F5BE
SHA-11074C72C419DF211B45CA25C79DE54AC935F3612
SHA-256DB62C881907297412F3CCDCBA037CE669CF95BBB0455A712A1EC51C0A977B3C1
SSDEEP384:4WATJVeeTqMYTPJ8OHpqLwnpfgpnXuo+61q:4LXe/MYTPOOJlnqJXuuq
TLSHT1A752D0A75A4CC71BCBA531F1C6934C243F8E64140F2EA05B23990CFBDE56D6849CB929
Key Value
MD5AEB638F0CBBCA761EBB60FD285D40A64
PackageArchi586
PackageDescriptionThis module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. * keysize Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no way to communicate this to 'Crypt::CBC'. * blocksize The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm actually supports any blocksize that is any multiple of our bytes. 128 bits, is however, the AES-specified block size, so this is all we support. * $cipher = Crypt::Rijndael->new( $key [, $mode] ) Create a new 'Crypt::Rijndael' cipher object with the given key (which must be 128, 192 or 256 bits long). The additional '$mode' argument is the encryption mode, either 'MODE_ECB' (electronic codebook mode, the default), 'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC' does), 'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output feedback), or 'MODE_CTR' (counter mode). ECB mode is very insecure (read a book on cryptography if you don't know why!), so you should probably use CBC mode. * $cipher->set_iv($iv) This allows you to change the initial value vector used by the chaining modes. It is not relevant for ECB mode. * $cipher->encrypt($data) Encrypt data. The size of '$data' must be a multiple of 'blocksize' (16 bytes), otherwise this function will croak. Apart from that, it can be of (almost) any length. * $cipher->decrypt($data) Decrypts '$data'.
PackageNameperl-Crypt-Rijndael
PackageRelease41.28
PackageVersion1.16
SHA-11538603776BDD587CA38C16AF7EE717C27E68A2B
SHA-25685B7E70F855C6A6772DF3BDFED8F02632F83DAD235F9C5EC0EE48C87A94D30DB
Key Value
MD51B20BB7EC643F10B47631210E4D2B0FB
PackageArchx86_64
PackageDescriptionThis module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. * keysize Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no way to communicate this to 'Crypt::CBC'. * blocksize The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm actually supports any blocksize that is any multiple of our bytes. 128 bits, is however, the AES-specified block size, so this is all we support. * $cipher = Crypt::Rijndael->new( $key [, $mode] ) Create a new 'Crypt::Rijndael' cipher object with the given key (which must be 128, 192 or 256 bits long). The additional '$mode' argument is the encryption mode, either 'MODE_ECB' (electronic codebook mode, the default), 'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC' does), 'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output feedback), or 'MODE_CTR' (counter mode). ECB mode is very insecure (read a book on cryptography if you don't know why!), so you should probably use CBC mode. * $cipher->set_iv($iv) This allows you to change the initial value vector used by the chaining modes. It is not relevant for ECB mode. * $cipher->encrypt($data) Encrypt data. The size of '$data' must be a multiple of 'blocksize' (16 bytes), otherwise this function will croak. Apart from that, it can be of (almost) any length. * $cipher->decrypt($data) Decrypts '$data'.
PackageNameperl-Crypt-Rijndael
PackageReleaselp152.1.1
PackageVersion1.16
SHA-11752E2180403B6B8C3C808544F5D2ABD50F740E1
SHA-256105AB0502F97AF1C1F138F399CEF7AF19B9B514A4B74027967ED4998BF90B6D3
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//main//x86_64//perl-crypt-rijndael-1.16-r3.apk
MD50F0938DA8C96071C86A7CC98C701062E
SHA-119394141E7DEAFC860E950568FBEACF09B35CA14
SHA-25690A611C2405DA514ED9E429CA6A1CCAD1A242F5F41ECBCE991D21A0D334422E5
SSDEEP192:WbbcHhB1S95cQPmLNT7wy7CnLfnKhx9H2xD6V8PW+lTKEy59CX5gR8TYlURse8QR:i+SXuLN/wy+IWxdP9+rIse8QynpqNJ
TLSHT1D952D05D753D3CA6A003685600E3B9F93AFA1ECC1ED9E6178A439DF430D8F354A854B2
Key Value
FileSize21684
MD5B95C2CCA4EB99A3B8F1A4BB5710CF38A
PackageDescriptionPerl module implementing the Rijndael algorithm Crypt::Rijndael is a Perl module that provides an XS-based implementation of the Advanced Encryption Standard (AES) algorithm Rijndael, designed by Joan Daemen and Vincent Rijmen.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibcrypt-rijndael-perl
PackageSectionperl
PackageVersion1.16-1
SHA-11DF3D2BE2A1C32F2E083FECF352A6F2558085EDC
SHA-256F2C9A4F5B32D8CC0BBFB0F0B932F81F37C067C9F4102873E44A5133887B1F765
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//main//x86//perl-crypt-rijndael-1.16-r4.apk
MD565B86D1E7F94BC542FEC876955E78D08
SHA-123C058D015BF4AB6CD6A8EBD8352D41B77DF4543
SHA-256140C511EABC03B62973CC522982E900658195CB23CE901D68D0AA32519EC571E
SSDEEP384:IoiBx7gh5WM2GBFwOU/bqyksaqugcPXEdP3StlhvV1dFXIk:Idx7gCM2GBFwOsXlxZZ3SBN1ok
TLSHT1D562D167F17D508FD24E317E1824FC063DC98AEDD4213C5EA1B258EAE4239858D9E5EC
Key Value
MD5C2EC5143DC44A5EDC404C6B6CB3BEF90
PackageArchx86_64
PackageDescriptionThis module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. * keysize Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no way to communicate this to 'Crypt::CBC'. * blocksize The blocksize for Rijndael is 16 bytes (128 bits), although the algorithm actually supports any blocksize that is any multiple of our bytes. 128 bits, is however, the AES-specified block size, so this is all we support. * $cipher = Crypt::Rijndael->new( $key [, $mode] ) Create a new 'Crypt::Rijndael' cipher object with the given key (which must be 128, 192 or 256 bits long). The additional '$mode' argument is the encryption mode, either 'MODE_ECB' (electronic codebook mode, the default), 'MODE_CBC' (cipher block chaining, the same that 'Crypt::CBC' does), 'MODE_CFB' (128-bit cipher feedback), 'MODE_OFB' (128-bit output feedback), or 'MODE_CTR' (counter mode). ECB mode is very insecure (read a book on cryptography if you don't know why!), so you should probably use CBC mode. * $cipher->set_iv($iv) This allows you to change the initial value vector used by the chaining modes. It is not relevant for ECB mode. * $cipher->encrypt($data) Encrypt data. The size of '$data' must be a multiple of 'blocksize' (16 bytes), otherwise this function will croak. Apart from that, it can be of (almost) any length. * $cipher->decrypt($data) Decrypts '$data'.
PackageNameperl-Crypt-Rijndael
PackageRelease41.3
PackageVersion1.16
SHA-1248C6DAC5A07A8C267C182027F7B81F87387F5B3
SHA-256A7C04655E03C9A0D3D1DAA2E8083A496B419A244F2E9AEBE139B826CB28A4D07
Key Value
FileNamehttp://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armhf//perl-crypt-rijndael-1.16-r4.apk
MD5331A71A01FDC7917ABD8FC0C533FC443
SHA-12C10DC16458E381321E3E78DE054855509381C53
SHA-2568C6D92680D406B36E7D521D3118AA8944B3CC1A6A7636E639C0E6C78D2D3F3B7
SSDEEP384:4ZlMfpD01Esi+esnx+zRhQmTDOKwzLHYIbLV:4Zcw1EsixsnYhZTDOKwYIbLV
TLSHT12362C01E108F35F9DD1482597B43B9542A928CF4A4A8AF17037676DAC20FE8A88CC778