Mikmorg wrote: > I am looking for a way to use symmetric encryption on a day-to-day basis, > using a key-file of some sort to decypher the file. I have decided that > using my asymmetric private key in the following way was the best for this, > using the following method: >
I think I sort of get what you are trying to do here:
random key -> encrypt data w/ random key
|
V
encrypt key w/ public key
... which is actually what GPG does with bog-standard public key
encryption! Or do you want something else?
--
Alphax
Death to all fanatics!
Down with categorical imperative!
OpenPGP key: http://tinyurl.com/lvq4g
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
