Help for this page

Select Code to Download


  1. or download this
    use Crypt::CBC;
    
    ...
    );
    
    print $cgi->header (-type => 'text/html', -cookie => $cookie);
    
  2. or download this
    use Crypt::CBC;
    
    ...
    my $auth = $cipher->decrypt($cookie);
    
    # Send the $auth to the LDAP server...