Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.comp.hardware
Register FAQ Forum Rules Members List Calendar Search Today's Posts Advertise Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-18-2011, 04:30 PM
g.bon
Guest
 
Posts: n/a
Default crypted disk

Hi,
I've been asked to install a crypted hard disk drive on a Windows
computer.
I thought about an internal Sata HDD or an external HDD (USB or esata).

So, do you think it will make the computer slower ?
Any advice on what hardware to choose ?

Thanks,
GB



Reply With Quote
  #2 (permalink)  
Old 11-18-2011, 05:15 PM
Paul
Guest
 
Posts: n/a
Default Re: crypted disk

g.bon wrote:
> Hi,
> I've been asked to install a crypted hard disk drive on a Windows computer.
> I thought about an internal Sata HDD or an external HDD (USB or esata).
>
> So, do you think it will make the computer slower ?
> Any advice on what hardware to choose ?
>
> Thanks,
> GB
>
>


http://en.wikipedia.org/wiki/Full_disk_encryption

http://en.wikipedia.org/wiki/Hardwar...isk_Encryption

With the hardware based solution, decryption is handled by the
disk drive itself, leading to little impact on performance. The
chip on the disk drive, decrypts data as fast as the drive can
read it.

The problem is the implementation details. How do you set one up ?
Can you actually buy the FDE drive at a retail store ?
Does the computer need special properties (such as support
for prompting for a password before boot) ? I haven't
really seen a practical "howto" about this. All I see
are confusing articles like the two in Wikipedia.

These schemes have been delivered in business computers, as
a pre-configured solution. Now, the challenge is, how
do we get them into *any* computer on demand ?

*******

If you use a software based solution, then the decryption
stage is presumably done by the CPU. An example might be
BitLocker.

http://en.wikipedia.org/wiki/Bitlocker

Another example is Truecrypt.

http://en.wikipedia.org/wiki/Truecrypt

No scheme is prefect, but the FDE has some advantages in
terms of encrypting everything. The software based schemes
have a few more exposures than the hardware based ones.

Paul

Reply With Quote
  #3 (permalink)  
Old 11-18-2011, 06:09 PM
VanguardLH
Guest
 
Posts: n/a
Default Re: crypted disk

g.bon wrote:

> Hi,
> I've been asked to install a crypted hard disk drive on a Windows
> computer.
> I thought about an internal Sata HDD or an external HDD (USB or esata).
>
> So, do you think it will make the computer slower ?
> Any advice on what hardware to choose ?
>
> Thanks,
> GB


Encryption, whether hardware or software based, will always impact the
performance of accessing and writing back the data. After all, to *use*
the data means it has to first get decrypted, you use it, then it has to
get encrypted when put back. Obviously hardware is faster than software
(well, usually it is) but you never described what you meant by "crypted
hard disk". That could be a hard drive that has inbuilt encryption in
its firmware, or a chip on the mobo that does the encryption, or you are
using software to create encrypted containers or partitions on the hard
disk.

Does whomever who asked for encryption have a problem with security of
their data? Is the data on their hard disk more sensitive than, say,
what's in their wallet or file cabinet at work/home? Is this for a
laptop or desktop? Is the concern only over protecting the data or also
blocking anyone that, say, steals a laptop from also running the OS on
it? What will this user do when (and not if) they forget the password
to access the encrypted data (when using a software solution)? If using
hardware encryption, how are they going to retrieve their data should
the hard disk go dead or they need to move it to a new computer? Who is
doing all the support (software or hardware) for the encryption method?
Who is going to do the recovery? What backup scheme is employed?

Reply With Quote
  #4 (permalink)  
Old 11-19-2011, 04:42 AM
g.bon
Guest
 
Posts: n/a
Default Re: crypted disk

Paul a écrit :

> http://en.wikipedia.org/wiki/Bitlocker
>
> Another example is Truecrypt.
>
> http://en.wikipedia.org/wiki/Truecrypt
>
> No scheme is prefect, but the FDE has some advantages in
> terms of encrypting everything. The software based schemes
> have a few more exposures than the hardware based ones.
>
> Paul


Thanks you very much,

FDE seems to be interresting.
However, do you know examples of hardware that can manage FDE ?
I can't find motherboard or hard disks that is supposed to support
Bitlocker or FDE.

Thanks,
GB



Reply With Quote
  #5 (permalink)  
Old 11-19-2011, 02:48 PM
Paul
Guest
 
Posts: n/a
Default Re: crypted disk

g.bon wrote:
> Paul a écrit :
>
>> http://en.wikipedia.org/wiki/Bitlocker
>>
>> Another example is Truecrypt.
>>
>> http://en.wikipedia.org/wiki/Truecrypt
>>
>> No scheme is prefect, but the FDE has some advantages in
>> terms of encrypting everything. The software based schemes
>> have a few more exposures than the hardware based ones.
>>
>> Paul

>
> Thanks you very much,
>
> FDE seems to be interresting.
> However, do you know examples of hardware that can manage FDE ?
> I can't find motherboard or hard disks that is supposed to support
> Bitlocker or FDE.
>
> Thanks,
> GB
>
>


I'm still finding this stuff confusing. The last time I
read a few docs, I couldn't understand the full scheme. And
I still can't see the scheme in complete detail.

They refer to some initial password and "warm booting" here.
They also mention a 130MB "preboot" area on the drive, which
is not encrypted. I'd never heard of that before, and that
is a departure from the concept of Full Disk Encryption.

http://seagate.custkb.com/seagate/cr...p?DocId=206011

Having a 130MB "preboot" area, makes it sound a bit more
similar to BitLocker. Except compared to BitLocker, the
decrypting of C: is done at hardware speed, inside the drive
controller. That reduces performance penalties on the OS.
There is a claim, that Windows 7 installs on two partitions,
so that the small "SYSTEM RESERVED" partition which boots
the computer, can remain unencrypted, while the main C:
partition is encrypted with BitLocker. This preboot area
sounds like a similar concept.

http://seagate.custkb.com/seagate/cr...983&Hilite=#15

It's a fun subject.

http://www.computerworld.com/s/artic...omputer_drives

"Coming soon: Full-disk encryption for all computer drives
Drive makers settle on a single encryption standard"

*******

With regard to BitLocker, it has several means to enter information
to cause the information to be decrypted. One means, uses a TPM
module on the motherboard. But because not every motherboard
has TPM, there are other methods that can be used as well. Perhaps
a USB pen drive has the password, you plug it in, and BitLocker is
unlocked.

http://en.wikipedia.org/wiki/Bitlocker

In any case, what I'm reading above about FDE, doesn't seem
self consistent. The existence of a 130MB "preboot" area,
implies a design which doesn't need a BIOS password step.
Simply execute code in the "preboot" area, and prompt the
user for the password in there. Doing the password at
the BIOS level though, relies on the security by obscurity
of BIOS code, as it's harder to snoop a password which is
being entered at the BIOS level. Otherwise, they could
have the password entry stage in the preboot code. But
if a person inserted a keylogger into the preboot code,
then you could snoop the password. If the password has
to be entered in the BIOS followed by the warm boot,
that's secure as long as the BIOS flash chip is not compromised.

Maybe devices like this, get rid of the preboot area.

"PMC Delivers SAS/SATA Controller-Based Encryption Solutions"
http://money.msn.com/business-news/a...24&ID=14425700

http://www.plxtech.com/download/file/1157

"OXUFS946DSE Dual SATA RAID Controller with Encryption"
http://www.plxtech.com/download/file/1157

So devices like that, if available, would allow the usage
of ordinary hard drives, with the encryption engine on
the SATA controller card.

It's amazing how much this stuff has changed, since the
last time I read about it.

Paul

Reply With Quote
Reply


Thread Tools
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virus? USB 500GB external hard disk is now "raw format" ralphemers@gmail.com alt.comp.hardware 40 11-30-2008 10:07 PM
Disk enclosure to external PCI-e Scara Maccai alt.comp.hardware 3 11-24-2008 08:42 PM
Bizarre disk behaviour I.C. Koets alt.comp.hardware 10 11-21-2007 08:44 PM
Need help: Seagate 250Gig disk reported as 2048 disk!! tobtoh@gmail.com alt.comp.hardware 14 10-21-2005 05:36 PM
Long hard drive access times... Random Person alt.comp.hardware 13 08-02-2005 10:49 PM


All times are GMT. The time now is 09:53 PM.



Powered by vBulletin® Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 PL2

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