Re: Basic questions about CryptoAPI

From: Eric (eric.h@netcourrier.com)
Date: 06/27/02


From: "Eric" <eric.h@netcourrier.com>
Date: Thu, 27 Jun 2002 11:02:17 +0200


Thanks for your help.

I have another question regarding the cost of using Microsoft Certificate
Server.

I guess the use of the CryptoAPI for use in a standalone application to be
sold is free of charge. But what about setting up a MS certificate server
and ussing certificates? Does it cost something?

Thanks again
Eric

"Mark Stanley [MS]" <mstanley@online.microsoft.com> wrote in message
news:uRYjQdVHCHA.2488@tkmsftngp09...
> 1. What is a good start to get information on PKI (links, White papers
> etc..)?
>
>
http://msdn.microsoft.com/library/en-us/security/security/cryptography_porta
> l.asp?frame=true
> There is also a vb book on amazon, but I have not read it:
>
http://www.amazon.com/exec/obidos/ASIN/0471381896/qid=1025125457/sr=8-1/ref=
> sr_8_1/002-9770257-3182428
>
> There is also lots of other information on cryptography on the internet.
> There are some good forums also at
> http://discuss.microsoft.com/archives/index.html
>
> For what you are doing you may want to consider using the recently release
> CAPICOM 2.0 which is redistributable and can be downloaded from
>
http://www.microsoft.com/downloads/release.asp?ReleaseID=39546&area=search&o
> rdinal=1
> Capicom is an easier to use com wrapper that depends on the CryptoAPI.
>
> 2. How can I get the CryptoAPI? We have a MSDN subscription, is there a
> CryptoAPI SDK in it Is it part of Windows (which version)?
>
> The cryptoapi comes with the os.
> The "Platform SDK" contains the headers and libs to develop with the
> cryptoapi comes on your msdn cds, or your can download it from the
internet.
>
>
> 3. Will the application work on Windows NT if I use CryptoAPI? Is it
relying
> on the OS security layer?
> Yes, cryptoapi 2.0 will be on the following platforms:
>
> Windows NT/2000/XP: Included in Windows NT 4.0 SP3 and later.
> Windows 95/98/Me: Included in Windows 95 OSR2 and later.
> Redistributable: Requires Internet Explorer 3.02 or later on Windows NT
> 4.0.
>
>
> --
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> "Eric" <eric.h@netcourrier.com> wrote in message
> news:OEdXhfSHCHA.2260@tkmsftngp10...
> > Hi all,
> >
> > I need to develop a dll in C++ to be integrated into a main application.
> > This dll will get a flow of data, encrypt it using certificate, sign it
> and
> > then send it. On the other side the same application gets the message
and
> > must be able to decrypt it.
> > As I understand I need the CryptoAPI to achieve it.
> >
> > My questions are:
> >
> > 1. What is a good start to get information on PKI (links, White papers
> > etc..)?
> >
> > 2. How can I get the CryptoAPI? We have a MSDN subscription, is there a
> > CryptoAPI SDK in it? Is it part of Windows (which version)?
> >
> > 3. Will the application work on Windows NT if I use CryptoAPI? Is it
> relying
> > on the OS security layer?
> >
> > Thank you very much for your answers, I am a bit lost and don't know
where
> > to start
> > Thanks
> > Eric
> >
> >
>
>



Relevant Pages

  • Re: Certificates received from Windows CertStore: wrong public key (and incorrect modulus length)?
    ... The Pinvoke to CryptoAPI should return the correct key size. ... they return the correct public key. ... > well as from the windows local machine certificate store. ...
    (microsoft.public.dotnet.security)
  • Re: Using Client Certificates that Require User Password Verificat
    ... My client application is written in .NET. ... object and am accessing the certificates through P/Invoke and the CryptoAPI. ... When accesssing the certificate through the CryptoAPI I am hoping that I can ... What API methods can I use to get at the password protected private key? ...
    (microsoft.public.platformsdk.security)
  • Re: Auto certificate and key generation to pfx
    ... but the classes merely use CryptoAPI for certain functionality. ... Best Practices for implementing Windows Server 2003 PKI: ... I suppose my question should have> been: is it possible to use the CryptoAPI to perform all> the tasks involved in requesting a certificate and> keypair, receiving the generated certificate and keypair,> exporting them to a pfx file and then deleting the cert> and private key off the machine? ... > I have found the example using the CryptoAPI to create a> certificate request. ...
    (microsoft.public.platformsdk.security)
  • Re: Basic questions about CryptoAPI
    ... I have another question regarding the cost of using Microsoft Certificate ... I guess the use of the CryptoAPI for use in a standalone application to be ... Will the application work on Windows NT if I use CryptoAPI? ...
    (microsoft.public.win2000.security)
  • Re: Basic questions about CryptoAPI
    ... setting up a certificate server and issuing certificates for clients is ... >> I have another question regarding the cost of using Microsoft ... But what about setting up a MS certificate ... >>> Capicom is an easier to use com wrapper that depends on the CryptoAPI. ...
    (microsoft.public.security)