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