diff -Naur vhcs2-2.4.7.1/engine/vhcs2_common_code.pl vhcs2-2.4.7.1-magellan/engine/vhcs2_common_code.pl --- vhcs2-2.4.7.1/engine/vhcs2_common_code.pl 2005-12-31 12:11:48.000000000 +0100 +++ vhcs2-2.4.7.1-magellan/engine/vhcs2_common_code.pl 2007-07-16 17:27:23.000000000 +0200 @@ -1408,6 +1408,7 @@ my $cipher = Crypt::CBC -> new( { 'key' => $main::db_pass_key, + 'keysize' => 32, 'cipher' => 'Blowfish', 'iv' => $main::db_pass_iv, 'regenerate_key' => 0, @@ -1443,6 +1444,7 @@ my $cipher = Crypt::CBC -> new( { 'key' => $main::db_pass_key, + 'keysize' => 32, 'cipher' => 'Blowfish', 'iv' => $main::db_pass_iv, 'regenerate_key' => 0,