Re: Crypt::CBC 2.30

2012-05-12 Thread Brandon McCaig
On Sat, May 12, 2012 at 02:24:55PM +0200, Perforin wrote: > Hi Hello: > I have a problem with my Crypt::CBC v2.30. *snip* > Link to my script --> > http://download.adamas.ai/dlbase/Scripts/twofish_crypter.txt You should inline your program in your mail message. That way it's

Crypt::CBC 2.30

2012-05-12 Thread Perforin
Hi I have a problem with my Crypt::CBC v2.30. Some files can be encrypted and decrypted but others don't. It gives me the following error while decrypting: "Ciphertext does not begin with a valid header for 'salt' header mode" Things I already did: googled that st

Re: Crypt::CBC

2003-12-03 Thread Wiggins d'Anconia
se of uninitialized value in pack at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/CBC.pm line 213, line 3. using this: --- encryption $cipher = Crypt::CBC->new( {'key' => $password, 'cip

Re: Crypt::CBC

2003-12-03 Thread Casey West
ght results. Enjoy! Perl.org Beginners' Lists, 2 results. Searched: site:nntp.x.perl.org inurl:perl.beginners -inurl:show_headers Crypt::CBC [1] nntp.perl.org - perl.beginners (56119) http://nntp.x.perl.org/group/perl.beginners/56119 ... Previous | Next | Toggle headers Newsg

Crypt::CBC

2003-12-03 Thread Phil Schaechter
/usr/local/lib/perl5/site_perl/5.8.0/Crypt/CBC.pm line 213, line 3. using this: --- encryption $cipher = Crypt::CBC->new( {'key' => $password, 'cipher' => 'Blowfish',

RE: Crypt::CBC w/Crypt-DES

2002-10-22 Thread Toby Stuart
thanks that did it. i always forget to binmode things :( cheers toby > -Original Message- > From: John W. Krahn [mailto:krahnj@;acm.org] > Sent: Wednesday, October 23, 2002 4:26 PM > To: [EMAIL PROTECTED] > Subject: Re: Crypt::CBC w/Crypt-DES > > > Toby Stuart

Re: Crypt::CBC w/Crypt-DES

2002-10-22 Thread John W. Krahn
Toby Stuart wrote: > > Hi All, Hello, > I'm trying to encrypt/decrypt a text file using Crypt::CBC with DES. > > The encryption works fine but the decryption seems to yield > only the first few bytes of the original text. I'm sure i'm missing > so

Crypt::CBC w/Crypt-DES

2002-10-22 Thread Toby Stuart
Hi All, I'm trying to encrypt/decrypt a text file using Crypt::CBC with DES. The encryption works fine but the decryption seems to yield only the first few bytes of the original text. I'm sure i'm missing something simple. Any help appreciated. Example follows: