http://www.perlmonks.org?node_id=357378

perrin has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have recommendations for the best perl interfaces to public key encryption? I see tons of them on CPAN, from SSLeay to OpenPGP to GPG to RSA. Before I dig through them all, I'd appreciate any advice about which ones are best. My needs are fairly basic: encrypt chunks of text of varying length using a public key and decrypt them later on a different machine.