perl.crypto...Re: initialization_vector what are they by zentara- February 9, 2005 On Tue, 8 Feb 2005 07:53:23 EST, PGibbonsXaol.com wrote:>hi there,>i&39;m using perl to encrypt data and Java using to decrypt:> >while i can get perl or Java to encrypt and decrypt successfully encryptions >that each has encrypted i cannot get perl to unencrypt something that java >encrypted.> >My focus has turned to the initialization_vector as to be a possible cause. >what are they and what does the example below mean Presumably java would >need the same...http://www.nntp.perl.org/group/perl.crypto/2005/02/msg67.html Re: initialization_vector what are they by zentara- February 9, 2005 On Tue, 8 Feb 2005 07:53:23 EST, PGibbonsXaol.com wrote:>hi there,>i&39;m using perl to encrypt data and Java using to decrypt:> >while i can get perl or Java to encrypt and decrypt successfully encryptions >that each has encrypted i cannot get perl to unencrypt something that java >encrypted.> >My focus has turned to the initialization_vector as to be a possible cause. >what are they and what does the example below mean Presumably java would >need the same...http://www.nntp.perl.org/group/perl.crypto/2005/02/msg66.html initialization_vector what are they by PGibbonsX- February 8, 2005 hi there,i&39;m using perl to encrypt data and Java using to decrypt: while i can get perl or Java to encrypt and decrypt successfully encryptions that each has encrypted i cannot get perl to unencrypt something that java encrypted. My focus has turned to the initialization_vector as to be a possible cause. what are they and what does the example below mean Presumably java would need the same initialization_vector setting any thoughts would be helpful..pgmy $key = pack("H16",..http://www.nntp.perl.org/group/perl.crypto/2005/02/msg65.html |