Skip Menu |

This queue is for tickets about the Crypt-Rijndael_PP CPAN distribution.

Report information
The Basics
Id: 34465
Status: resolved
Priority: 0/
Queue: Crypt-Rijndael_PP

People
Owner: Nobody in particular
Requestors: jane_tenner [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Key sizes supported in Crypt::Rijndael_PP.pm module
Date: Thu, 27 Mar 2008 03:19:43 -0700 (PDT)
To: bug-Crypt-Rijndael_PP [...] rt.cpan.org
From: jane walter <jane_tenner [...] yahoo.com>
Hi http://search.cpan.org/~delta/Crypt-Rijndael_PP-0.04/Rijndael_PP.pm says Supported keysizes: 128, 192 and 256 (default) But I see sub DEFAULT_KEYSIZE() { 256 } in Rijndael_PP.pm file. This effectively hardcodes the keysize value to 32. As a result, I am not able to decrypt strings that have been encrypted by other applications with 16 byte keys. I am using Crypt::CBC with 'keysize' =>16. How can this be resolved? Thanks Jane Show quoted text
____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
Have updated module to 0.05, which automatically detects keysize from the actual key data passed in (with warning), also it is now possible to set a default key size via $Crypt::Rijndael_PP::DEFAULT_KEYSIZE = 192; Hope this helps you.