in reply to Re^2: Using Crypt::RSA for data signing in perl
in thread Using Crypt::RSA for data signing in perl

If all you want to do is sign your messages, then I'd suggest either Crypt::DSA or Crypt::OpenPGP.

If you are dead set on using RSA then maybe you can get Crypt::OpenSSL::RSA to work for you?

  • Comment on Re^3: Using Crypt::RSA for data signing in perl