in reply to Re^4: Crypt::RSA Cant load private key
in thread Crypt::RSA Cant load private key

This is the result of executing the script you suggested:

Um, my suggestion was for you to read the script. Unlike the SYNOPSIS, the code is an actual working example of of usage, a complete round trip, from generating keys, to encrypting/decrypting. You'll notice there is no base64 function involved anywhere. You should not use any base64 functions.

Replies are listed 'Best First'.
Re^6: Crypt::RSA Cant load private key
by ulisescastillo (Initiate) on Jan 10, 2012 at 15:35 UTC
    oh, yes, I read the script and tried to understand it, but didn't see anything that I could use, thats why I tried to executed it and see what happens, but I'll take another look more carefully, thanks!