From owner-freebsd-questions@FreeBSD.ORG Thu Aug 15 14:13:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3CA5421E for ; Thu, 15 Aug 2013 14:13:15 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98494230A for ; Thu, 15 Aug 2013 14:13:14 +0000 (UTC) Received: from mail-ee0-f47.google.com ([74.125.83.47]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUgzh8pT8T8IPrytyqsYCimq+KmsqwqB/@postini.com; Thu, 15 Aug 2013 14:13:14 UTC Received: by mail-ee0-f47.google.com with SMTP id d49so390227eek.20 for ; Thu, 15 Aug 2013 07:13:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:sender:date:from:message-id:to:subject:reply-to; bh=zqC3V+7IObk2IynjX/3bT7KTyRbZsOeaqBnTaLVaNhs=; b=cu68uPn3iGPs8c7nO1G+Q5jWy5IRFYU8O3xdOXSX9hCPz+JS91vSr1Go8odukVovZq fhF7IrTvboCbg974HSBq9vqCNUuqhXBV2jW4+AIneBSRkRy40Hs03cHWUGD33MY5lJaG lJdiLcZ7s6XS3GNL4VsUztsDMo3Hj3WPCA5CizJcEnjq9SUXVqPe+3TXX8EXjYxtrUo9 +NHmEZoxo+goNPqjnfeim9MfIdeTnW+7ckMJsSkAa9r3RyoQ5XeuC/VNLF9UrWqBhVy1 hcZZFgAER3TXwgU2/fNTep3jS7LXH7s1v9nXDMYo8E2LIY3lmEtRjvDuNrVaLVsRwA7F 3EBw== X-Received: by 10.14.4.1 with SMTP id 1mr5768091eei.21.1376575613966; Thu, 15 Aug 2013 07:06:53 -0700 (PDT) X-Gm-Message-State: ALoCoQlkSf6ewJ/SkDF1XqokpFmohewgrneMczYPirbx91Pb7/GlMussDEv1N7MjVjn9UOVtuKe5pRJdwy55aiZrIpAy4jBwOwLfv7OtrcodzPy/nwggVhuozY3LMihVWoX4t4hGazPo4PpYL+V8/cPdyyN99ywvjL9PgPbYh7CHivl8sxjzaUnGPD+1nTSaPDPPJPoS30QV X-Received: by 10.14.4.1 with SMTP id 1mr5768087eei.21.1376575613908; Thu, 15 Aug 2013 07:06:53 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id l47sm40273596eex.15.2013.08.15.07.06.51 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 Aug 2013 07:06:52 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r7FE6oET017056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 15 Aug 2013 15:06:50 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r7FE6nC1017053 for freebsd-questions@freebsd.org; Thu, 15 Aug 2013 15:06:49 +0100 (BST) (envelope-from mexas) Date: Thu, 15 Aug 2013 15:06:49 +0100 (BST) From: Anton Shterenlikht Message-Id: <201308151406.r7FE6nC1017053@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org Subject: Re: where to start with PGP/GPG? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2013 14:13:15 -0000 >From mexas Thu Aug 15 13:16:09 2013 >To: freebsd-questions@freebsd.org >Subject: where to start with PGP/GPG? >Reply-To: mexas@bris.ac.uk > >I never needed to use pgp till now. >So I'm not sure where to start. >Is security/gnupg the way to go? >Any other advice? Answering my own question, this guide seems up to date and about the right level for a novice (me): https://help.ubuntu.com/community/GnuPrivacyGuardHowto Anton