Edit: Sorry for the confusion. Actually I want to know whether it is possible to encrypt using private key. (This automatically means signing too.) I wish to do this in a C program by running a script.
btw, is encrypting with private key a good idea to send a signed message to audience which will decrypt it with my public key ?
Old question: How to "sign" a file with gpg using my own private key in GNU/Linux? I saw the man page but it doesn't give any info about this. Also, how the other party verify my signature created in this manner?
Please give the command line options to accomplish this, if it is possible.
I saw other questions on SO but they talk about Android, JAVA etc. I want just command line options. thx.
--symmetricand/or--encrypt --recipient KEYIDin concert with--sign. Read the man page or open up a question on one of the websites I mentioned if you need help. – ryran Nov 13 '12 at 2:55