Re: Using Gnupg from the command line with no arguments

2013-11-27 Thread Charly Avital
Michael wrote on 11/26/13, 11:46 PM: Hi, I am a new GPG user. (New to the command line, that is.) I know that if you type gpg without any arguments in a command line it starts a primitive sort of text editor where you can type a message that you later encrypt, sign, etc. How do you tell

Re: Using Gnupg from the command line with no arguments

2013-11-27 Thread Peter Lebbing
On 26/11/13 22:46, Michael wrote: Hi, I am a new GPG user. (New to the command line, that is.) I know that if you type gpg without any arguments in a command line it starts a primitive sort of text editor where you can type a message that you later encrypt, sign, etc. I'm pretty sure this

Using Gnupg from the command line with no arguments

2013-11-26 Thread Michael
Hi, I am a new GPG user. (New to the command line, that is.) I know that if you type gpg without any arguments in a command line it starts a primitive sort of text editor where you can type a message that you later encrypt, sign, etc. How do you tell the text editor when you are done with the

Re: Using Gnupg from the command line with no arguments

2013-11-26 Thread Julian H. Stacey
Hi, I am a new GPG user. (New to the command line, that is.) I know that if you type gpg without any arguments in a command line it starts a primitive sort of text editor where you can type a message that you later encrypt, sign, etc. How do you tell the text editor when you are done with

Re: Using Gnupg from the command line with no arguments

2013-11-26 Thread Tim Chase
On 2013-11-27 00:36, Julian H. Stacey wrote: I would assume Control D = ^D = EOT = Ascii End Of Text Octal 004 = standard default fr end of data stream in Unix. I vaguely recall decades back with DOS, Microsoft used ^T Close...control+Z on DOS/Win32 -tkc