Key | Value |
---|---|
FileName | ./usr/share/doc/packages/perl-Crypt-Rijndael/README |
FileSize | 3074 |
MD5 | AB16E6FA842DA7D3377F07EC0314F318 |
SHA-1 | CE270F2F84C0E26423E94B1CEDB247A0F1362209 |
SHA-256 | 8E7BFC08D18E2103101CFD395F98A957A5D31F6062AA6467CD89EA0E9970012C |
SSDEEP | 48:dv2cF25JX+BBwSlclFFKA1Dt3Lr8bE75iNXnHD0G4KWso3ILUK3j:dOU2OBBdaFMA1Z3Lr8g75i1JU3I4K3j |
TLSH | T1F15193963E60FBE14FC284F11EF39C5A621661AF8A719BCE743CF6884F8C13043959A4 |
hashlookup:parent-total | 15 |
hashlookup:trust | 100 |
The searched file hash is included in 15 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 9374CDC2C49C72F923E18AC4EB480E5C |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 1.16 |
PackageVersion | 1.13 |
SHA-1 | 6C4903B1DF21CA47F12517BA0DB9EEA057021AE2 |
SHA-256 | 8C1B6A8B6C150B413E5994DBFEF91175E28C780E2A94C1AD6253BAEF014F891B |
Key | Value |
---|---|
MD5 | 9F2AF6EEE7EB1931B4C8D545A0CDE9CE |
PackageArch | x86_64 |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 9.mga7 |
PackageVersion | 1.130.0 |
SHA-1 | 25F69FE2EE99E16B114C84A04BDC326B7F9CFB08 |
SHA-256 | 2C2CD6A60CAFBB731EC47B3E8BBE81F262BF1F404CA4460A9DD2224D70F954EE |
Key | Value |
---|---|
MD5 | EA808C3117B2C1D48DC94D3D2E3FB303 |
PackageArch | s390x |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 150000.3.4.1 |
PackageVersion | 1.13 |
SHA-1 | 1CF5032B594102D80D2AA0270CD860518D67F0CB |
SHA-256 | 0687A4FE68B66E6DBD3323E290B55267B4DC140039A4D7804CC1875B2A84D350 |
Key | Value |
---|---|
MD5 | 157D0A09FF8A40C70CC62658962AED1F |
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'. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Crypt-Rijndael |
PackageRelease | lp151.2.2 |
PackageVersion | 1.13 |
SHA-1 | 87D6A58C0F2F3ED13CF0A194B8F8E181AD9E65EC |
SHA-256 | D848EF0ADB121897EBC91310C654735EB323B6A5DC3D9B66426816954028CABB |
Key | Value |
---|---|
MD5 | 806D00798E5AB17E0C4488C21100EDE1 |
PackageArch | s390x |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 3.2.1 |
PackageVersion | 1.13 |
SHA-1 | 60ECF5548F0865704509E77EDE11FE70472C869A |
SHA-256 | 6C15B3B0DAD6EF76E0269FB930D2B465883069099A54CFCAF1B95EC43BA8C4A2 |
Key | Value |
---|---|
MD5 | D9A4D8EA0D2CF5BA734545C2C5D5A44E |
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'. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Crypt-Rijndael |
PackageRelease | lp150.1.3 |
PackageVersion | 1.13 |
SHA-1 | AC921853076D887530FC67616ACF7242977BAC8E |
SHA-256 | 48715D8698EDB664C842EC08DBBD7785AF4ED35BA0D567DADF293AE456A9C669 |
Key | Value |
---|---|
MD5 | 0F7098B9254B42047D1AA8200A4767BC |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 3.2.1 |
PackageVersion | 1.13 |
SHA-1 | 2F841703DAE581A292D88C6ABCD6D50A1D3AEB91 |
SHA-256 | 89878121C0C70FD8C3C076D1363727456E01389EA137E042B2CDC00C63A825A2 |
Key | Value |
---|---|
MD5 | E5E7FD13810EA7C813A3854F71D3CEE3 |
PackageArch | s390x |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 1.16 |
PackageVersion | 1.13 |
SHA-1 | BEC40F555D26AFD31E9B556138D637AC25F347D7 |
SHA-256 | D7C6F1FEE4644EA3D1B8EA088DF0EE14CC7D70EA22A9848124B437ECF24B9A17 |
Key | Value |
---|---|
MD5 | 95723CFCA873F9AECC06E66A794B1BCA |
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'. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Crypt-Rijndael |
PackageRelease | lp152.3.2 |
PackageVersion | 1.13 |
SHA-1 | DD0452C7E365D36A49AE64C5FF7417A6A09884C8 |
SHA-256 | E83DC859179060C09047F3CA8E4B3459AC403437E3051083F9163CED36E51C36 |
Key | Value |
---|---|
MD5 | 03B95F1104CBFBFF3034320D2E9A8476 |
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'. |
PackageMaintainer | https://www.suse.com/ |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 150000.3.4.1 |
PackageVersion | 1.13 |
SHA-1 | F6CE9D59DD76F3C32B2946F3507424878E31EF4D |
SHA-256 | F94E1968C630B3150C15AD7DC173D1AF9B0936A52D8EC05AF795D3823144E734 |
Key | Value |
---|---|
MD5 | 3A7C5D63C2CA7A0B6C4537EB20F82E8E |
PackageArch | armv7hl |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 9.mga7 |
PackageVersion | 1.130.0 |
SHA-1 | 0AFF4C3FC9869C7CDB088F9336E2831DBB8B6846 |
SHA-256 | 97CC2721554A36A1E22BEC9072F7505043BDED4B1052CC0DF047B5F44F94C3B5 |
Key | Value |
---|---|
MD5 | 00B38A485E1A4684CEFDBBA27ED21BC0 |
PackageArch | aarch64 |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 9.mga7 |
PackageVersion | 1.130.0 |
SHA-1 | 1AA459B7EF7D9A1350AE4D697E7F45DDF3E1FDD9 |
SHA-256 | AC9AF10E5F70C827B3CCE94850079448E3401F1B043F116E846639DC4737C737 |
Key | Value |
---|---|
MD5 | 7EC7A924A3E0BD803CC782A7CC4A7ED2 |
PackageArch | ppc64 |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | Fedora Project |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 2.fc24 |
PackageVersion | 1.13 |
SHA-1 | BA3C960295BA1B20D3DFC08164CC6597D8B5FCC9 |
SHA-256 | 76D9DFC02E2FA09C9C67BFE806AAB887BAD8696CC57A571F4D89DBF9029DC749 |
Key | Value |
---|---|
MD5 | 529AA719659EE9399BDF93D377D28F7B |
PackageArch | aarch64 |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | Fedora Project |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 2.fc24 |
PackageVersion | 1.13 |
SHA-1 | 38F932808BD2991A76A0581B234ADC1729F1836F |
SHA-256 | F02C5C6826F7CF9791A7F848C72FCE80E8CE2760A20499C3B1E994F2D015EEAE |
Key | Value |
---|---|
MD5 | 0DB2629C14CEB8AA4B83B1283AA36E80 |
PackageArch | i586 |
PackageDescription | This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. |
PackageMaintainer | umeabot <umeabot> |
PackageName | perl-Crypt-Rijndael |
PackageRelease | 9.mga7 |
PackageVersion | 1.130.0 |
SHA-1 | DA0F7D30698BAA080127EEBCD17CB20A39049432 |
SHA-256 | CE52807DFFCF4E689198006AFD059129888A8802D9F92318325390EF45937278 |