Re: [openpgp] "OpenPGP Simple"

Wyllys Ingersoll <wyllys@gmail.com> Tue, 17 March 2015 12:53 UTC

Return-Path: <wyllys@gmail.com>
X-Original-To: openpgp@ietfa.amsl.com
Delivered-To: openpgp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 097071A03A1 for <openpgp@ietfa.amsl.com>; Tue, 17 Mar 2015 05:53:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ESakmmGt3z9 for <openpgp@ietfa.amsl.com>; Tue, 17 Mar 2015 05:53:41 -0700 (PDT)
Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 535481A00BE for <openpgp@ietf.org>; Tue, 17 Mar 2015 05:53:41 -0700 (PDT)
Received: by obdfc2 with SMTP id fc2so6119360obd.3 for <openpgp@ietf.org>; Tue, 17 Mar 2015 05:53:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=Hqp3n7HIm3Eo5e/Qzej9ZTcDLiNNwFAD2Ns0kcInneo=; b=tqnVHZTUQsEG02HqpJubqb0Q1/qOpt/5qycTwyp5BSCOxJTA8KJyB2X1p2XOhBt46h RI87KBoygL9UmyzUP1tYf6YMyrYd5R2taw1QARHIL3slEL2lrIbnlf7SVoz8qiv51Wil DqcOFSOaeP3f0K0yNRP3yPSVFzmloRADEsRaFWmcv5gebofRKRr7GYtFBOPRiFvJiM3v Zn3M7RrlZFdrM1OT8I8QdIsFQq92YsRvn0SLGyC6fnsOZlqUXXSXfJ2b2xjfr2+wsMfD jFmSkl+l+Pvld9aBWs4pnbaKvFAn5uo4JX1alUO7TbGidoBbmwzs725VrLPYxIZ5EN0v jalQ==
X-Received: by 10.60.63.39 with SMTP id d7mr33265844oes.72.1426596820764; Tue, 17 Mar 2015 05:53:40 -0700 (PDT)
MIME-Version: 1.0
References: <9A043F3CF02CD34C8E74AC1594475C73AAFB3811@uxcn10-5.UoA.auckland.ac.nz> <CAHBU6itMP3-wUGF3DAO_wZKwKJPWd=9g8g4GZ=hvnamkqJX55w@mail.gmail.com>
In-Reply-To: <CAHBU6itMP3-wUGF3DAO_wZKwKJPWd=9g8g4GZ=hvnamkqJX55w@mail.gmail.com>
From: Wyllys Ingersoll <wyllys@gmail.com>
Date: Tue, 17 Mar 2015 12:53:39 +0000
Message-ID: <CAHRa8=U-VBGYV0-+MWtvmUAGjh-7X795JLF+hDqDJZ=u79ioQg@mail.gmail.com>
To: Tim Bray <tbray@textuality.com>, Peter Gutmann <pgut001@cs.auckland.ac.nz>
Content-Type: multipart/alternative; boundary="001a11c21ff0bd4ec605117b74e9"
Archived-At: <http://mailarchive.ietf.org/arch/msg/openpgp/oQwauUUSLqD8HH7Bwc6yXpfjmSw>
Cc: openpgp@ietf.org
Subject: Re: [openpgp] "OpenPGP Simple"
X-BeenThere: openpgp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "Ongoing discussion of OpenPGP issues." <openpgp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/openpgp>, <mailto:openpgp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/openpgp/>
List-Post: <mailto:openpgp@ietf.org>
List-Help: <mailto:openpgp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/openpgp>, <mailto:openpgp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Mar 2015 12:53:43 -0000

On Tue, Mar 17, 2015 at 3:03 AM Tim Bray <tbray@textuality.com> wrote:

> I have repeatedly found it useful, even in recent times, to cut/paste
> ASCII-armored messages on my mobile. Am I a Neanderthal?
>

No!  This was exactly my first thought also. ASCII Armor format is
extremely useful for passing the messages from app-to-app via the system
clipboard using copy-and-paste.  As a mobile PGP developer, there are
situations where this is the most convenient way to move the PGP
message/key from a non-PGP enabled app (like most standard mobile mail
clients) and into an app that can decode/decrypt it correctly.

If ASCII Armor is to be deprecated, I would hope that we at least replace
it with something else that can be easily copied-and-pasted.