I would like to use OpenSSL to send encrypted information to a browser. The
information would be encrypted to a public key that has its private
counterpart installed in the browser. The idea is that the information would
be decrypted automatically, but only when the destination browser has the
right private key installed.

Would it be possible to us header("Content-type: multipart/encrypted"),
since it is originally meant for messages?

--
René


Reply via email to