Re: Crypt::CBC

2006-04-10 Thread Martin Moss
Genius:-) I think for the time being this is the best way to go... At least I'm up and running.. But I presume this is going to bite me in the bum at a later date... --- Ian Joyce <[EMAIL PROTECTED]> wrote: > You can always use version 2.12. > > http://search.cpan.org

Re: Crypt::CBC

2006-04-10 Thread Holger Kipp
On Mon, Apr 10, 2006 at 03:33:44PM +0100, Martin Moss wrote: > All, > > I had some code which ran the old version of > Crypt::CBC (2.12). > my $cipher = new > Crypt::CBC($ENCRYPTION_KEY,'Blowfish'); > However I've found a problem in that the new machine >

Re: Crypt::CBC

2006-04-10 Thread Ian Joyce
You can always use version 2.12. http://search.cpan.org/~lds/Crypt-CBC-2.12/ --Ian On 4/10/06, Martin Moss <[EMAIL PROTECTED]> wrote: > All, > > I had some code which ran the old version of > Crypt::CBC (2.12). > > Using these headers to create the object:- > >

Crypt::CBC

2006-04-10 Thread Martin Moss
All, I had some code which ran the old version of Crypt::CBC (2.12). Using these headers to create the object:- my $cipher = new Crypt::CBC($ENCRYPTION_KEY,'Blowfish'); I've now built a new machine. Copied the database values (encrpypted using the above) onto the new machine DB