in reply to Crypt::OpenSSL:RSA Questions

Have you thought about using IPC in Perl to directly run openssl commands? See Embed your openssl commands in Perl for an example, but I might try running the commands thru backticks or IPC::Open3.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh

Replies are listed 'Best First'.
Re^2: Crypt::OpenSSL:RSA Questions
by martin87 (Initiate) on Jun 19, 2014 at 18:10 UTC

    Thanks, I'll look into it! I'm gonna read a bit more about OpenSSL in general as well. I've very little experience so that's probably a good idea.