Key | Value |
---|---|
FileName | usr/lib/perl5/vendor_perl/Crypt/Rijndael.pm |
FileSize | 3130 |
MD5 | 6F857D7734C46AE762922C6EF15DA72D |
SHA-1 | 40E82FDB0EB8DB34E877876A8DE091380710CD4E |
SHA-256 | 289602F89A99892E1391BFEB301E83E1AC8646F9B5A7EC2C812C41CAB2D0DCEE |
SHA-512 | 167570ED2BC20CEE6F68F551D44105BDCC18067535B8AECE3069BBB5E6F681B0004241427DABD92DBA0FED738E4A376B509F888213C48249B088013C86C0192B |
SSDEEP | 96:n6QPQOSGjtBhtalLUn11ZmrrcbTEKDyz0Ipb2IMeg:n6aeGjtBhtalQ11Y3cv1Kjpb2Ixg |
TLSH | T12751E5F63FA4FBF58FD280F12D69896B93A6F6A8D835C7C75878F58881880380374091 |
insert-timestamp | 1727037943.5382962 |
mimetype | text/plain |
source | snap:oHNBJUD1kdfzgjkRHBz7kDGcyfgzbMD1_26 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 58 |
hashlookup:trust | 100 |
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 |
---|---|
FileSize | 21632 |
MD5 | F68A0F2FA033E8A37A238DE0CB2EC3BC |
PackageDescription | Perl 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. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libcrypt-rijndael-perl |
PackageSection | perl |
PackageVersion | 1.16-1 |
SHA-1 | 010C2E8C6660B5C40AEE669AFC11F8F68D9E35C8 |
SHA-256 | 661CC843CD73B9EBD096FEE3FBBEB2F23AA940133D84E819624F7E9F4337E189 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armv7//perl-crypt-rijndael-1.16-r4.apk |
MD5 | 3E317E74FED136FD02163737A2ABE59E |
SHA-1 | 04EACBE1A90E65B0E15C06F2AAB09AFF93B7F5FB |
SHA-256 | 670B2297AF3CC176CAC1C2AD92A0B16AA61C171F1395B12F8AAA9C2F9239521F |
SSDEEP | 384:Agfv2uvzmUl7Cu+itDkkvoix187N6eMZu8Za:AgfvnvzmUlOu+iBrT87oeMQKa |
TLSH | T1F452D10574E313F77989D4317A0FB5C4418DAE5A0764E78A6720823F9588E39DF984F7 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armhf//perl-crypt-rijndael-1.16-r3.apk |
MD5 | 780AD70211B85DCE6AED599BB094F5BE |
SHA-1 | 1074C72C419DF211B45CA25C79DE54AC935F3612 |
SHA-256 | DB62C881907297412F3CCDCBA037CE669CF95BBB0455A712A1EC51C0A977B3C1 |
SSDEEP | 384:4WATJVeeTqMYTPJ8OHpqLwnpfgpnXuo+61q:4LXe/MYTPOOJlnqJXuuq |
TLSH | T1A752D0A75A4CC71BCBA531F1C6934C243F8E64140F2EA05B23990CFBDE56D6849CB929 |
Key | Value |
---|---|
MD5 | AEB638F0CBBCA761EBB60FD285D40A64 |
PackageArch | i586 |
PackageDescription | This 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'. |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 41.28 |
PackageVersion | 1.16 |
SHA-1 | 1538603776BDD587CA38C16AF7EE717C27E68A2B |
SHA-256 | 85B7E70F855C6A6772DF3BDFED8F02632F83DAD235F9C5EC0EE48C87A94D30DB |
Key | Value |
---|---|
MD5 | 1B20BB7EC643F10B47631210E4D2B0FB |
PackageArch | x86_64 |
PackageDescription | This 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'. |
PackageName | perl-Crypt-Rijndael |
PackageRelease | lp152.1.1 |
PackageVersion | 1.16 |
SHA-1 | 1752E2180403B6B8C3C808544F5D2ABD50F740E1 |
SHA-256 | 105AB0502F97AF1C1F138F399CEF7AF19B9B514A4B74027967ED4998BF90B6D3 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//main//x86_64//perl-crypt-rijndael-1.16-r3.apk |
MD5 | 0F0938DA8C96071C86A7CC98C701062E |
SHA-1 | 19394141E7DEAFC860E950568FBEACF09B35CA14 |
SHA-256 | 90A611C2405DA514ED9E429CA6A1CCAD1A242F5F41ECBCE991D21A0D334422E5 |
SSDEEP | 192:WbbcHhB1S95cQPmLNT7wy7CnLfnKhx9H2xD6V8PW+lTKEy59CX5gR8TYlURse8QR:i+SXuLN/wy+IWxdP9+rIse8QynpqNJ |
TLSH | T1D952D05D753D3CA6A003685600E3B9F93AFA1ECC1ED9E6178A439DF430D8F354A854B2 |
Key | Value |
---|---|
FileSize | 21684 |
MD5 | B95C2CCA4EB99A3B8F1A4BB5710CF38A |
PackageDescription | Perl 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. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libcrypt-rijndael-perl |
PackageSection | perl |
PackageVersion | 1.16-1 |
SHA-1 | 1DF3D2BE2A1C32F2E083FECF352A6F2558085EDC |
SHA-256 | F2C9A4F5B32D8CC0BBFB0F0B932F81F37C067C9F4102873E44A5133887B1F765 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//main//x86//perl-crypt-rijndael-1.16-r4.apk |
MD5 | 65B86D1E7F94BC542FEC876955E78D08 |
SHA-1 | 23C058D015BF4AB6CD6A8EBD8352D41B77DF4543 |
SHA-256 | 140C511EABC03B62973CC522982E900658195CB23CE901D68D0AA32519EC571E |
SSDEEP | 384:IoiBx7gh5WM2GBFwOU/bqyksaqugcPXEdP3StlhvV1dFXIk:Idx7gCM2GBFwOsXlxZZ3SBN1ok |
TLSH | T1D562D167F17D508FD24E317E1824FC063DC98AEDD4213C5EA1B258EAE4239858D9E5EC |
Key | Value |
---|---|
MD5 | C2EC5143DC44A5EDC404C6B6CB3BEF90 |
PackageArch | x86_64 |
PackageDescription | This 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'. |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 41.3 |
PackageVersion | 1.16 |
SHA-1 | 248C6DAC5A07A8C267C182027F7B81F87387F5B3 |
SHA-256 | A7C04655E03C9A0D3D1DAA2E8083A496B419A244F2E9AEBE139B826CB28A4D07 |
Key | Value |
---|---|
FileName | http://dl-cdn.alpinelinux.org/alpine/latest-stable//main//armhf//perl-crypt-rijndael-1.16-r4.apk |
MD5 | 331A71A01FDC7917ABD8FC0C533FC443 |
SHA-1 | 2C10DC16458E381321E3E78DE054855509381C53 |
SHA-256 | 8C6D92680D406B36E7D521D3118AA8944B3CC1A6A7636E639C0E6C78D2D3F3B7 |
SSDEEP | 384:4ZlMfpD01Esi+esnx+zRhQmTDOKwzLHYIbLV:4Zcw1EsixsnYhZTDOKwYIbLV |
TLSH | T12362C01E108F35F9DD1482597B43B9542A928CF4A4A8AF17037676DAC20FE8A88CC778 |