Me he informado sobre la diferencia de ideas entre Linux y el SDMI principalmente y veo que no me pueden ayudar.<br><br>Lo único que me queda es bajar los detalles técnicos de las SD, como se activa/desactiva el bit de encripción, creación y administración de las llaves, etc. y escribir el programa.<br>
<br>Aunque mi objetivo no es emplear la información con fines comerciales sino personales, como proteger claves, etc, entiendo que estoy solo en este asunto y la comunidad Linux no me puede ayudar en esto y voy por mi cuenta. <br>
<br>No es mi intención hacer de esta idea un flame y puede que este equivocado, pero creo que se desaprovecha el potencial de estas tarjetas para proteger información personal sensible.<br><br>De todas formas gracias.<br>
<br clear="all">Carlos Alejandro M.<br><a href="https://wiki.ubuntu.com/cl4551f13d">https://wiki.ubuntu.com/cl4551f13d</a><br><br>Por favor, no me envíe documentos adjuntos en formato Word o PowerPoint. Lea <a href="http://www.gnu.org/philosophy/no-word-attachments.es.html">http://www.gnu.org/philosophy/no-word-attachments.es.html</a><br>

<br><br><div class="gmail_quote">On Sat, Jan 17, 2009 at 21:38, Carlos Alejandro Magno <span dir="ltr">&lt;<a href="mailto:queemailmasfacil@gmail.com">queemailmasfacil@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Lamento si no me explique bien. No me refiero a emplear la funcion SDMI standard (Secure Digital Music
Initiative)
sino emplear el CPRM (Content
Protection for Recordable Media) desde Ubuntu.<br><br>De todas formas le daré una mirada a Truecrypt, el problema que veo es que hay que particionar en EXT3 toda o parte de la memoria. Lo que no deseo porque las tengo en formateadas en fat32 para emplearlas en computadores con Windows. o en dipositivos que solo leen tarjetas con formato fat32<div class="Ih2E3d">
<br>
<br clear="all">Carlos Alejandro M.<br>Linux Registered User #477738<br>Ubuntu user #23735<br>GnuPG-key: A9169BFB<br><a href="https://wiki.ubuntu.com/cl4551f13d" target="_blank">https://wiki.ubuntu.com/cl4551f13d</a><br>
<br>Por favor, no me envíe documentos adjuntos en formato Word o PowerPoint. Lea <a href="http://www.gnu.org/philosophy/no-word-attachments.es.html" target="_blank">http://www.gnu.org/philosophy/no-word-attachments.es.html</a><br>


<br><br></div><div><div></div><div class="Wj3C7c"><div class="gmail_quote">On Sat, Jan 17, 2009 at 08:49, Fabian Rodriguez <span dir="ltr">&lt;<a href="mailto:magicfab@ubuntu.com" target="_blank">magicfab@ubuntu.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Carlos Alejandro Magno wrote:<br>
&gt; He googleado bastante pero no encuentro información de como activar el<br>
&gt; hardware de cifrado de las tarjetas de memoria SD (Secure Digital)<br>
&gt; desde Ubuntu.<br>
&gt;<br>
&gt;<br>
&gt;&gt; &quot;Secure&quot; (seguro en español) en Secure Digital, viene del origen de la tarjeta.<br>
&gt;&gt; Para crear una tarjeta SD, Toshiba añadió hardware de cifrado a la ya<br>
&gt;&gt; existente tarjeta MMC, para aliviar las preocupaciones de la industria de la<br>
</div>&gt;&gt; música,[...] esquemas DRM sobre la música digital, pero esta funcionalidad se utiliza poco.<br>
&gt;&gt;<br>
<br>
<br>
Esto no es cifrado sino un esquema de protección DRM. Tenga la seguridad<br>
que no será soportado en Linux pues por definición no tendrá una<br>
especificación pública.<br>
<br>
Para cifrar tarjetas SD o pendrive USB en Ubuntu puedes ensayar esto que<br>
me funciona a mí. Esto funciona de igual manera en INtrepid o Hardy. Si<br>
alguien tiene sugerencias o mejoras, me gustaría leerlas. Disculpas de<br>
antemano si lo transcribo en inglés pero en los próximos días lo<br>
traduciré a español y lo pondré en <a href="http://docs.ubuntu-es.org" target="_blank">docs.ubuntu-es.org</a>:<br>
<br>
Truecrypt is interesting but you can do the same with your existing<br>
installation.<br>
<br>
You will need to install the cryptsetup package, and also gparted as a<br>
helper graphical application to setup partitions and format your<br>
media. This is adapted from this blog post:<br>
<a href="http://ubuntu.wordpress.com/2006/01/24/use-an-encrypted-usb-drivepart." target="_blank">http://ubuntu.wordpress.com/2006/01/24/use-an-encrypted-usb-drivepart.</a>..<br>
&lt;<a href="http://ubuntu.wordpress.com/2006/01/24/use-an-encrypted-usb-drivepartition/" target="_blank">http://ubuntu.wordpress.com/2006/01/24/use-an-encrypted-usb-drivepartition/</a>&gt;<br>
<br>
Notice I&#39;ve added a step (formatting with a regular partition first),<br>
and I used partition names instead of device names.<br>
<br>
Next, find out which device your stick is by issuing from command<br>
line:<br>
<br>
sudo lshw -C disk -short<br>
<br>
Example output:<br>
<br>
H/W path Device Class Description<br>
=======================================================<br>
/0/100/1f.1/0 /dev/sda disk 251GB Maxtor 6L250R0<br>
/0/100/1f.1/1 /dev/sdb disk 251GB Maxtor 6L250R0<br>
/0/100/1f.1/2 /dev/cdrom disk DVD-RW DVR-110D<br>
/0/100/1f.1/3 /dev/cdrom1 disk RW/DVD GCC-4521B<br>
/0/100/1f.1/3/0 /dev/cdrom1 disk<br>
/0/1/0.0.0 /dev/sdc disk 256MB Cruzer Micro<br>
/0/1/0.0.0/0 /dev/sdc disk 256MB<br>
<br>
In this case the device is /dev/sdc.<br>
<br>
Next:<br>
* Make sure the device is unmounted:<br>
sudo umount /dev/sdc1<br>
* Format your SD card using gparted, create one single ext3 partition<br>
on /dev/sdc. This will end up being partition /dev/sdc1<br>
* If you do not want to encrypt the whole stick, repartition the stick<br>
using gparted<br>
* Overwrite the created partition with an encrypted partition on the<br>
target media:<br>
sudo luksformat /dev/sdc1<br>
This will ask you for a passphrase. The default file system is &quot;vfat&quot;,<br>
but you can specify a different one with the &quot;-t&quot; option. An example<br>
of the same, using an ext3 partition:<br>
sudo luksformat -t ext3 /dev/sdc1<br>
<br>
Make sure you type YES in all capitals when prompted, read the prompts<br>
carefully.<br>
<br>
After this procedure, remove the stick and plug it in again. This<br>
should trigger a dialog which asks you for the passphrase and mounts<br>
the encrypted partition (along with any unencrypted one, of course).<br>
<br>
On the Mini 9 I was able to read a stick encrypted this way in another<br>
computer, just by installing cryptsetup. You will need to install<br>
cryptsetup and reboot every computer where you want to access this.<br>
Intrepid already comes with cryptsetup installed BTW.<br>
<br>
Just a little warning at the end: Please be aware that if you lose the<br>
passphrase, there is *NO WAY* to restore your data!<br>
<font color="#888888"><br>
<br>
<br>
<br>
<br>
--<br>
Al escribir recuerde observar la etiqueta (normas) de esta lista: <a href="http://ur1.ca/0uf7" target="_blank">http://ur1.ca/0uf7</a><br>
Para cambiar su inscripción, vaya a &quot;Cambio de opciones&quot; en <a href="http://ur1.ca/0uf9" target="_blank">http://ur1.ca/0uf9</a><br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>