Greetings Masters,
I have Crypt::RSA::Key::Private and Crypt::RSA::Key::Public keys that have been generated and stored in files. Now I need to export these keys to files in PEM format.
I found Convert::PEM, which looks like it might do the job but I can't figure out how to interface it with the keys I have loaded with Crypt::RSA and save the files.
Any ideas how to convert the perl hash text format file that Crypt::RSA uses to a PEM?
Regards,
Nick