« Return to Thread: Symmetric encypher with private key decypher

Re: Symmetric encypher with private key decypher

by Alphax (Wikipedia email) :: Rate this Message:

Reply to Author | View in Thread

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



_______________________________________________
Gnupg-users mailing list
Gnupg-users@...
http://lists.gnupg.org/mailman/listinfo/gnupg-users

signature.asc (554 bytes) Download Attachment

 « Return to Thread: Symmetric encypher with private key decypher