diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2014-04-07 23:28:54 -0400 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2014-04-08 03:29:22 +0000 |
commit | f01f03f9ff10460fc6c7c24b90d411b3764d8857 (patch) | |
tree | 486384875f1153fd8377c208b6d810288bb714c3 | |
parent | 12dd3c784574cccc052a0c95ba0d092bef0c3afa (diff) | |
download | pi-bitcoindev-f01f03f9ff10460fc6c7c24b90d411b3764d8857.tar.gz pi-bitcoindev-f01f03f9ff10460fc6c7c24b90d411b3764d8857.zip |
Re: [Bitcoin-development] Draft BIP for seamless website authentication using Bitcoin address
-rw-r--r-- | 0c/0560980edca75d070fb3efe3a4d123647f5d8d | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/0c/0560980edca75d070fb3efe3a4d123647f5d8d b/0c/0560980edca75d070fb3efe3a4d123647f5d8d new file mode 100644 index 000000000..ec45ffe21 --- /dev/null +++ b/0c/0560980edca75d070fb3efe3a4d123647f5d8d @@ -0,0 +1,91 @@ +Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] + helo=mx.sourceforge.net) + by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <jgarzik@bitpay.com>) id 1WXMiw-0006sO-BX + for bitcoin-development@lists.sourceforge.net; + Tue, 08 Apr 2014 03:29:22 +0000 +Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of bitpay.com + designates 209.85.212.173 as permitted sender) + client-ip=209.85.212.173; envelope-from=jgarzik@bitpay.com; + helo=mail-wi0-f173.google.com; +Received: from mail-wi0-f173.google.com ([209.85.212.173]) + by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1WXMiv-00040b-C6 + for bitcoin-development@lists.sourceforge.net; + Tue, 08 Apr 2014 03:29:22 +0000 +Received: by mail-wi0-f173.google.com with SMTP id z2so6263167wiv.6 + for <bitcoin-development@lists.sourceforge.net>; + Mon, 07 Apr 2014 20:29:15 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:mime-version:in-reply-to:references:from:date + :message-id:subject:to:cc:content-type:content-transfer-encoding; + bh=uyreDqYQ7oL1ALnwM8rY2qa/hIfTKspLiKRi0F1esxY=; + b=bwTjNen0Js3HjLsn4lGPEYuGanFbO+lcpGjTX9q4urmWLHRCaWxPW4VEDvy3fZ7yEA + otwHDUKNrnPSLsinZyqd8GS3CpEDxBp5CUBKSv16beTZTaIzsaH8YuLnbDimvdnpDMQe + 9Yodz8OcOGnWnNCIVwzaL/YtlCVJI6PL0k3/+83Fs9rigE5dnmhXMEB1GYY2LMiIRKPX + FY0/QRXwhnoGSa5gneDv8AMH4Ncobnp/oIm/Su3ZINqU9fMW5gu2w14a3MM+7aT7pFkL + PhZzLcDCb/HlSlowFl9phLui5h/5GTihXyuD20BWMBo9dNoecE89GTAEfqXO/17Gm+7I + SsDQ== +X-Gm-Message-State: ALoCoQmndCKHIpnoIKGSCo1ixW5DQz8ddOqQwpn60BzTqQF1nsVnO3ZZixwhacwwg0n9448XJ7Yl +X-Received: by 10.180.189.139 with SMTP id gi11mr29293961wic.53.1396927755129; + Mon, 07 Apr 2014 20:29:15 -0700 (PDT) +MIME-Version: 1.0 +Received: by 10.194.243.138 with HTTP; Mon, 7 Apr 2014 20:28:54 -0700 (PDT) +In-Reply-To: <CA+WZAEpwBqucw7kOFrRn_TsnVGaY0-hm4Xv64_i7LweEzQ=oGw@mail.gmail.com> +References: <CA+WZAEp3HsW5ESGUZ7YfR1MZXGC5jd+LucUt_MUP8K94Xwhuhg@mail.gmail.com> + <CANEZrP0KVyp2Va7Wyy=t0qYkLNK9BDUaSzBfuzQss+=weLJ1Fw@mail.gmail.com> + <CA+WZAEqYKv8T1OMCKhOJvf5FAy=WujJ=OhtsYP9aBf=4ZPNxmw@mail.gmail.com> + <CANEZrP0DTYqobECBbw6eZqdk+-TR_2jhBtOviN08r31EQGmZHQ@mail.gmail.com> + <CANEZrP2Z5x0_kOQ=8-BMzbmi9=D=ou=s3dgEksMA5F84BHSt9A@mail.gmail.com> + <CA+WZAEqREDkDvmhM7AY+Ju3fkm3uOGm39Ef9+SYoEr43ybbg2Q@mail.gmail.com> + <CANEZrP15xWWq2jU5yKjG+9hp___OovtbH+vM5KkzFcaQ=koRow@mail.gmail.com> + <CA+WZAEpwBqucw7kOFrRn_TsnVGaY0-hm4Xv64_i7LweEzQ=oGw@mail.gmail.com> +From: Jeff Garzik <jgarzik@bitpay.com> +Date: Mon, 7 Apr 2014 23:28:54 -0400 +Message-ID: <CAJHLa0Nd1hVrcB9Koyv99zN_ykJbHW21qC3KdjZHB4PmOLLgnQ@mail.gmail.com> +To: =?ISO-8859-1?Q?Eric_Larchev=EAque?= <elarch@gmail.com> +Content-Type: text/plain; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable +X-Spam-Score: -1.6 (-) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for + sender-domain + -0.0 SPF_PASS SPF: sender matches SPF record + -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from + author's domain + 0.1 DKIM_SIGNED Message has a DKIM or DK signature, + not necessarily valid + -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature +X-Headers-End: 1WXMiv-00040b-C6 +Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] Draft BIP for seamless website + authentication using Bitcoin address +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Tue, 08 Apr 2014 03:29:22 -0000 + +On Fri, Apr 4, 2014 at 10:56 AM, Eric Larchev=EAque <elarch@gmail.com> wrot= +e: +> Yes, but no one will ever install a plug in. + +This is quite true. I said the same about KryptoKit. Incredibly cool +to do bitcoin + PGP in client... but ultimately plugins reach 0.01% +of the user population. + +--=20 +Jeff Garzik +Bitcoin core developer and open source evangelist +BitPay, Inc. https://bitpay.com/ + + |