<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.cccgoe.de/index.php?action=history&amp;feed=atom&amp;title=PinentrySecure</id>
	<title>PinentrySecure - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cccgoe.de/index.php?action=history&amp;feed=atom&amp;title=PinentrySecure"/>
	<link rel="alternate" type="text/html" href="https://wiki.cccgoe.de/index.php?title=PinentrySecure&amp;action=history"/>
	<updated>2026-05-05T19:23:46Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wiki CCC Göttingen</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.cccgoe.de/index.php?title=PinentrySecure&amp;diff=7263&amp;oldid=prev</id>
		<title>Hefee: pinentry-secure: the most secure pinentry program for gpg-agent</title>
		<link rel="alternate" type="text/html" href="https://wiki.cccgoe.de/index.php?title=PinentrySecure&amp;diff=7263&amp;oldid=prev"/>
		<updated>2013-03-08T08:02:24Z</updated>

		<summary type="html">&lt;p&gt;pinentry-secure: the most secure pinentry program for gpg-agent&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Who hasn&amp;#039;t faced the problem, about an annoying ``gpg-agent``, that neddles you for hours to enter phassphrase for an GPG key.&lt;br /&gt;
This Problem is history with pinentry-secure, just enter your passphrase in the script and save it to ~/bin/pinentry-secure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;highlightSyntax language=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot;OK Your orders please&amp;quot;&lt;br /&gt;
while :&lt;br /&gt;
do&lt;br /&gt;
        read cmd&lt;br /&gt;
        [ &amp;quot;$cmd&amp;quot; == &amp;quot;GETPIN&amp;quot; ] &amp;amp;&amp;amp; echo &amp;quot;D theverysecurephassphrase OK&amp;quot;&lt;br /&gt;
        [ &amp;quot;$cmd&amp;quot; == &amp;quot;BYE&amp;quot; ] &amp;amp;&amp;amp; break&lt;br /&gt;
        [&amp;quot;$cmd&amp;quot; != &amp;quot;GETPIN&amp;quot; ] &amp;amp;&amp;amp; echo &amp;quot;OK&amp;quot;&lt;br /&gt;
done&lt;br /&gt;
&amp;lt;/highlightSyntax&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now we have to use it ~/.gnupg/gpg-agent.conf:&lt;br /&gt;
&lt;br /&gt;
   pinentry-program ~/bin/pinentry-secure&lt;br /&gt;
   [...]&lt;br /&gt;
&lt;br /&gt;
relogin and gpg-agent will never asks you again for a passphrase.&lt;br /&gt;
&lt;br /&gt;
[[Category:Projekte]]&lt;/div&gt;</summary>
		<author><name>Hefee</name></author>
	</entry>
</feed>