Sitaaram has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I am using CRYPT::CBC for encryption. I am getting "Ciphertext does not begin with a valid header for 'salt' header mode" error. Below is the code. Please help me.
my $cipher = Crypt::CBC->new( -key => $cryptkey, -keylength => '256', -cipher => "Crypt::OpenSSL::AES" );
Thank you Sitaaram
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Regarding CRYPT::CBC header issue
by Corion (Patriarch) on May 11, 2016 at 07:53 UTC | |
by Anonymous Monk on May 11, 2016 at 16:19 UTC |