PCWorld Forums

PCWorld Forums: File Encryption Software - PCWorld Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

File Encryption Software

#1 User is offline   MLStrand56 

  • Senior Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 660
  • Joined: 02-October 07

Posted 22 January 2012 - 03:06 AM

There are Lots of file encryption programs avail. today.

My question is, Exactly how secure can they be? If the program is commercially avail, isn't the DEcryption also easily avail?

The Only way that I see file encryption being useful is, IF the encrypting person has to provide some password (that only they know) into the encryption process. If the encrypting program simply uses an encryption algorithm, Isn't that encryption EASY to break?

MLStrand56
0

#2 User is offline   MLStrand56 

  • Senior Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 660
  • Joined: 02-October 07

Posted 22 January 2012 - 03:38 AM

I DL'ed "File Encryption Pro 5.2" from Give-Away-Of-The-Day.

When I tried to unzip the program, I got this from AVG: "Trojan Horse BackDoor.Hupigon5.CBOV"

I immediately Deleted the zip file.

I guess this goes back to my Original Question: How secure are commercially avail. data encryption programs?

I'm just starting to learn about data encryption. The only thing that I know for SURE is: (1) it's Scary, & (2) 256bit encryption, that is RE-encrypted with a different 256bit encryption, is Unbreakable.

Hmmmmm, didn't the Germans think that the Enigma machine code was impossible to decipher?

MLStrand56
0

#3 User is offline   malcarada 

  • Member
  • PipPip
  • Group: Members
  • Posts: 49
  • Joined: 04-January 09

Posted 22 January 2012 - 09:12 AM

If the banks and the Government are using I would say it is secure, you just need to find out what they are using and download the same program.

This post has been edited by malcarada: 22 January 2012 - 09:12 AM

0

#4 User is offline   MLStrand56 

  • Senior Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 660
  • Joined: 02-October 07

Posted 22 January 2012 - 11:17 AM

View Postmalcarada, on 22 January 2012 - 09:12 AM, said:

If the banks and the Government are using I would say it is secure, you just need to find out what they are using and download the same program.

I don't know what level of encryption Banks use, but 256bit x 256bit military encryption is WAY beyond my capability!!!! Oh Yeah, 256bit x 256bit military encryption was in 1989. I'm Sure that it's WAY more advanced now.

MLStrand56
0

#5 User is offline   SpiritWind 

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,425
  • Joined: 19-August 06

Posted 22 January 2012 - 01:21 PM

Hi :

IF I were you, I would go to the Wilders Security Forums
( http://www.wilderssecurity.com ) since I feel there are
knowledgeable Experts there in the area you are looking
into . They have a "Privacy Related Topics" and "Other
Security Topics" Forums which I feel would be a good
starting place . Your Question MAY have already recently
been discussed .
For the very Best in Life :

http://www.ctftoronto.com
0

#6 User is offline   MLStrand56 

  • Senior Member
  • PipPipPipPipPip
  • Group: Members
  • Posts: 660
  • Joined: 02-October 07

Posted 23 January 2012 - 01:02 AM

View PostSpiritWind, on 22 January 2012 - 01:21 PM, said:

IF I were you, I would go to the Wilders Security Forums
( http://www.wilderssecurity.com ) since I feel there are
knowledgeable Experts there in the area you are looking
into . They have a "Privacy Related Topics" and "Other
Security Topics" Forums which I feel would be a good
starting place . Your Question MAY have already recently
been discussed .

Wow!!! Great Idea. I'll check it out.

Thanx!!!

MLStrand56
0

#7 User is offline   LincolnSpector 

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 16-October 06

Posted 23 January 2012 - 09:12 AM

View PostMLStrand56, on 22 January 2012 - 03:06 AM, said:

There are Lots of file encryption programs avail. today.

My question is, Exactly how secure can they be? If the program is commercially avail, isn't the DEcryption also easily avail?

The Only way that I see file encryption being useful is, IF the encrypting person has to provide some password (that only they know) into the encryption process. If the encrypting program simply uses an encryption algorithm, Isn't that encryption EASY to break?

MLStrand56

The encrypting person DOES have to provide a password. And without that password, the encryption is incredibly secure.

Algorithms like AES are open--the code is published. Yet to my knowledge they are for all practical purposes unbreakable. In face, there's a general feeling among security experts that the best security programs are all open source, meaning that anyone can read the programming code. In other words, an expert can know in detail how the encryption works, and still not be able to access it. See Is Open Source Safe? for details.

Of course, no encryption is safe if the crooks can guess your password. See What Is the Best Way to Create Strong Passwords?

Lincoln
0

#8 User is offline   LiveBrianD 

  • Elite
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 11,145
  • Joined: 31-December 09
  • Location:Right behind you... made you look! :D

Posted 23 January 2012 - 11:08 AM

What I use for backing up my files is 7-zip - download it and add files to a 7z archive using AES-256. (note: use LZMA2 compression because the default LZMA can only use 2 cores)

Tell me if you manage to break into this archive (no cheating with the answer below!):
http://www.mediafire...ya7b2uhzvr84g48
(the password is 'thefile')
Note: I put it on mediafire because the forums won't let me upload a 7z file.
Spoiler
"The Internet will be used for all kinds of spurious things, including fake quotes from smart people." -Albert Einstein
Need a Windows ISO image?
0

#9 User is online   coastie65 

  • Moderator
  • PipPipPipPipPipPipPipPip
  • Group: Moderators
  • Posts: 19,672
  • Joined: 02-April 07
  • Location:Henrico, Va.

Posted 26 January 2012 - 09:46 AM

View PostLiveBrianD, on 23 January 2012 - 11:08 AM, said:

What I use for backing up my files is 7-zip - download it and add files to a 7z archive using AES-256. (note: use LZMA2 compression because the default LZMA can only use 2 cores)

Tell me if you manage to break into this archive (no cheating with the answer below!):
http://www.mediafire...ya7b2uhzvr84g48
(the password is 'thefile')
Note: I put it on mediafire because the forums won't let me upload a 7z file.



I got a message that said it was unable to open the file due to an unknown encryption method. Probably because it is using 256 bit encrption instead of 128 bit.
Coolermaster HAF 912 Case....ASUS P8Z68-VPro MOBO.....Intel Core i7 2600k Sandy Bridge ( 4.4 Ghz ).... Gelid Tranquillo cooler.... Samsung 830 256 GB SSD.... Primary HDD- WD 1TB Caviar Black SATA III /6.0 .... SECONDARY HDD - WD 1TB Caviar Black SATA II / 3.0....8Gb GSkill Ripjaws Series X 1600 Mhz Memory....Corsair AX850w PSU....EVGA GTX 680 Super Clocked Signature 2 Gb GDDR5 Video Card....Samsung CD/DVD RW, DL, DVD-Ram, w/ Lightscribe Optical Drive....Samsung SyncMaster 2243BWX 22" Monitor..... Windows 7 Home Premium 64 Bit OS


http://novabench.com/image/266589.png

______________________________________________________________

Gateway FX6800-01e----Intel Core i7 960 ( 3.2 GHz)---- Seagate Barracuda 750 Gb SATA II / 3.0 Hdd---- 6 Gb Crucial 1066 Mhz memory, running in Tri Channel conf-----Corsair TX650w PSU----- EVGA Nvidia GTX 560Ti 1gb GDDR5 Vram ----DVD +/- RW / CD ,RAM/DL Optical drive w/ Label Flash-----Gateway TBGM-01 Motherboard.... Vista Home Premium 64 bit OS w/ SP2; Samsung Synch Master 2243BWX 22" Monitor.
0

#10 User is offline   LiveBrianD 

  • Elite
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 11,145
  • Joined: 31-December 09
  • Location:Right behind you... made you look! :D

Posted 26 January 2012 - 03:33 PM

Hmm... you need 7-zip to open that. I used AES-256 encryption on that.
Spoiler
"The Internet will be used for all kinds of spurious things, including fake quotes from smart people." -Albert Einstein
Need a Windows ISO image?
0

#11 User is offline   crazy4laptops 

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 3,118
  • Joined: 20-November 07
  • Location:Austria

Posted 01 February 2012 - 07:43 AM

View PostMLStrand56, on 22 January 2012 - 03:06 AM, said:

There are Lots of file encryption programs avail. today.

My question is, Exactly how secure can they be? If the program is commercially avail, isn't the DEcryption also easily avail?

The Only way that I see file encryption being useful is, IF the encrypting person has to provide some password (that only they know) into the encryption process. If the encrypting program simply uses an encryption algorithm, Isn't that encryption EASY to break?

MLStrand56


TrueCrypt is the encryption software by which I secure my sensitive files.
Breaking the encryption also depends on which encryption used (MD5, blowfish, 2fish, AES-256, etc.)

I use AES-256 for my files. Link gives info on passwords and how long it would take to crack- http://www.dekart.co..._lost_password/
Even the experts started out as beginners
0

#12 User is offline   LincolnSpector 

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,384
  • Joined: 16-October 06

Posted 02 February 2012 - 08:00 AM

View Postcrazy4laptops, on 01 February 2012 - 07:43 AM, said:


TrueCrypt is the encryption software by which I secure my sensitive files.
Breaking the encryption also depends on which encryption used (MD5, blowfish, 2fish, AES-256, etc.)

I use AES-256 for my files. Link gives info on passwords and how long it would take to crack- http://www.dekart.co..._lost_password/

I second this statement. I also use TrueCrypt with AES-256 encryption. I do not encrypt my drive, I just keep some select files in a vault.

Lincoln


0

#13 User is offline   Kathi201 

  • Member
  • PipPip
  • Group: Members
  • Posts: 49
  • Joined: 06-March 12

Posted 28 March 2012 - 11:27 PM

Try to install or download AES-256...i think its good for your matter.
Thanks :huh:
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users