Re: Basic questions about CryptoAPI
From: Eric (eric.h@netcourrier.com)
Date: 06/27/02
- Next message: S. Pidgorny [MVP]: "Re: HowTo: Create Certificate Templates ?"
- Previous message: ian dale: "Internet browsing restrictions"
- In reply to: Mark Stanley [MS]: "Re: Basic questions about CryptoAPI"
- Next in thread: D. Cross: "Re: Basic questions about CryptoAPI"
- Reply: D. Cross: "Re: Basic questions about CryptoAPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
> >
> >
>
>
- Next message: S. Pidgorny [MVP]: "Re: HowTo: Create Certificate Templates ?"
- Previous message: ian dale: "Internet browsing restrictions"
- In reply to: Mark Stanley [MS]: "Re: Basic questions about CryptoAPI"
- Next in thread: D. Cross: "Re: Basic questions about CryptoAPI"
- Reply: D. Cross: "Re: Basic questions about CryptoAPI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|