On Wed, Apr 14, 2004 at 12:40:00PM -0700, Brian Cook wrote: > or, does it make more sense to salt the secret data > that must be shared before encrypting it with the RSA > public keys?
This is the standard because it's more efficient, and it's what Crypto++ does if you use the RSA encryption classes.
