Re: Creating a custom CSP

From: Hector (HEPETI_at_yahoo.es)
Date: 11/30/04

  • Next message: richard: "Remote login after running NetUSerChangePassword()"
    Date: 30 Nov 2004 01:05:39 -0800
    
    

    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.

     

    Prassi <Prassi@discussions.microsoft.com> wrote in message news:<E33A7EA1-E5BC-4FD5-A31A-C5C1F515A65F@microsoft.com>...
    > Hi Hector,
    > I did check with the example CSPDK and was able to install it in my
    > system...
    > But "linking their entry points to some base provider"...? How to do
    > it...? Don't we need the structure of the base provider to link to so that we
    > could return "it" through CryptAcquireContext...? Or is there some other
    > way...?
    >


  • Next message: richard: "Remote login after running NetUSerChangePassword()"