I want to do kernel mode AES encryption beacuse i am developing a
encryption filter driver.

Is there any k-mode library available for the same?

Plz Help.

Regards,
Aman.

Re: Kernel Mode Encryption API's : Help Needed. by Don

Don
Mon Mar 12 08:25:52 CDT 2007

Though you do not state it, I am assuming you are talking about a file
system filter? If so the AES encryption is the easy part, since handling
all the file system cases is so much harder. If it is a file system
filter, go to http://www.osronline.com/ and look at the NTFSD archives, you
will probably find that if writing your own kernel AES is too hard, the
rest of the requirements are going to be down right impossible.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

"developer28" <aman.k.sethi@gmail.com> wrote in message
news:1173690577.243304.142670@s48g2000cws.googlegroups.com...
>I want to do kernel mode AES encryption beacuse i am developing a
> encryption filter driver.
>
> Is there any k-mode library available for the same?
>
> Plz Help.
>
> Regards,
> Aman.
>



Re: Kernel Mode Encryption API's : Help Needed. by Maxim

Maxim
Mon Mar 26 03:25:20 CDT 2007

Write it yourself using the reference implementation.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"developer28" <aman.k.sethi@gmail.com> wrote in message
news:1173690577.243304.142670@s48g2000cws.googlegroups.com...
> I want to do kernel mode AES encryption beacuse i am developing a
> encryption filter driver.
>
> Is there any k-mode library available for the same?
>
> Plz Help.
>
> Regards,
> Aman.
>