secret key
Brian Minton
minton@csc.smsu.edu
Thu May 17 00:01:01 2001
--BwCQnh7xodEAoBMC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Wed, May 16, 2001 at 03:13:09PM -0600, Sheriy Chang wrote:
> every time that I use gpg --default-secret-key schang@dm.co.cr
>=20
> it show a me this stupid message
>=20
> pgp: Go ahead and type your message
>=20
>=20
> What I suppose to do here? I type and type and I dont know how to finish=
=20
> this, please help me out.
it is just saying this to let you know that it is waiting for data on
tandard input. Normally, you would also use an option such as --clearsign
or --encrypt or a combination of options, such as:
echo hi|gpg --ascii-armor --sign --encrypt --recipient foo@bar.com
Note that there are short versions of many of the long options:
echo hi|gpg -a -s -e -r foo@bar.com
These two examples use the standard input as the text to be signed and
encrypted. you can also use a file, such as:
gpg -a -e -r foo@bar.com somefile.txt
which produced an encrypted file called somefile.txt.asc which is only
decipherable by the owner of the private key for foo@bar.com . For more
information, you may want to read the GNU Privacy Handbook:
<http://www.gnupg.org/gph/en/manual.html>=20
or the GnuPG mini-howto:
<http://www.dewinter.com/gnupg_howto/english/>
--=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://cs.smsu.edu/~minton / PGP key id 0x24B44202 _ _my favorite OS!
bjm918s@mail.smsu.edu / www.bellview.org | | <_>._ _ _ _ __
bminton@earthling.net / What are you waiting for, | |_ | || ' || | |\ \/
bminton@efn.org / try Jesus today!!! |___||_||_|_|`___|/\_\
"Many shall run to and fro, and knowledge shall be increased" --Daniel 12:4
--BwCQnh7xodEAoBMC
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (FreeBSD)
Comment: For info see http://www.gnupg.org
iD8DBQE7Avg6p0PPDCS0QgIRAifkAJ42nD8U0TXNg2An4intKiVofLBT/gCdGjmC
UncYHndBqIEUd4pEe4BAriM=
=Gx3E
-----END PGP SIGNATURE-----
--BwCQnh7xodEAoBMC--