From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Haselwarter Newsgroups: gmane.emacs.help Subject: decrypt a file with hidden key (EPA) Date: Wed, 30 Sep 2015 12:10:47 +0200 Message-ID: <87vbas8bfc.fsf@mure.haselwarter.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443681018 30530 80.91.229.3 (1 Oct 2015 06:30:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 06:30:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 01 08:30:11 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZhXNb-0007AS-I1 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 08:30:11 +0200 Original-Received: from localhost ([::1]:38544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXNa-0007t9-S8 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 02:30:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhELk-0004qx-Rv for help-gnu-emacs@gnu.org; Wed, 30 Sep 2015 06:11:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhELg-0005Sd-D9 for help-gnu-emacs@gnu.org; Wed, 30 Sep 2015 06:11:00 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:59250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhELg-0005S8-6V for help-gnu-emacs@gnu.org; Wed, 30 Sep 2015 06:10:56 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZhELd-0002Qq-OM for help-gnu-emacs@gnu.org; Wed, 30 Sep 2015 12:10:53 +0200 Original-Received: from apn-123-255-73-gprs.simobil.net ([46.123.255.73]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Sep 2015 12:10:53 +0200 Original-Received: from philipp by apn-123-255-73-gprs.simobil.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 30 Sep 2015 12:10:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: apn-123-255-73-gprs.simobil.net X-NSA-Fodder: Intiso Al Qaeda Arabian Peninsula S Box M72750 Agro Terror SASP X-Meat: Duck User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:I4OYpgMNMLZ3jd0sQo32+1t9F1E= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107404 Archived-At: Hi, I'm trying to use emacs to decrypt a file that was encrypted with gpg's hidden-encrypt-to option, i.e. the file doesn't tell which key it was encrypted for. But epa doesn't query me for a key to use during decryption, it just fails with > Error while decrypting with "gpg": > > gpg: encrypted with RSA key, ID 00000000 > gpg: decryption failed: No secret key Can EPA be configured to deal with this? Or is there something smart in my gpg.conf missing? cheers, -- Philipp Haselwarter