in reply to Re: 256 bit AEC encryption using Crypt::CBC
in thread 256 bit AEC encryption using Crypt::CBC

Thanks, I'd tried Crypt::OpenSSL::AES, then I changed the cipher to a variable to easily plug in 'Rijndael' as an option. Adding the keylength didn't change anything. I'm beginning to think that the client hasn't given me accurate samples or that the php version isn't compatible with the perl library.

  • Comment on Re^2: 256 bit AEC encryption using Crypt::CBC

Replies are listed 'Best First'.
Re^3: 256 bit AEC encryption using Crypt::CBC
by Khen1950fx (Canon) on Dec 19, 2009 at 07:50 UTC
    Don't change the cipher. The cipher must be exactly "Crypt::OpenSSL::AES" in order to get the keylength of 256.