Help for this page

Select Code to Download


  1. or download this
    my $buf = 't';
    $cipher = $rsa->encrypt($buf);
    
  2. or download this
    open(my $fd, '<:raw', 'test') or die("Failed to open file: $!");
    binmode($fd);
    read($fd, my $buf, 4);
    close($fd);