Re: Creating a custom CSP

From: Prassi (Prassi_at_discussions.microsoft.com)
Date: 11/30/04


Date: Tue, 30 Nov 2004 04:05:01 -0800


  I am confused... I know you are trying to make me understand but I am not
clear... Its difficult for me to follow you... Can you make me
clear...please? sorry for the trouble...

"Hector" wrote:

> Well, when I write about "linking" I mean that you use the Microsoft
> Base Provider cryptographic features. So, if yo want to create a hash,
> maybe you could use:
>
> CryptCreateHash(BASE_PROVIDER,Algid,hKey,dwFlags,phHash)
>
> in you CP entry point (CPCreateHash in this case).
>
> If you do it in this way, you could create your own CSP and test his
> working each time you wrote a function CP.
 



Relevant Pages

  • Re: a benefit to using a linked list in insertion sort?
    ... >> Use linked lists to make insertions easy, ... >> isn't a binary search at all but a hash table. ... You "probe" the entry at this index. ... rather than having to insert and move subsequent entries as ...
    (comp.programming)
  • Re: Suggestions for double-hashing scheme
    ... > If you are concerned with deleted entry overhead, ... depending on if the next most significant bit in the full-length hash value ... Since comparing is where the ... indexed from a uniform 7 bit hash function is sufficient. ...
    (comp.programming)
  • RE: Sign and Verify with Different CSPs
    ... Unlike an RSA signature, which is a BIG NUMBER - and, hence, byte order is ... the purpose of the program was to test my CSP. ... What still confuses me is that the hash my CSP produces is also in big ... As for the public key: when you use CAPI to export the public key, ...
    (microsoft.public.platformsdk.security)
  • RE: CryptSignHash with SHA2, hash size and OID
    ... you can't force a CSP to use a hash of a unsupported ... There are smart card CSPs that support SHA-256 on the market, ... this with CryptSignHash. ...
    (microsoft.public.platformsdk.security)
  • RE: CryptSignHash with SHA2, hash size and OID
    ... sign with a hash algorithm that the card CSP does not support. ... ..NET I wanted to use the native counterpart (CSP). ... and again the problem is same, how am I going to modify hash algorithms. ...
    (microsoft.public.platformsdk.security)