<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a mpeimpiii's log &#187; enigmail</title>
	<atom:link href="http://log.born.gr/tag/enigmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.born.gr</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 10:44:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Χρήσιμες πληροφορίες για τη χρήση του GnuPGP</title>
		<link>http://log.born.gr/2008/03/17/%cf%87%cf%81%ce%ae%cf%83%ce%b9%ce%bc%ce%b5%cf%82-%cf%80%ce%bb%ce%b7%cf%81%ce%bf%cf%86%ce%bf%cf%81%ce%af%ce%b5%cf%82-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b7-%cf%87%cf%81%ce%ae%cf%83%ce%b7-%cf%84%ce%bf%cf%85-gn/</link>
		<comments>http://log.born.gr/2008/03/17/%cf%87%cf%81%ce%ae%cf%83%ce%b9%ce%bc%ce%b5%cf%82-%cf%80%ce%bb%ce%b7%cf%81%ce%bf%cf%86%ce%bf%cf%81%ce%af%ce%b5%cf%82-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b7-%cf%87%cf%81%ce%ae%cf%83%ce%b7-%cf%84%ce%bf%cf%85-gn/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 11:16:50 +0000</pubDate>
		<dc:creator>giannis</dc:creator>
				<category><![CDATA[everyday]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[enigmail]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://log.born.gr/2008/03/17/%cf%87%cf%81%ce%ae%cf%83%ce%b9%ce%bc%ce%b5%cf%82-%cf%80%ce%bb%ce%b7%cf%81%ce%bf%cf%86%ce%bf%cf%81%ce%af%ce%b5%cf%82-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b7-%cf%87%cf%81%ce%ae%cf%83%ce%b7-%cf%84%ce%bf%cf%85-gn/</guid>
		<description><![CDATA[Για τη δημιουργία νέου κλειδιού system:~$ gpg --gen-key Μπορούμε να δούμε το κλειδί με την επιλογή -Κ ή &#8211;list-secret-keys system:~$ gpg -K Για την εύκολη ανακοίνωση προς όλους ότι το κλειδί έχει χαθεί ή απλώς δε χρησιμοποιείται πλέον δημιουργούμε ένα revoke key. system:~$ gpg --output revoke.asc --gen-revoke my@email.com Για εξαγωγή του public key μας system:~$ [...]]]></description>
			<content:encoded><![CDATA[<p>Για τη δημιουργία νέου κλειδιού</p>
<pre>system:~$ gpg --gen-key</pre>
<p>Μπορούμε να δούμε το κλειδί με την επιλογή -Κ ή &#8211;list-secret-keys</p>
<pre>system:~$ gpg -K</pre>
<p>Για την εύκολη ανακοίνωση προς όλους ότι το κλειδί έχει χαθεί ή<br />
απλώς δε χρησιμοποιείται πλέον δημιουργούμε ένα revoke key.</p>
<pre>system:~$ gpg --output revoke.asc --gen-revoke my@email.com</pre>
<p>Για εξαγωγή του public key μας</p>
<pre>system:~$ gpg --armor --export my@email.com &gt; my.public.key.asc</pre>
<p>To public key είναι και αυτό  που θα δίνουμε στους φίλους μας προκειμένου<br />
να μας στείλουν encrypted κείμενα ή email.</p>
<p>Αν θέλουμε να κάνουμε encrypt ένα κείμενο</p>
<pre>gpg --output doc.gpg --symmetric doc        #file symmetric encryption</pre>
<p>και αντίστοιχα decrypt</p>
<pre>gpg --output doc.plain --decrypt doc.gpg        #file decryption</pre>
<p>Για integration του <a title="GnuPGP website" href="http://www.gnupg.org/">GnuPGP</a> στον <a title="Download Thunderbird Email Client" href="http://www.getthunderbird.com">Thunderbird</a> υπάρχει το add-on <a title="Download Enigmail add-on for Thunderbird" href="http://enigmail.mozdev.org/home/index.php">enigmail</a> το οποίο αυτοματοποιεί αρκετά<br />
αρκετές διαδικασίες <img src='http://log.born.gr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://log.born.gr/2008/03/17/%cf%87%cf%81%ce%ae%cf%83%ce%b9%ce%bc%ce%b5%cf%82-%cf%80%ce%bb%ce%b7%cf%81%ce%bf%cf%86%ce%bf%cf%81%ce%af%ce%b5%cf%82-%ce%b3%ce%b9%ce%b1-%cf%84%ce%b7-%cf%87%cf%81%ce%ae%cf%83%ce%b7-%cf%84%ce%bf%cf%85-gn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

