<?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>Ubublog &#187; encriptar</title>
	<atom:link href="http://ubublog.com/tag/encriptar/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubublog.com</link>
	<description>Otro blog más de Ubuntu</description>
	<lastBuildDate>Mon, 05 Jul 2010 10:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Encriptar archivos en ubuntu</title>
		<link>http://ubublog.com/2009/07/08/encriptar-archivos-en-ubuntu/</link>
		<comments>http://ubublog.com/2009/07/08/encriptar-archivos-en-ubuntu/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 07:47:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[script]]></category>
		<category><![CDATA[encriptar]]></category>

		<guid isPermaLink="false">http://ubublog.com/?p=179</guid>
		<description><![CDATA[Leyendo en kaeltas, vi este post de como encriptar nuestros archivos en ubuntu, que me imagino que valdrá para otras distribuciones.
Para realizarlo es muy fácil.
Para encriptar, comprobamos que tenemos instalado gpg
[bash]
whereis gpg
[/bash]
si lo tenemos instalado nos devolverá algo como esto: gpg: /usr/bin/gpg      /usr/share/man/man1/gpg.1.gz
Luego para encriptar un archivo hacemos esto:
[bash]
gpg -c archivo
[/bash]
Nos saldrá una pantalla para [...]]]></description>
			<content:encoded><![CDATA[<p>Leyendo en <a title="Ir al sitio" href="http://kaeltas.blogspot.com/2009/07/como-encriptar-y-proteger-tus-archivos.html" target="_blank">kaeltas</a>, vi este post de como encriptar nuestros archivos en ubuntu, que me imagino que valdrá para otras distribuciones.<br />
Para realizarlo es muy fácil.<br />
Para encriptar, comprobamos que tenemos instalado gpg</p>
<p>[bash]<br />
whereis gpg<br />
[/bash]</p>
<p>si lo tenemos instalado nos devolverá algo como esto: <strong>gpg: /usr/bin/gpg      /usr/share/man/man1/gpg.1.gz</strong><br />
Luego para encriptar un archivo hacemos esto:</p>
<p>[bash]<br />
gpg -c archivo<br />
[/bash]</p>
<p>Nos saldrá una pantalla para introducir la contraseña. Y con esto ya tenemos encriptado nuestro archivo.<br />
Y para desencriptarlo tan solo debemos hacer esto</p>
<p>[bash]<br />
gpg archivo<br />
[/bash]</p>
<p>Aquí os dejo un videotutorial<br />
<center><br />
<object width="600" height="338"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=5515669&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=5515669&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="338"></embed></object><br />
</center><br />
<center><div><script type="text/javascript"><!--
google_ad_client = "pub-2571031094084229";
/* 468x60, creado 6/06/09 */
google_ad_slot = "8203259291";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></center></p>
]]></content:encoded>
			<wfw:commentRss>http://ubublog.com/2009/07/08/encriptar-archivos-en-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: ubublog.com @ 2010-08-01 00:12:03 -->