LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-03-2015, 09:06 AM   #1
rm_-rf_windows
Member
 
Registered: Jun 2007
Location: Europe
Distribution: Ubuntu
Posts: 292

Rep: Reputation: 27
Free, quality, multiplatform encryption software (I used to like Truecrypt!)


Hi all,

I used to use Truecrypt and loved it. I would use it on Windows, Mac and Linux.

Now, Truecrypt is no longer available.

I would be interested in any suggestions and feedback on free encryption software, perhaps something similar to Truecrypt, or other alternatives if not.

Thanks in advance,

rm
 
Old 02-03-2015, 01:24 PM   #2
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
http://www.spi.dod.mil/ewizard.htm

Uses passwords for encryption. I'd consider this source as dubious as far as truly private encryption.
 
Old 02-03-2015, 03:19 PM   #3
rm_-rf_windows
Member
 
Registered: Jun 2007
Location: Europe
Distribution: Ubuntu
Posts: 292

Original Poster
Rep: Reputation: 27
Many thanks habitual. I'm not sure about what you mean in your message.

You are recommending Encryption Wizard as a free, multiplatform encryption tool. Is that right?

I don't know what you are referring to when you say "this source". Could you explain?

Many thanks,

rm
 
Old 02-03-2015, 05:35 PM   #4
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by rm_-rf_windows View Post
Many thanks habitual. I'm not sure about what you mean in your message.

You are recommending Encryption Wizard as a free, multiplatform encryption tool. Is that right?
Yes.

Quote:
I don't know what you are referring to when you say "this source". Could you explain?
The United States Department of Defense is a "cousin" of the NSA IMO.

Quote:
Many thanks
You are very welcome.
 
Old 02-03-2015, 05:42 PM   #5
JockVSJock
Senior Member
 
Registered: Jan 2004
Posts: 1,420
Blog Entries: 4

Rep: Reputation: 164Reputation: 164
Quote:
Originally Posted by rm_-rf_windows View Post
Hi all,

I used to use Truecrypt and loved it. I would use it on Windows, Mac and Linux.

Now, Truecrypt is no longer available.

I would be interested in any suggestions and feedback on free encryption software, perhaps something similar to Truecrypt, or other alternatives if not.

Thanks in advance,

rm
Lifehacker had a writeup of varoius encyrption software

http://lifehacker.com/5677725/five-b...cryption-tools
 
Old 02-04-2015, 12:58 PM   #6
metaschima
Senior Member
 
Registered: Dec 2013
Distribution: Slackware
Posts: 1,982

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Current forks of Truecrypt:

stable version available:
http://veracrypt.codeplex.com/

in alpha:
https://ciphershed.org/

Last edited by metaschima; 02-04-2015 at 01:00 PM.
 
Old 02-04-2015, 03:23 PM   #7
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Personally, I still use TrueCrypt. I am not trying to protect info from the NSA. I encrypt things like my Christmas shopping list, so the family won't see it. For that use, TrueCrypt - even if it is flawed or contains an NSA backdoor - is fine IMHO. Overkill actually. I think I could defeat my family if I ROT13'ed the list...

The problem is, is there really ANY encryption product that is easy to use, ultimately secure, cross platform, that will be supported indefinitely? I think not. I also fear that newer offerings are probably MORE prone to have an NSA backdoor inserted than older stuff (that's just paranoia speaking, I have no proof). But then, older products have most certainly already been cracked by the NSA. If you really have need for NSA-proof level security, I'd say to encrypt with whatever software you like (reasonable at least), then split the resulting file up into ten chunks - every tenth byte going to a particular chunk. Then ship each of those chunks off to a different corner of the globe (not by electronic means - by courier pidgeons carrying hand-transcribed written copies of each chunk). Then destroy the computer used to create the encryption and chunks in a blast furnace. To decrypt, first you have to gather the written notes, hand-transcribe them back into a single file, then decrypt. ONLY THEN, will the NSA be able to view your Christmas shopping list.
 
Old 02-04-2015, 03:28 PM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
All things considered, I think it's very hard to beat GPG. There are peer-reviewed implementations for every platform, and the architecture of the total system is very well thought-out ... not only in terms of the encryption itself, but (much more important, really) the handling of content-signing and keys.

At the end of the day, you usually have to transmit encrypted data somewhere, possibly many megabytes of it, maybe sending it to someone you've never met. You need to know that the data as-received exactly matches as-tendered, and the recipient needs to know that the data came from you. You need to make "merely guessing a password" nowhere near good enough to get to the data. And so on.

And, "okay, okay, spooks can still get to it." But spooks and law-enforcement officers really aren't what you're protecting your data against.
 
Old 02-04-2015, 04:31 PM   #9
Miati
Member
 
Registered: Dec 2014
Distribution: Linux Mint 17.*
Posts: 326

Rep: Reputation: 106Reputation: 106
Quote:
Originally Posted by sundialsvcs View Post
All things considered, I think it's very hard to beat GPG. There are peer-reviewed implementations for every platform, and the architecture of the total system is very well thought-out ... not only in terms of the encryption itself, but (much more important, really) the handling of content-signing and keys.

At the end of the day, you usually have to transmit encrypted data somewhere, possibly many megabytes of it, maybe sending it to someone you've never met. You need to know that the data as-received exactly matches as-tendered, and the recipient needs to know that the data came from you. You need to make "merely guessing a password" nowhere near good enough to get to the data. And so on.

And, "okay, okay, spooks can still get to it." But spooks and law-enforcement officers really aren't what you're protecting your data against.
While the OP is unclear of the purpose of the encryption software, there is a reference to truecrypt, so they are likely looking for block level encryption.

Also, evidence is supporting the fact that "spooks" cannot get to files encrypted by gpg (or pgp). In this istance, I am referring to "spooks" as agents of NSA.
Now, if you leave your gpg messages unencrypted somewhere on a encrypted filesystem, that is no fault of gpg.
 
Old 02-07-2015, 06:59 PM   #10
mister_b
LQ Newbie
 
Registered: Aug 2013
Location: US
Distribution: Slackware 14.1
Posts: 28

Rep: Reputation: Disabled
GPG, without a doubt. However, tcplay does seem interesting for containers:

https://wiki.archlinux.org/index.php/Tcplay
 
Old 02-17-2015, 02:03 PM   #11
ron7000
Member
 
Registered: Nov 2007
Location: CT
Posts: 248

Rep: Reputation: 26
Quote:
EW offers 128- or 256-bit AES encryption, hashing, searchable metadata, archives, compression, secure deleting, and PKI/CAC/PIV support. EW is GOTS - Government invented, owned, and supported software
how is this different than using 7-zip and saying encrypt with aes-256 ?

my guess is the public version you can download without a cac or .mil email is the one with the backdoor in it.

Last edited by ron7000; 02-17-2015 at 02:06 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
A really Free multiplatform framework/IDE for mobile development eantoranz Programming 3 04-22-2012 03:40 PM
LXer: Free and Open Source Encryption Software for Linux LXer Syndicated Linux News 0 01-18-2010 02:10 AM
On-the-fly Encryption with TrueCrypt jeremy LinuxAnswers Discussion 0 12-15-2008 02:27 PM
How to remove my truecrypt encryption MaxistXXL Linux - Software 1 09-04-2008 04:45 PM
LXer: TrueCrypt - Free opensource on the fly Disk Encryption tool LXer Syndicated Linux News 0 08-08-2008 04:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration