From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79219 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: GPGME (was: netrc field encryption in auth-source) Date: Mon, 27 Jun 2011 10:43:43 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87y60ncma8.fsf_-_@lifelogs.com> References: <87y61nnpoq.fsf@lifelogs.com> <87fwnuacc5.fsf@lifelogs.com> <878vtmo081.fsf@lifelogs.com> <87tycamhmv.fsf@lifelogs.com> <87pqmxvfoh.fsf@lifelogs.com> <87sjrttwh8.fsf@lifelogs.com> <87wrh4b9h9.fsf@lifelogs.com> <87aae05l8p.fsf-ueno@unixuser.org> <87k4d4b66p.fsf@lifelogs.com> <87wrh0fh4g.fsf_-_@lifelogs.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1309192351 13106 80.91.229.12 (27 Jun 2011 16:32:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2011 16:32:31 +0000 (UTC) Cc: ding@gnus.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 27 18:32:27 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QbEja-0001QH-IS for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 18:32:26 +0200 Original-Received: from localhost ([::1]:35520 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbEjZ-0006oI-H9 for ged-emacs-devel@m.gmane.org; Mon, 27 Jun 2011 12:32:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbDym-0001ok-H6 for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:44:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QbDyi-0000ld-7j for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:44:04 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:51197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QbDyh-0000lU-Nx for emacs-devel@gnu.org; Mon, 27 Jun 2011 11:44:00 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QbDyg-0001fi-IB for emacs-devel@gnu.org; Mon, 27 Jun 2011 17:43:58 +0200 Original-Received: from 38.98.147.133 ([38.98.147.133]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 17:43:58 +0200 Original-Received: from tzz by 38.98.147.133 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Jun 2011 17:43:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.133 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:8+F3avnkNn/N64wKOKJFdacM0o0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141075 gmane.emacs.gnus.general:79219 Archived-At: On Sun, 26 Jun 2011 12:09:42 +0200 Lars Magne Ingebrigtsen wrote: LMI> Ted Zlatanov writes: >> Is there a decent cipher that's built into Emacs, as a fallback if GPG >> is not installed and usable? I don't see one. LMI> It's kinda odd that Emacs doesn't have `gpg-encode-string' built in, LMI> isn't it? I mean, it has sha1 and stuff. :-) There's `epg-encrypt-string' but it still uses the GPG program under the covers. I hope Daiki Ueno could consider augmenting EPA/EPG with http://www.gnupg.org/related_software/gpgme/index.en.html, which is a library specifically designed so we can talk to GPG directly and securely through C. I would love to see that happen. I would contribute to the work in any way I can, either in EPA/EPG or as a separate effort if Daiki Ueno is not able or interested to do it. Ted