

Cross-Platform Encryption? 57
Dr. Sp0ng asks: "I'm sure a lot of Slashdot readers carry around USB keychain drives or other portable media. What cross-platform encryption solutions have you found for these? The ideal solution would be something which can create a true encrypted disk image in a file, along with Windows and OS X (and perhaps even Linux) standalone executables which can mount these without requiring you to install anything. Obviously something like GnuPG could be used, but it won't let you create an actual mountable filesystem. There are plenty of Windows solutions, and Mac OS X users can simply create an encrypted DMG, but are there any cross-platform solutions out there?"
Re:It's so obvious! (Score:3, Interesting)
As for encryption, I presume you're interested in keeping the average user from sector L out of your files, should your key be "misplaced".
I'd look at GPG; it's roughly PGP compatible. There are the pay for versions of PGP for Windows that can create a big encrypted file and give it a drive letter. Maybe there exists some GPG code that can mount those files?
Truecrypt (Score:1)
Althought windows only, Truecrypt [truecrypt.org] looks really cool and can be a real lifesaver in conjunction with pendrives or even gmail.
--
Dreamhost [dreamhost.com] superb hosting.
Kunowalls!!! [kunowalls.host.sk] Random sexy wallpapers.
Re:Truecrypt (Score:3, Informative)
They are also coming out with a Linux version in the future, but I don't know of the timeframe.
Unfortunately, an OS X port is not planned.
Truecrypt license (Score:2)
Ditto. Truecrypt is great, and free.
Although free to use, it's free-ness in other respects is unclear. The code is available to read (technically "open source"), but the license is a complete mish-mash of components, reflecting all the different contributions to it over the years: http://www.truecrypt.org/license.php [truecrypt.org]
In particular, it states: "This product may be freely copied and/or distributed, provided that it is not modified or repackaged" and then goes on to say that you *can* repackage it as lo
Re:Truecrypt license (Score:1)
Re:Truecrypt license (Score:2)
Just being without cost ("free") doesn't make it Free!
Re:Truecrypt license (Score:1)
In case you haven't noticed: TrueCrypt is hosted on sourceforge.net, which allows only true open source projects.
Re:Truecrypt license (Score:1)
Re:Truecrypt license (Score:2)
In whatever light, the TrueCrypt license is very messy and is extremely complicated. This in itself makes it a tricky choice.
Re:Truecrypt license (Score:1)
Well, it depends on what you need it for. If you are an average Joe user, then I doubt you'll have troubles. BUT, if you are a software corporation that plans on using their code in its commercial products, then, yes, you'd better ask your lawyers.
Re:SourceForge, License, etc. (Score:2)
The license is NOT GPL-compatible. It also isn't recognized by the OSI. It would be preferable and should be possible for them not to pick a persnickety license.
That's what I was getting at, really ... the license just sounds too complicated :-)
What the hell is wrong with you? (Score:1, Insightful)
A simple solution (Score:5, Interesting)
A big ZIP file on the drive.
+ It is encrypted.
+ It is cross platform if the underlying File System is.
- The computer needs a ZIP file decrypter and a encrypter if you want read/write.
- It acts like a file system, but really isn't.
- Not the best encryption.
Re:A simple solution (Score:2, Interesting)
Typically one would have to decrypt the files to a local fixed disk where they live unencrypted while you work on them.
Options such as RAM disks exist but how readily available are these? (Think of machines where you do not have root).
Re:A simple solution (Score:2, Insightful)
Re:A simple solution (Score:1, Interesting)
Anyone who gets hold of the USB key can't do anything with it, unless they also have the OTP file. The "one time"
Re:A simple solution (Score:2, Informative)
Re:A simple solution (Score:2, Informative)
ZIP encryption (Score:2)
For that particular case: (which was in the article).
Info-zip doesn't yet support AES (Score:2)
Re:A simple solution (Score:2)
Re:A simple solution (Score:2)
Encrypted DMG on OS X only supports AES-128 (Score:3, Informative)
Altho Disk Utility on OS X can create encrypted disk images, it only has one encryption method which is AES-128.
(prove me wrong here, but i've search many times on google to see if other encryption methods were available)
I once created a 4 GB encrypted sparse disk image, but copying large files to it will always result in an inresponsive OS on my 867MHz G4.
Maybe a fixed sized image will work better, but what I really want is support for other encryption algorythms so the user can make the trade-off between speed and security/paranoid level. I for one would not mind encrypting a disk with Blowfish only.
On Windows I use TrueCrypt, I can't wait to see an OS X port of that (and other platforms ofcourse ;)
Re:Encrypted DMG on OS X only supports AES-128 (Score:2)
QEMU? (Score:5, Interesting)
I haven't actually tried this yet, and I'm not entirely convinced it's a good idea, but it's one suggestion. Has anyone else tried this? Any comments or suggestions?
Embedded Damn Small Linux (Score:4, Informative)
Re:truecrypt is open source (Score:1)
Previously on Ask Slashdot... (Score:5, Informative)
A pretty much identical Ask Slashdot from two years ago: Multi-Platform Encrypted Disk Image Formats? [slashdot.org]
Re:Previously on Ask Slashdot... (Score:3, Insightful)
Exactly. 2 years is definitely too old.
FreeOFTE for Win/Lin or ccrypt for Mac/Win/Lin (Score:4, Interesting)
Re:FreeOFTE for Win/Lin or ccrypt for Mac/Win/Lin (Score:2)
As for single-file encryption, there are A LOT of cross-platform apps which will do this (not the least of which is gnupg).
Secret software to protect your secrets? (Score:2)
I feel uncomfortable using closed-source encryption tools. Encryption is complicated. It is easy to introduce weaknesses. You don't know if secret software has back doors.
Link to Jetico [jetico.com].
So why did you link to one? (Score:1)
Re:So why did you link to one? (Score:1)
bcrypt and ccrypt (Score:1)
Is this too obvious (Score:1)
It runs on Linux, Windows, OSX.
Re:Is this too obvious (Score:1)
Re:Is this too obvious (Score:1)
Just an idea.... (Score:1, Interesting)
One potential way to access this from Windows would be using Namespace Extensions. I believe this is the way that "special folders" such as Control Panel and Scheduled Tasks are integrated into the Explorer. It would seem to b
Try BestCrypt (Score:2)
It also includes the ability to use hidden vol
GNUPG (Score:1)