Cryptography OS Design Development
A version of this page is also available for
4/8/2010
Cryptography Services for Windows Embedded CE-based devices provide services that enable application developers to add security to applications using cryptography. It includes functionality for encoding to and decoding from ASN.1, for hashing, encrypting, and decrypting data, for using digital certificate, and for managing certificates.
Windows Embedded CE 6.0 Cryptography Services with High Encryption Provider is FIPS 140-2, level 1 certified. For more information about FIPS certification for Windows Embedded CE 6.0, see this Web site. For more information about FIPS certification for Windows CE 5.0, see this Web site.
OS Design Information
The following table shows operating system design information for Cryptography.
Element | Information |
---|---|
Dependencies |
Smart Card CSP requires the Smart Card Resource Manager and CryptoAPI 1.0. |
Hardware considerations |
None. |
Modules and Components
The following table shows the components and modules that implement Cryptography Services.
Item | Module | Component |
---|---|---|
Cryptography Services (CryptoAPI 1.0) with High Encryption Provider |
coredll, rsaenh |
coredll module: cryptapi |
Low Encryption Provider (Microsoft Base Cryptographic Service Provider) |
rsabase |
None |
Cryptography Services Implementation Considerations
The following table shows the Sysgen variables that enable Cryptography Services.
Sysgen variable | Description |
---|---|
SYSGEN_CRYPTO |
Cryptography Services (CryptoAPI 1.0) provides a set of cryptographic services for hashing, encrypting, and decrypting data. |
SYSGEN_CRYPTO_DSSDH |
Diffie-Hellman/DSS provider supports hashing, generating, exchanging, and exporting Diffie-Hellman keys. |