Hello Gurus
Where can i get Information on how to proceed with removable media
encryption namely on the fly encryption and decryption of
USB Drives,Floppy Drives and CDROM Drives…
Any pointers in this direction would be highly appreciated.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Shalini
Sent: 18 February 2005 15:39
To: Windows System Software Devs Interest List
Subject: [ntdev] Removable Media Encryption
Hello Gurus
Where can i get Information on how to proceed with removable media
encryption namely on the fly encryption and decryption of
USB Drives,Floppy Drives and CDROM Drives…
Any pointers in this direction would be highly appreciated.
According to CDROM media, I think storage filter is a better choice since
file-system filter can not decrypt/encrypt data which are read/written by
CD/DVD burning software. These software usually bypass file-system drivers.
–
Regards,
ZG [@ Sydney]
Windows Driver Developer
[Remove ‘stopspam’ & ‘nospam’ when you send email to me]
“Rob Linegar” wrote in message news:xxxxx@ntdev…
See the NTFSD mailing list. You’ll need to make a file system filter driver.
-----Original Message----- From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Shalini Sent: 18 February 2005 15:39 To: Windows System Software Devs Interest List Subject: [ntdev] Removable Media Encryption
Hello Gurus Where can i get Information on how to proceed with removable media encryption namely on the fly encryption and decryption of USB Drives,Floppy Drives and CDROM Drives… Any pointers in this direction would be highly appreciated.
I will add the noticeable exception of packet-writing software which usual
are file system drivers.
Another solution, not filter-driver based is to implement Secure UDF ( www.osta.org/specs/pdf/SecureUDF_1_00.pdf ). As I’m myself interested in
Secure UDF implementation, I’ll be interest by other engineers working on
this field.
Best regards,
David Burg
David Burg
Software Development,
InCD and Low Level Drivers Project Leader
Nero AG phone: +49 (0)7248 911 862 (room line) Internal VoIP
-363
Im Stoeckmaedle 18 fax: +49 (0)7248 928 299
76307 Karlsbad email: xxxxx@nero.com
Germany http://www.nero.com
Subject: Re: Removable Media Encryption
From: “ZG” Date: Sat, 19 Feb 2005 10:46:34 +1100 X-Message-Number: 16
According to CDROM media, I think storage filter is a better choice since file-system filter can not decrypt/encrypt data which are read/written by CD/DVD burning software. These software usually bypass file-system drivers.
–
Regards, ZG [@ Sydney] Windows Driver Developer [Remove ‘stopspam’ & ‘nospam’ when you send email to me]
“Rob Linegar” wrote in message news:xxxxx@ntdev…
See the NTFSD mailing list. You’ll need to make a file system filter driver.