Re: FileCopy overwrites the existing file
- From: Grzegorz Wróbel </dev/null@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 10 Dec 2006 20:14:09 +0100
anton bassov wrote:
Pavel,
But what about the performance penalties that you are guaranteed toMy Thinkpad laptop has disk encryption,
encounter if you implement encryption at so low level????
probably it is done in the ide controller.
The disk performs not worse than in other models.
I think it mainly depends on the encryption scheme.....
Have you got any idea about the encryption scheme that your laptop
uses? I think that, because of government regulations, it must be
something not-so-strong, so that your disk can be decrypted by someone
with a special equipment pretty easily.....
However, imagine if you used 1024-bit or 2048-bit encryption - how fast
would it be????
For symmetric encryption 256bit is far beyond the reach of anyone to decrypt, with good algorithm even 128bit is considered secure. And these algorithms (symmetric) are fast as hell, here even large key wouldn't be a problem. 1024 or 2048bit key encryption is needed for non-symmetric encryption schemes like RSA. And this algorithm is slow, because it requires specific numerical operations (ie raising to the power modulo) using 1024-bit or 2048bit integer numbers.
--
Grzegorz Wróbel
http://www.4neurons.com/
677265676F727940346E6575726F6E732E636F6D
.
- Follow-Ups:
- Re: FileCopy overwrites the existing file
- From: David J. Craig
- Re: FileCopy overwrites the existing file
- References:
- Re: FileCopy overwrites the existing file
- From: Tim Roberts
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Grzegorz Wróbel
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Grzegorz Wróbel
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Grzegorz Wróbel
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: David J. Craig
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Grzegorz Wróbel
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Pavel A.
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Pavel A.
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- From: Pavel A.
- Re: FileCopy overwrites the existing file
- From: anton bassov
- Re: FileCopy overwrites the existing file
- Prev by Date: Code Needed For Getting Process Filehandle in C++
- Next by Date: Re: Win2000 service control messages
- Previous by thread: Re: FileCopy overwrites the existing file
- Next by thread: Re: FileCopy overwrites the existing file
- Index(es):
Relevant Pages
|