T his is a guide for creating CD / DVD encryption. So for my data set do not find anyone, first of all let us not forget the password ourselves, otherwise the cd / dvd we can throw it, since there is no way to recover it, at least not in earth time. Remember that the password must be at least 20 characters. Then install the necessary with:

apt-get install aespipe mkisofs loop-aes-utils

Now we create an image file. Assume you have a folder of pictures you want to protect, then later burned. The folder called into question the image (not fantasy), we have the possibility to use a key to 128 or 256 bits, of course we will use that to 256 bits. Then:

mkisofs-r photos | aespipe-e aes256> foto.iso

Now enter the password, being careful

Create a directory where to mount the ISO image

mkdir / mnt / iso

load modules

modprobe aes

modprobe cryptoloop

foto.iso mount-t iso9660 / mnt / iso-o loop = / dev/loop0, encryption = aes256

Now we are ready to burn the iso, regardless of whether our burning program gives some error like this: Free Image Hosting at www.ImageShack.us

At this point we will have a CD encrypted to have access must mount it with:

mount-t iso9660 / dev / cdrom / mnt / iso-o loop = / dev/loop0, encryption = aes256

clearly reminding passoword.

  • Share / Bookmark

Post similar (or almost):

  1. Mount Images (ISO, BIN, CUE, NRG, MDF, IMG / CCD, DAA) in Debian Having the ability to mount an image file without ...
  2. File Cryptare Each of us, more or less, is jealous of ...
  3. Encrypt files with encfs there another way besides this for ...
  4. Mcrypt-encrypt files This is a little trick to encrypt Quickly ...
  5. Encrypt files with GPG / GnuPG to use GPG is another way ...

Tags:

One Response to "Encrypt CD / DVD"

  1. Yvette writes

    Good words.

  2. U.S. Konqueror 3 with Konqueror Linux Linux

Write a Comment

Optimized for Mozilla Firefox