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 does not find anyone, first of all let's not forget the password yourself, otherwise the cd / dvd can throw it, since there would be no way to recover, at least not in times land. Remember that the password must be at least 20 characters. So you need to install:
apt-get install mkisofs aespipe loop-aes-utils
At this point we create an image file. Assume you have a folder with pictures that we want to protect, and then burn them later. The folder called into question the picture (not fantasy), we can use a 128 or 256-bit key, of course we'll use that to 256 bits. Then:
mkisofs-r photos | aespipe-e aes256> foto.iso
At this point we insert the password, being careful
Create a directory to mount the iso image
mkdir / mnt / iso
load modules
modprobe aes
modprobe cryptoloop
mount-t iso9660 foto.iso / 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 an encrypted CD to access them you must mount it with:
mount-t iso9660 / dev / cdrom / mnt / iso-o loop = / dev/loop0, encryption = aes256
clearly reminding passoword.
Post similar (or almost):
- Script "Send to Dropbox" menu of Nautilus missing ...
- (Safety) Metadata on Linux with ExifTool ExifTool is a command line tool for ...
- Transforming all the photos in B / W fast A quick way to turn a folder full ...
- RarCrack on Debian Squeeze RarCrack uses an algorithm to find the bruteforce ...
- Installing on Debian Squeeze Metasploit Metasploit Project is a computer security ...






















Mozilla/5.0 (compatible; Konqueror / 3, Linux)
Good words.
Like or Dislike:
0
0