From: Sonn Ygg Date: 2007-08-06T03:45:29+09:00 Subject: question about public key encryption hello all, does anyone have the experience about public key encryption with ruby? I know how to use the module OpenSSL::PKey::RSA to create public/private key pair and encrypt/decrypt with the key pair. however, if I only know other guy's public key, is there any module or method to encrypt data with the guy's public key? thanks a lot. -- Posted via http://www.ruby-forum.com/.