Discussion:
kernel mode cryptographic services on Windows 7
(too old to reply)
RossettoeCioccolato
2010-07-23 23:33:31 UTC
Permalink
Could someone please point me to a link decribing kernel mode cryptographic
services on Windows 7? Basically all I need to do is create a sha1 hash of
some data. I am aware of this link discussing fips.sys on earlier versions
of Windows: http://technet.microsoft.com/en-us/library/cc750356.aspx. But
I thought that wasn't supported. I also see the BCrypt* functions. But
that seems to be encryption.

Thanks in advance if anyone can help.

Regards,

George.
RossettoeCioccolato
2010-07-24 00:30:29 UTC
Permalink
Oh. Maybe I can use BCrypt:
http://msdn.microsoft.com/en-us/library/aa375534(v=VS.85).aspx.

Thanks anyway.

Regards,

George.
Post by RossettoeCioccolato
Could someone please point me to a link decribing kernel mode
cryptographic services on Windows 7? Basically all I need to do is create
a sha1 hash of some data. I am aware of this link discussing fips.sys on
http://technet.microsoft.com/en-us/library/cc750356.aspx. But I thought
that wasn't supported. I also see the BCrypt* functions. But that seems
to be encryption.
Thanks in advance if anyone can help.
Regards,
George.
Loading...