Encrypting

The command to encrypt is

gpg -e Recipient [Data]

or

gpg --encrypt Recipient [Data]

To avoid the risk that somebody else claims to be you, it is very useful to sign everything you encrypt, see Using Signatures.