Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Reasonable to put the encryption module for an encrypted filesystem driver outside the kernel?

Reply
Thread Tools Display Modes

Reasonable to put the encryption module for an encrypted filesystem driver outside the kernel?

 
 
h.wulff
Guest
Posts: n/a

 
      01-13-2005
Hello,

from my point of view I would put the encryption module (which belongs
close to the file system driver) inside the kernel.
On the other hand I could mention that encryption is not a task for a
kernel and therefore I should put the encryption module outside kernel.

May I ask for your option?

Thank you for your efforts!
--

h.wulff
[dont send me an email]
 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a

 
      01-13-2005
"h.wulff" wrote:
> Hello,
>
> from my point of view I would put the encryption module (which belongs
> close to the file system driver) inside the kernel.
> On the other hand I could mention that encryption is not a task for a
> kernel and therefore I should put the encryption module outside kernel.
>
> May I ask for your option?


Whatever you decide - you're right

--PA
 
Reply With Quote
 
cristalink
Guest
Posts: n/a

 
      01-13-2005
> is not a task for a kernel
Why not? There's a system driver that does encryption for NTFS and IPSEC.
--
http://www.firestreamer.com - NTBackup to DVD and DV


"h.wulff" <> wrote in message
news:...
> Hello,
>
> from my point of view I would put the encryption module (which belongs
> close to the file system driver) inside the kernel.
> On the other hand I could mention that encryption is not a task for a
> kernel and therefore I should put the encryption module outside kernel.
>
> May I ask for your option?
>
> Thank you for your efforts!
> --
>
> h.wulff
> [dont send me an email]



 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      01-13-2005
Passing the cleartext via inverted call path is a drawback for me.

Just find some open-licensed (not GNU!) crypto code and port it to Windows
kernel. Task done.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com

"h.wulff" <> wrote in message
news:...
> Hello,
>
> from my point of view I would put the encryption module (which belongs
> close to the file system driver) inside the kernel.
> On the other hand I could mention that encryption is not a task for a
> kernel and therefore I should put the encryption module outside kernel.
>
> May I ask for your option?
>
> Thank you for your efforts!
> --
>
> h.wulff
> [dont send me an email]



 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      01-13-2005
> Why not? There's a system driver that does encryption for NTFS and IPSEC.

Are you sure IPSEC uses the same FIPS as EFS?

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com


 
Reply With Quote
 
cristalink
Guest
Posts: n/a

 
      01-13-2005
> Are you sure IPSEC uses the same FIPS as EFS?

No, I don't. However,
http://www.microsoft.com/technet/Sec.../fipseval.mspx says
that <<Both IPSEC and EFS in Windows 2000, XP, and Server 2003 use the
FIPS-140-1 or FIPS 140-2 (as appropriate) evaluated Kernel Mode
Cryptographic Module to encrypt the traffic packet data and file contents
respectively if configured appropriately with the selections of FIPS
compliant algorithms.>>
--
http://www.firestreamer.com - NTBackup to DVD and DV


"Maxim S. Shatskih" <> wrote in message
news:%23scaGYb%...
>> Why not? There's a system driver that does encryption for NTFS and IPSEC.

>
> Are you sure IPSEC uses the same FIPS as EFS?
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
>
> http://www.storagecraft.com
>
>



 
Reply With Quote
 
cristalink
Guest
Posts: n/a

 
      01-13-2005
I meant to say no, I am not [sure]. But it's quite likely the same fips is
used by both.

See also http://support.microsoft.com/default...b;en-us;272173

--
http://www.firestreamer.com - NTBackup to DVD and DV


"cristalink" <> wrote in message
news:et3aCib%...
>> Are you sure IPSEC uses the same FIPS as EFS?

>
> No, I don't. However,
> http://www.microsoft.com/technet/Sec.../fipseval.mspx says
> that <<Both IPSEC and EFS in Windows 2000, XP, and Server 2003 use the
> FIPS-140-1 or FIPS 140-2 (as appropriate) evaluated Kernel Mode
> Cryptographic Module to encrypt the traffic packet data and file contents
> respectively if configured appropriately with the selections of FIPS
> compliant algorithms.>>
> --
> http://www.firestreamer.com - NTBackup to DVD and DV
>
>
> "Maxim S. Shatskih" <> wrote in message
> news:%23scaGYb%...
>>> Why not? There's a system driver that does encryption for NTFS and
>>> IPSEC.

>>
>> Are you sure IPSEC uses the same FIPS as EFS?
>>
>> --
>> Maxim Shatskih, Windows DDK MVP
>> StorageCraft Corporation
>>
>> http://www.storagecraft.com
>>
>>

>
>



 
Reply With Quote
 
h.wulff
Guest
Posts: n/a

 
      01-16-2005
Hello,

thanks for your answer.

What is so evil about GNU?
That I have to publish my changes?

In article <ecASzXb#>,
says...
> Passing the cleartext via inverted call path is a drawback for me.
>
> Just find some open-licensed (not GNU!) crypto code and port it to Windows
> kernel. Task done.
>
>


--

h.wulff
[dont send me an email]
 
Reply With Quote
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      01-16-2005
> What is so evil about GNU?
> That I have to publish my changes?


Yes. So, you cannot borrow from GNU in a box commercial product - you can do
this for a solution for a single particular customer though, in this case, the
responsibility of publishing the updates is it customer's.

As about public domain - they are free as sunshine. According to some US laws
(of some state at least), any scientific work results done for governemental
money is either classified or - if the military do not want to classify - is
public domain. No intellectual property at all. From what I know, most of
FreeBSD is such.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com


 
Reply With Quote
 
Don Burn
Guest
Posts: n/a

 
      01-16-2005
Actually, there used to be (and may still be) a federal law that if the
government funded the research or the equipment you ran on the work was in
the public domain. 30 years ago in college, I remember signing numerous
forms to use a computer in some cases. The public domain software was used
as the basis of a number of firms products, including Oracle.

My complaint with GNU is you cannot make money developing open source
software. Yes you can be paid by a hardware firm to develop it (some of us
don't enjoy that environment), or you can make a product that is hard to use
and charge for support. I had a product idea that I asked some professors
big into GNU how to do for Linux, their answer was charge for support. I
pointed out that much of the design of the product was to make it easy to
use, their response was "rip that out and make all those steps manual with
hard to understand commands". These were professors from one of the better
engineering schools in the country!


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"Maxim S. Shatskih" <> wrote in message
news:ujjS8a%23%...
> > What is so evil about GNU?
> > That I have to publish my changes?

>
> Yes. So, you cannot borrow from GNU in a box commercial product - you can

do
> this for a solution for a single particular customer though, in this case,

the
> responsibility of publishing the updates is it customer's.
>
> As about public domain - they are free as sunshine. According to some US

laws
> (of some state at least), any scientific work results done for

governemental
> money is either classified or - if the military do not want to classify -

is
> public domain. No intellectual property at all. From what I know, most of
> FreeBSD is such.
>
> --
> Maxim Shatskih, Windows DDK MVP
> StorageCraft Corporation
>
> http://www.storagecraft.com
>
>



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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't start Microsoft WPD Filesystem Volume Driver djet Windows Vista Hardware 6 01-25-2009 10:23 PM
Microsoft WPD FileSystem Volume Driver xanadu99 Windows Vista General Discussion 7 12-18-2008 02:14 AM
Windows WPD FileSystem Volume Driver Eclecticats Windows Vista General Discussion 3 02-20-2008 12:55 AM
Backing up Bitlocker Encrypted Drive Equals Not Encrypted markbyrn Windows Vista Security 4 03-19-2007 01:33 AM
examining loaded module images in the kernel Mark McCormick Windows Vista Drivers 0 01-22-2004 04:32 PM



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 47 48 49 50 51 52 53 54 55 56 57 58 59