Encrypt cd / dvd
Written by edmond in Applications, Cryptare, Debian, Gnu-Linux, SecurityT 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:
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.
Post similar (or almost):
- Mount Images (ISO, BIN, CUE, NRG, MDF, IMG / CCD, DAA) in Debian Having the ability to mount an image file without ...
- File Cryptare Each of us, more or less, is jealous of ...
- Encrypt files with encfs there another way besides this for ...
- Mcrypt-encrypt files This is a little trick to encrypt Quickly ...
- Encrypt files with GPG / GnuPG to use GPG is another way ...
















October 27th, 2008 at 18:02
Good words.