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 easy to read it and

Re: Crypt::CBC

2003-12-03 Thread Wiggins d'Anconia
Phil Schaechter wrote: What am I doing wrong? I encrypt a tar file and immediatly decrypt it (in a different function, however) and it is a totally borked file upon decryption. I've basically copy-pasted the example from Crypt:CBC. The only clue I have is this warning: Use of uninitialize

Re: Crypt::CBC

2003-12-03 Thread Casey West
Hi. I'm in the employ of Casey West, a list admin, to assist you with your question. I've taken the liberty to search Google using the Subject line you provided in your email to the list. I hope one of the links below will be of service to you. Sadly Google hasn't given us a nice, legal API for s

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 > something simple. perldoc -f binmode J