Re: private/public keypair encryption

1999-04-23 Thread Paul Rubin
But what I'm trying to do is use a (signed) public key to encrypt some data, ship it off somewhere else, and the destination to decrypt it with the corresponding private key. However, it doesn't seem that I'm really able to do that using the openssl command

private/public keypair encryption

1999-04-23 Thread Matt Burgoon
This is a question more to do with private/public keypair encryption and decryption than it does with the SSL protocol.. But what I'm trying to do is use a (signed) public key to encrypt some data, ship it off somewhere else, and the destination to decrypt it with the corresponding privat