Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Doubled-up security??

 
Thread Tools Search this Thread
Old 01-04-2005, 03:04 PM   #1
Default Doubled-up security??




I've got 3 different encryption programs on my computer.

If I encrypt a file using one program

then encrypt the encrypted file again using another program

then encrypt it again using a third program


will it make it three time harder for someone to hack into?




Livewire
  Reply With Quote
Old 01-04-2005, 03:26 PM   #2
Juergen Nieveler
 
Posts: n/a
Default Re: Doubled-up security??
Livewire <> wrote:

> I've got 3 different encryption programs on my computer.
>
> If I encrypt a file using one program
>
> then encrypt the encrypted file again using another program
>
> then encrypt it again using a third program
>
>
> will it make it three time harder for someone to hack into?


Depends totally on what encryption algorithms you use, and how good the
passwords are.

With a good algorithm and a good long passphrase a single encryption
will be sufficient - if it takes longer than the future existence of
the universe to crack the first encryption by brute force, then
additional encryptions are a bit over the top


Juergen Nieveler
--
Any ship can be a minesweeper... once.


Juergen Nieveler
  Reply With Quote
Old 01-04-2005, 03:56 PM   #3
sh4d03
 
Posts: n/a
Default Re: Doubled-up security??
Livewire wrote:
>
> I've got 3 different encryption programs on my computer.
>
> If I encrypt a file using one program
>
> then encrypt the encrypted file again using another program
>
> then encrypt it again using a third program
>
>
> will it make it three time harder for someone to hack into?
>
>

Also be warned about corrupting your file. If you accidentally try and
de-crypt your file with the wrong order of programs your could rapidly
find yourself trying to re-de-encrypt your file and well... have fun
with that.

Sh4d03


sh4d03
  Reply With Quote
Old 01-04-2005, 04:14 PM   #4
Robsten
 
Posts: n/a
Default Re: Doubled-up security??
Livewire skrev:
>
> I've got 3 different encryption programs on my computer.
>
> If I encrypt a file using one program
>
> then encrypt the encrypted file again using another program
>
> then encrypt it again using a third program
>
>
> will it make it three time harder for someone to hack into?
>
>

God GUD!!! If you erase the file, no one at all will break into!

--
Robban Stenkvist
http://w1.853.comhem.se/~u85329080/
http://robsten.blogspot.com/


Robsten
  Reply With Quote
Old 01-04-2005, 04:43 PM   #5
Livewire
 
Posts: n/a
Default Re: Doubled-up security??
In article <zhzCd.13026$>,
says...
> Livewire skrev:
> >
> > I've got 3 different encryption programs on my computer.
> >
> > If I encrypt a file using one program
> >
> > then encrypt the encrypted file again using another program
> >
> > then encrypt it again using a third program
> >
> >
> > will it make it three time harder for someone to hack into?
> >
> >

> God GUD!!! If you erase the file, no one at all will break into!
>
>

Well, maybe then I'd get three different file shredders and ask whether
using each of them might be better than just one!!


Not that I'm paranoid or anything . . .


Livewire
  Reply With Quote
Old 01-04-2005, 05:16 PM   #6
Robsten
 
Posts: n/a
Default Re: Doubled-up security??
Livewire skrev:
>
> Not that I'm paranoid or anything . . .


Of course not, just normally security. You have the document of the holy
graal on your disc, better to contact Dan Brown.
--
Robban Stenkvist
http://w1.853.comhem.se/~u85329080/
http://robsten.blogspot.com/


Robsten
  Reply With Quote
Old 01-04-2005, 05:17 PM   #7
Robsten
 
Posts: n/a
Default Re: Doubled-up security??
Robsten skrev:
> Livewire skrev:
>
>>
>> Not that I'm paranoid or anything . . .

>
>
> Of course not, just normally security. You have the document of the holy
> graal on your disc, better to contact Dan Brown.


Myself? I am too paranoid to use Limewire!

--
Robban Stenkvist
http://w1.853.comhem.se/~u85329080/
http://robsten.blogspot.com/


Robsten
  Reply With Quote
Old 01-04-2005, 09:45 PM   #8
bowgus
 
Posts: n/a
Default Re: Doubled-up security??
Why not just use one algorithm, 3 times ... wait a minute

"Livewire" <> wrote in message
news: ...
>
>
> I've got 3 different encryption programs on my computer.
>
> If I encrypt a file using one program
>
> then encrypt the encrypted file again using another program
>
> then encrypt it again using a third program
>
>
> will it make it three time harder for someone to hack into?
>
>





bowgus
  Reply With Quote
Old 01-05-2005, 01:47 AM   #9
nemo outis
 
Posts: n/a
Default Re: Doubled-up security??
In article <>,
Livewire <> wrote:
>
>
>I've got 3 different encryption programs on my computer.
>
>If I encrypt a file using one program
>
>then encrypt the encrypted file again using another program
>
>then encrypt it again using a third program
>
>
>will it make it three time harder for someone to hack into?
>
>



Assuming there are no cross dependencies in the algorithms (and
that the passwords are sufficiently strong and independent) then
sequentially encrypting something with two algorithms of
equivalent strength does indeed make it twice as difficult for
the adversary to decrypt.

However, lest you become too excited about this, note that by
doubling the difficulty you have only added one bit to the
"effective" encryption. That is, if each algorithm was 256-bit
then their use together is equivalent to 257 bits.

Not so impressive when put that way, eh?

RTegards,



nemo outis
  Reply With Quote
Old 01-05-2005, 03:32 AM   #10
bowgus
 
Posts: n/a
Default Re: Doubled-up security??
If a key length were say 56 bits, and an algorithm was applied say 3 times,
then effective key length would be 168 bits.

<nemo (nemo outis)> wrote in message
news:CGHCd.699611$nl.49910@pd7tw3no...
> In article <>,
> Livewire <> wrote:
> >
> >
> >I've got 3 different encryption programs on my computer.
> >
> >If I encrypt a file using one program
> >
> >then encrypt the encrypted file again using another program
> >
> >then encrypt it again using a third program
> >
> >
> >will it make it three time harder for someone to hack into?
> >
> >

>
>
> Assuming there are no cross dependencies in the algorithms (and
> that the passwords are sufficiently strong and independent) then
> sequentially encrypting something with two algorithms of
> equivalent strength does indeed make it twice as difficult for
> the adversary to decrypt.
>
> However, lest you become too excited about this, note that by
> doubling the difficulty you have only added one bit to the
> "effective" encryption. That is, if each algorithm was 256-bit
> then their use together is equivalent to 257 bits.
>
> Not so impressive when put that way, eh?
>
> RTegards,
>





bowgus
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Security seclore Software 2 04-02-2009 03:15 AM
Computer Security Information and What You Can Do To Keep Your SystemSafe! Ann.Anderson.group.com@gmail.com A+ Certification 0 12-06-2007 01:55 AM
Computer Security aldrich.chappel.com.use@gmail.com A+ Certification 0 11-27-2007 02:11 AM
Computer Security Information (Free Articles and eBooks) aditya.jaiswal.com.use@gmail.com DVD Video 0 10-10-2007 04:53 AM
Re: Mac Security vs. Windows Security Tony Sivori A+ Certification 0 10-28-2003 06:23 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46