Current time: 05-07-2024, 02:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
perl troubles with vhcs
Author Message
KeNt Offline
Junior Member
*

Posts: 37
Joined: Jan 2007
Reputation: 1
Post: #1
perl troubles with vhcs
code] ./vhcs2-vrl-traff
If specified by -literal_key, then the key length must be equal to the chosen cipher's key length of 56 bytes at /var/www/vhcs2/engine/traffic/../vhcs2_common_code.pl line 1443
Compilation failed in require at ./vhcs2-vrl-traff line 53.[/code]


Code:
cat vhcs2_common_code.pl | head -n1460 | tail -n20
    }

    my $cipher = Crypt::CBC -> new(
                                    {
                                        'key'             => $main::db_pass_key,
                                        'cipher'          => 'Blowfish',
                                        'iv'              => $main::db_pass_iv,
                                        'regenerate_key'  => 0,
                                        'padding'         => 'space',
                                        'prepend_iv'      => 0
                                    }
                                  );

    my $decoded = decode_base64("$pass\n");

    my $plaintext = $cipher -> decrypt($decoded);


    push_el(\@main::el, 'decrypt_db_password()', 'Ending...');

debian sarge + backports + vhcs2.4.7.1
failed up after updates
how to fix that?
05-17-2007 10:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
perl troubles with vhcs - KeNt - 05-17-2007 10:23 PM
RE: perl troubles with vhcs - grungy - 05-17-2007, 10:29 PM
RE: perl troubles with vhcs - grungy - 05-17-2007, 10:40 PM
RE: perl troubles with vhcs - KeNt - 05-18-2007, 12:09 AM
RE: perl troubles with vhcs - KeNt - 05-18-2007, 12:11 AM
RE: perl troubles with vhcs - joximu - 05-18-2007, 12:28 AM
RE: perl troubles with vhcs - Zothos - 05-18-2007, 01:27 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)