Just use a different symetric key on every encryption (someway autogenerate
it), and encrypt that key with your public key so that in the end you can get
the symetric key with your private key when you want it.
Isn't that the way asymmetric encryption works anyway, internally? That's because public-key ciphers are very slow, so they're only used to encrypt the random symmetric key, and then the symmetric cipher is used for the data itself.

--
--------------------------------------------------------------
from: Jonathan "Chromatix" Morton
mail: [EMAIL PROTECTED]
website: http://www.chromatix.uklinux.net/
tagline: The key to knowledge is not to rely on people to teach you it.

--
[EMAIL PROTECTED] mailing list



Reply via email to