Help for this page

Select Code to Download


  1. or download this
    sub decrypt { 
        my ($self, %params) = @_;
    ...
        }
        return $plaintext;
    }
    
  2. or download this
    # $decoded is the base64 decoded cookie
    my @fields = get_fields($decoded);
    ...
                                 Key => $public_key,
                                 Armour => 1,) || die $rsa->errstr();