<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.thebuble.org/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Bubble Sweat Bubble - Tag - gnupg</title>
  <link>http://blog.thebuble.org/</link>
  <atom:link href="http://blog.thebuble.org/feed/tag/gnupg/rss2" rel="self" type="application/rss+xml"/>
  <description>Les périgrinations d'un mec normal dans un monde qui ne l'est franchement pas</description>
  <language>fr</language>
  <pubDate>Sun, 22 Aug 2010 19:53:29 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Emacs : gestion transparente de GPG</title>
    <link>http://blog.thebuble.org/post/2009/12/23/Emacs-%3A-gestion-transparente-de-GPG</link>
    <guid isPermaLink="false">urn:md5:a30324ffd7c7c3d61ae4be369daaa4e1</guid>
    <pubDate>Wed, 23 Dec 2009 19:47:00 +0100</pubDate>
    <dc:creator>Olivier</dc:creator>
        <category>emacs</category>
        <category>emacs</category><category>gnupg</category>    
    <description>    &lt;p&gt;La gestion des fichiers GPG est très pratique sous emacs&amp;nbsp;: chiffrement et déchiffrement à la volée sont par exemple au programme.&lt;/p&gt;


&lt;p&gt;Pour profiter de tout cela, il suffit d'ajouter ceci à son &lt;em&gt;.emacs&lt;/em&gt;&amp;nbsp;:&lt;/p&gt;
&lt;pre class=&quot;lisp&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;; load epa&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;require 'epa&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;file&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;epa&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;file&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;enable&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;; use epa with files *.gpg et *.asc&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;setq&lt;/span&gt; epa&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;file&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;name&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;regexp &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\\&lt;/span&gt;.&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\\&lt;/span&gt;(gpg&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\\&lt;/span&gt;|asc&lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\\&lt;/span&gt;)$&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;setq&lt;/span&gt; epa&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;file&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;cache&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;passphrase&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;for&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;symmetric&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;encryption t&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;require 'pgg&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;; default mode to gpg&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;setq&lt;/span&gt; pgg&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;default&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;scheme 'gpg&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;; forgot passphrase after 600 seconds&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;setq&lt;/span&gt; pgg&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;passphrase&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;cache&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;expiry &lt;span style=&quot;color: #cc66cc;&quot;&gt;600&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;
&amp;nbsp;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;; gpg default ID to use&lt;/span&gt;
&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #b1b100;&quot;&gt;setq&lt;/span&gt; pgg&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;default&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;user&lt;span style=&quot;color: #66cc66;&quot;&gt;-&lt;/span&gt;id &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Your GPG default ID&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/pre&gt;</description>
    
    
    
          <comments>http://blog.thebuble.org/post/2009/12/23/Emacs-%3A-gestion-transparente-de-GPG#comment-form</comments>
      <wfw:comment>http://blog.thebuble.org/post/2009/12/23/Emacs-%3A-gestion-transparente-de-GPG#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.thebuble.org/feed/atom/comments/38</wfw:commentRss>
      </item>
    
  <item>
    <title>Configurer le support GPG pour Thunderbird sous Mac OS X</title>
    <link>http://blog.thebuble.org/post/2007/12/15/Configurer-le-support-GPG-pour-Thunderbird-sous-Mac-OS-X</link>
    <guid isPermaLink="false">urn:md5:0fc11010d2c7cb89df1f8b624665f6ef</guid>
    <pubDate>Sat, 15 Dec 2007 02:34:00 +0100</pubDate>
    <dc:creator>Olivier</dc:creator>
        <category>techno</category>
        <category>gnupg</category><category>mac</category><category>thunderbird</category>    
    <description>    Un petit tutoriel pour expliquer comment activer le support de GnuPG dans Thunderbird sous Mac OS X parce que je me suis bien pris la tête pour trouver...
&lt;ol&gt;
&lt;li&gt;Installer gpg et gpg-agent (sudo port install gnupg2 &amp;amp;&amp;amp; sudo port install gpg-agent)&lt;/li&gt;
&lt;li&gt;Installer l'extension &lt;a href=&quot;https://addons.mozilla.org/fr/thunderbird/addon/71&quot; title=&quot;Enigmail&quot;&gt;Enigmail&lt;/a&gt; pour Thunderbird&lt;/li&gt;
&lt;li&gt;Créer un dossier .MacOSX dans votre dossier utilisateur (par exemple /Users/toto/.MacOSX)&lt;/li&gt;
&lt;li&gt;Enregistrer dans ce dossier le fichier &lt;a href=&quot;http://slaa.free.fr/wordpress/wp-content/2007/12/environment1.plist&quot; title=&quot;environment.plist&quot;&gt;environment.plist&lt;/a&gt; joint à ce post en prenant soint de remplacer &quot;/Users/toto&quot; par &quot;/Users/votre_login&quot;&lt;/li&gt;
&lt;li&gt;Enregistrer l'application Gpg-Agent jointe dans votre dossier/Applications&lt;/li&gt;
&lt;li&gt;Modifier votre fichier /Users/toto/.profile pour y rajouter la ligne : eval $(cat ~/.gnupg/.gpg-agent)&lt;/li&gt;
&lt;li&gt;Dans &quot;Préférences système &amp;gt; Comptes &amp;gt; Ouverture&quot;, ajouter le lancement de l'application Gpg-Agent&lt;/li&gt;
&lt;li&gt;Redémarrer votre session&lt;/li&gt;
&lt;li&gt;C'est gagné !&lt;/li&gt;
&lt;/ol&gt;</description>
    
          <enclosure url="http://blog.thebuble.org/public/Gpg-Agent.app"
      length="13780" type="text/plain" />
    
    
          <comments>http://blog.thebuble.org/post/2007/12/15/Configurer-le-support-GPG-pour-Thunderbird-sous-Mac-OS-X#comment-form</comments>
      <wfw:comment>http://blog.thebuble.org/post/2007/12/15/Configurer-le-support-GPG-pour-Thunderbird-sous-Mac-OS-X#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.thebuble.org/feed/atom/comments/3</wfw:commentRss>
      </item>
    
  <item>
    <title>Mettre à jour une clef gpg de dépôt debian</title>
    <link>http://blog.thebuble.org/post/2006/01/10/Mettre-a-jour-une-clef-gpg-de-depot-debian</link>
    <guid isPermaLink="false">urn:md5:066185c8d9b98750982303613699d365</guid>
    <pubDate>Tue, 10 Jan 2006 11:59:00 +0100</pubDate>
    <dc:creator>Olivier</dc:creator>
        <category>gnu/linux</category>
        <category>debian</category><category>gnupg</category>    
    <description>    Lorsque la commande apt-get update vous insulte avec un message du genre &lt;em&gt;&quot;W: GPG error: ftp://ftp.nerim.net unstable Release: Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 010908312D230C5F&quot;&lt;/em&gt;, c'est qu'il est nécessaire de mettre à jour la clé du dépôt concerné dans le jeu de clés utilisé par apt.&lt;br /&gt;
&lt;br /&gt;
A partir de là deux solutions : il s'agit du dépôt maître debian et vous voulez mettre à jour l'ensemble des jeux de clés correspondant. Un simple &lt;code&gt;wget http://ftp-master.debian.org/ziyi_key_2006.asc -O - | apt-key add -&lt;/code&gt; devrait faire l'affaire.&lt;br /&gt;
Si vous voulez ne mettre à jour que la clé spécifiée par apt, il suffit de récupérer le numéro de la clé, les 8 derniers caractères réportés par apt correspondant à l'identifiant réel de la clé. Par exemple le message &quot;NO_PUBKEY 010908312D230C5F&quot; nous dit que l'identifiant de la clé est &quot;2D230C5F&quot;. Ensuite il faut taper les commandes suivantes (en root) :&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 2D230C5F&lt;br /&gt;
gpg --armor --export 2D230C5F | apt-key add -&lt;/code&gt;</description>
    
    
    
          <comments>http://blog.thebuble.org/post/2006/01/10/Mettre-a-jour-une-clef-gpg-de-depot-debian#comment-form</comments>
      <wfw:comment>http://blog.thebuble.org/post/2006/01/10/Mettre-a-jour-une-clef-gpg-de-depot-debian#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.thebuble.org/feed/atom/comments/25</wfw:commentRss>
      </item>
    
</channel>
</rss>