Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-06-03 Thread pierrefalek
I'm continuing the post #22 by HKR I've corrected some commands dd if=/dev/zero bs=1M count=665 of=my-container.iso On this command, you will notice the use of .iso rather than .img used in this tutorial http://elephly.net/posts/2013-10-01-dm-crypt.html Using a .iso file is better for

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-31 Thread universlibre
Create an empty file with the size of your container (10 MB here) dd if=/dev/zero bs=512 count=19532 of=myFile Here we make an encrypted LUKS partition on myFile sudo cryptsetup luksFormat myFile Now we mount the file on an vitual device named mydevice sudo cryptsetup luksOpen myFile

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-30 Thread pierrefalek
I succeed to create the file and mount it. The tutorial have errors. It creates a files named my-container.img at the beginning and call it mycontainer which gives an error in the terminal. But I still have a problem to drag and drop the files or even copy and paste my file in the

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-29 Thread universlibre
You create your empty file system on a file on your home (for example) You mount it and you copy on it your files You unmount it and burn it on CD/DVD You mount your file System from the file on your CD/DVD So if you erase your .img on your HDD it's not important because you want mount it

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-28 Thread pierrefalek
I haven't got any doubt that his works But I'm wondering what happens if you burn this .img, put it in the trash and if this disc can work with a de­vice file in /dev/mapper and a mount point file in ~/ as those files depends of the .img I don't think this can work on another computer.

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread pierrefalek
Hummm Intresting link ! Thank you HKR ! I'll have a try.

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread pierrefalek
Well, bad news Veracrypy doesn't allow to make encryped cd-r. You need the Traveler Disk Setup option in the Tool menu. It seems this option only exist on Veracrypt for Windows. https://www.reddit.com/r/VeraCrypt/comments/3rl794/what_happened_to_the_traveler_disk_setup_option/

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread universlibre
The TrueCrypt's licence on wikipedia depends of page language. Sometime we have Apache 2, or Apache 2 and TrueCrypt Licence, or Apache 2 with some part under TrueCrypt Licence. Wikipedia is just not update. CodePlex is Microsoft's free open source project hosting site. :-) (lol)

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread universlibre
This tutorial explain how create an encrypted filesytem in file with dm-crypt in LUKS format.

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread Ignacio Agulló
onp...@riseup.net, Ven 27 Mai 2016 00:59:41 CEST: The TrueCrypt project was shut down supposedly because of security problems that could not be fixed, IIRC. Considering that, I see no reason to think that VeraCrypt is secure. I don't think so. As a matter of fact, an independent

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-27 Thread pierrefalek
There is a french expression saying that you shouldn't put all the eggs in the same bag. Of course, we'll advice to choose a super strong passphrase See this intresting discussion https://trisquel.info/en/forum/what-are-your-favorite-encryption-programs-or-methods#comment-95716 The TrueCrypt

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread onpon4
The TrueCrypt project was shut down supposedly because of security problems that could not be fixed, IIRC. Considering that, I see no reason to think that VeraCrypt is secure.

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread pierrefalek
I've been on Wikipedia to check it out without seeing that there was this link : https://veracrypt.codeplex.com/license Apache License 2.0 (Apache)... So it is totally free software.

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread Ignacio Agulló
pierrefa...@laposte.net, Xov 26 Mai 2016 22:45:07 CEST: VeraCrypt's got the Apache License 2.0 but with portions subject to TrueCrypt License version 3.0 which are non-free This license is nonfree for several reasons. Ouch. Ouch. I love it when freedom and security go hand by

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread pierrefalek
VeraCrypt's got the Apache License 2.0 but with portions subject to TrueCrypt License version 3.0 which are non-free This license is nonfree for several reasons. It says that if you don't understand the license you may not use the program. It puts conditions on allowing others to run

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread scdbackup
Somehow my most recent post offers no "edit" link. So i use the "reply" link: mkisofs option -r alters ownership and access permissions of the file copies in the ISO. Although this is beneficial for publishing or data transport, it is not really what a good backup needs. So i advise to omit

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread scdbackup
Hi, i updated my previous replies by "code" tags. Hopefully my proposals for changing the encryption script are more readable now. (I wonder how to avoid the double spacing between lines.) > Maybe the begining of an answer ? You are nearly there. Combine your two failed experiments: xorriso

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-26 Thread pierrefalek
@scdbackup > Sorry, i did not yet find out how to mark code with indentation in this forum. Just simply use the tags between your commands (drop the space I have done in the tag to be displayed on the page). Thank you all for your answers. Of course HKR, There is still the possibility of

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-25 Thread scdbackup
Hi, i could as well offer encryption on-the-fly by xorriso filters. :)) The directory tree would stay unencrypted and all data file content would become encrypted by an external filter program of the user's choice. (I advise to combine encryption with a compression program and to leave the

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-25 Thread pinmaritim
Thats a good point HKR ;-) Substance check Tomb out https://www.dyne.org/software/tomb/ & the video is well worth visioning

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-25 Thread universlibre
Why don't encrypt the files and after burn them ? It's more easy. no ?

Re: [Trisquel-users] Help me burning encryped DVD with Luks

2016-05-25 Thread scdbackup
Hi, (Sorry, i did not yet find out how to mark code with indentation in this forum.) xorriso has its own command language but also offers an interpreter for mkisofs options. It is either activated by command -as "mkisofs": xorriso -as mkisofs ...mkisofs.options.and.pathspecs... or by

[Trisquel-users] Help me burning encryped DVD with Luks

2016-05-24 Thread pierrefalek
Hi I'd like to do some encryped dvd back up and someone on the french trisquel forum suggested me this page : http://www.niemueller.de/software/scripts/cryptodvd/ You can download the script here http://www.niemueller.de/software/scripts/cryptodvd/gencryptodvd-0.2.sh.gz # This program is