perl.crypto...Re: Cipher stream did not contain IV or salt by Dave Paris- June 17, 2005 Looks like you&39;re using the old calling convention for Crypt::CBC. Please install current and read perldoc Crypt::CBCBest-dspketvinsilicon.com.my wrote:> Hi List,> > > I am getting this error when i calling a cryptcookie.pl script from my> index.cgi that use Crypt::CBC and MD5.> > Fri Jun 17 11:30:31 2005 error client x.x.x.x Premature end of> script headers: index.cgi> Fri Jun 17 11:30:31 2005 error client x.x.x.x Cipher stream did not> contain IV or salt,...http://www.nntp.perl.org/group/perl.crypto/2005/06/msg75.html Cipher stream did not contain IV or salt by ketvin- June 16, 2005 Hi List,I am getting this error when i calling a cryptcookie.pl script from myindex.cgi that use Crypt::CBC and MD5.Fri Jun 17 11:30:31 2005 error client x.x.x.x Premature end ofscript headers: index.cgiFri Jun 17 11:30:31 2005 error client x.x.x.x Cipher stream did notcontain IV or salt, and you did not specify these values in new() atlibscryptcookies.pl line 24--------------------------cryptcookies.pl---------------------------------use MD5 ();use Crypt::CBC;use strict;use vars...http://www.nntp.perl.org/group/perl.crypto/2005/06/msg74.html |