in reply to RSA encryption/ decryption
It's a bit hard to give you concrete advice as you don't show any relevant code. The module Crypt::OpenSSL::RSA has methods for initializing public and private keys from strings, so you should be able to load the strings from the database using DBI and then use Crypt::OpenSSL::RSA to do the encryption.
|
|---|