Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

TrueCrypt in Debian

User discussion about Debian Development, Debian Project News and Announcements. Not for support questions.
Message
Author
Polaris96
Posts: 555
Joined: 2009-06-17 18:37

Re: TrueCrypt in Debian

#16 Post by Polaris96 »

Without speculating TOO much on this one, sickie, I don't think the actual encryption is weak. They're using the blowfish algorithm by default which is pretty secure, and they've got rsa keys and lots of the usual gizmos for a secure filesystem thrown in the pot.

That's not to say there couldn't be a back door in the code (even an inadvertant one. Something similar was found in openssl not too long ago. It happens...)

What really makes an app like TCHunt so disturbing is not that it weakens the encryption, itself, but that it reveals a partition which ought to be invisible. The whole point of deniable encryption is for the observer NOT to be able to detect the encrypted layer. If that layer can be detected at all, it ISN'T deniable encryption.

I bet TCHunt's snooping around in fuse. Most of the fuse based encrypted FS's are less secure. Thats why ecryptfs got away from fuse.

I love the IDEA of this kind of thing - it's so james bond, y'know? ecryptfs and even openssl really work good, but the idea of a "secret compartment" inside some ordinary seeming encrypted filesystem is just so damned nifty!

BTW had zero problems compiling the source code, but it's crashing because it wants gtk+ and I'm running kde, which runs under qt. Im not really sure how to fix this, yet. Might try the ubuntu package. If you need encryption NOW just grab ecryptfs. TrueCrypt's more like a nifty toy than a necessity esp in light of the existence of TCHunt.

EDIT: just turned up two new candidates for this kind of encryption. I've come across two Fs's called SFS and StegFS (both meaning "steganographic FS" I haven't tried either, yet. My source says SFS is pretty rough around the edges and StegFS is more polished. Will post more when I've tried them.

EDIT2: There's also a main repo available package called steghide that will hide data steganographically. So far as I can tell, though, it's made for hiding indivdual files, not whole Fs's. I see this as a useful tool to, say, hide all your passwords in a jpeg, etc. Again, if it looks real good I'll add more.
for as long as the world remains. for as long as time remains. so, too, will I remain. To serve. To help. And to make my contribution. Also, never forget our family at debianuserforums.org If we can't solve your problem, they probably can.

User avatar
BioTube
Posts: 7520
Joined: 2007-06-01 04:34

Re: TrueCrypt in Debian

#17 Post by BioTube »

If you REALLY want to be secure, make your encrypted filesystem ReiserFS. It's the digital version of flash paper(especially if you keep raw images using the same FS).
Image
Ludwig von Mises wrote:The elite should be supreme by virtue of persuasion, not by the assistance of firing squads.

Polaris96
Posts: 555
Joined: 2009-06-17 18:37

Re: TrueCrypt in Debian

#18 Post by Polaris96 »

Not to mention that reiser is a very high performance FS. I like it much better than extn. I use reiser for "regular" files and XFS for "big" (media video) files

EDIT REGARDING STEGFS AND SFS: ok, StegFS seems to be dropped. last changes were implemented in 2004 and they say it's beta and might whack your data. ...Tennis anyone?

SFS seems windows focused and makes no mention of source code or Linux binaries.

I did, however, come across a a project called MagikFS, which isn't ready for release but sounds quite promising.

Steghide has proven extremely easy to use. I recommend it highly. With a little creativity and some bash scripting (ok maybe with a dash of perl or mysql) you can use steghide to create an invisible archive for data that will work just like a steganographic FS. I think I'm going to pursue this route and keep a weather eye on MagikFS for the future.
for as long as the world remains. for as long as time remains. so, too, will I remain. To serve. To help. And to make my contribution. Also, never forget our family at debianuserforums.org If we can't solve your problem, they probably can.

User avatar
sickie
Posts: 498
Joined: 2009-06-08 07:10
Location: The pig farm
Has thanked: 27 times
Been thanked: 2 times

Re: TrueCrypt in Debian

#19 Post by sickie »

Polaris96 wrote: I bet TCHunt's snooping around in fuse. Most of the fuse based encrypted FS's are less secure. Thats why ecryptfs got away from fuse.
When I checked TCHunt's webpage it's windows only and volumes shouldn't be mounted for it to find them so that rules out that it's a fuse issue but. It's truecrypt methodologie itself.
:shock:

Polaris96
Posts: 555
Joined: 2009-06-17 18:37

Re: TrueCrypt in Debian

#20 Post by Polaris96 »

Nicely done. It's too bad about TrueCrypt. I never felt the need for this kind of thing b4, but now I feel like I really want a steganographic file system. Funny how that works...
for as long as the world remains. for as long as time remains. so, too, will I remain. To serve. To help. And to make my contribution. Also, never forget our family at debianuserforums.org If we can't solve your problem, they probably can.

User avatar
Jackiebrown
Posts: 1246
Joined: 2007-01-02 04:46
Location: San Antonio, TX

Re: TrueCrypt in Debian

#21 Post by Jackiebrown »

If you don;t use windows, you might just look at LUKS

User avatar
BioTube
Posts: 7520
Joined: 2007-06-01 04:34

Re: TrueCrypt in Debian

#22 Post by BioTube »

Polaris96 wrote:Not to mention that reiser is a very high performance FS. I like it much better than extn. I use reiser for "regular" files and XFS for "big" (media video) files.
My comment wasn't flattery: I had to reinstall Linspire every week or two because Reiser nuked everything. To be fair, though, I haven't tried Reiser4, nor do I intend to.
Image
Ludwig von Mises wrote:The elite should be supreme by virtue of persuasion, not by the assistance of firing squads.

Polaris96
Posts: 555
Joined: 2009-06-17 18:37

Re: TrueCrypt in Debian

#23 Post by Polaris96 »

to each his (or her) own. I haven't had any problems with Reiser3. I don't like the CLI support for reiser4, yet. I tried it but found it pretty confusing. One thing I love about Linux is the way EVERYBODY's doing something unique - it's good for innovation.

EDIT: irt LUKS. It looks pretty good as encryption but it isn't steganographic (the data doesn't "vanish" behind other files). I like the idea of using the device mapper but I wouldn't replace ecryptfs with LUKS. Ecryptfs is main and has great support and it's very secure. I'll always use it except when I want deniability.

If you're not demanding in the amount of data you want to hide steganographically, you can REALLY do some creative stuff with steghide. I'm having lots of fun nesting it. Can't go further ... Moscow might be listening on the blue channel :p
for as long as the world remains. for as long as time remains. so, too, will I remain. To serve. To help. And to make my contribution. Also, never forget our family at debianuserforums.org If we can't solve your problem, they probably can.

Post Reply