The Cryptographic Application Programming Interface (also known variously as CryptoAPI, Microsoft Cryptography API, or simply CAPI) is an application programming interface included with Microsoft Windows operating systems that provides services to enable developers to secure Windows-based applications using cryptography. It is a set of dynamically-linked libraries that provides an abstraction layer which isolates programmers from the code used to encrypt the data.

PropertyValue
p:abstract
  • The Cryptographic Application Programming Interface (also known variously as CryptoAPI, Microsoft Cryptography API, or simply CAPI) is an application programming interface included with Microsoft Windows operating systems that provides services to enable developers to secure Windows-based applications using cryptography. It is a set of dynamically-linked libraries that provides an abstraction layer which isolates programmers from the code used to encrypt the data. CryptoAPI supports both public-key and symmetric key cryptography. It includes functionality for encrypting and decrypting data and for authentication using digital certificates. It also includes a cryptographically secure pseudorandom number generator function CryptGenRandom. CryptoAPI works with a number of CSPs (Cryptographic Service Providers) installed on the machine. CSPs are the modules that do the actual work of encoding and decoding data by performing the cryptographic functions. Windows Vista features an update to the Crypto API known as Cryptography API: Next Generation (CNG). It has better API factoring to allow the same functions to work using a wide range of cryptographic algorithms, and the inclusion of a number of newer algorithms that are part of the National Security Agency (NSA) Suite B. It is also flexible, featuring support for plugging in custom cryptographic APIs into the CNG runtime. CNG works in both user and kernel mode, and also supports all of the algorithms from the CryptoAPI. The Microsoft provider that implements CNG is housed in Bcrypt.dll. CNG also supports Elliptic Curve Cryptography which is also secure and uses shorter keys than RSA. The CNG API integrates with the smart card subsystem by including a Base Smart Card Cryptographic Service Provider (Base CSP) module which encapsulates the smart card API. Smart card manufacturers just have to make their devices compatible with this, rather than provide a from-scratch solution. (en)
  • Cryptography API: Next Generation (CNG) ist Microsofts Kryptographieplattform ab Windows Vista, und ersetzt damit die CryptoAPI von vorherigen Windowsversionen. Alle deren Funktionen werden weiterhin unterstützt. Mithilfe der CNG können Kryptographieanwendungen in hochsicherheitsrelevanten Umgebungen realisiert werden. (de)
  • La Cryptographic Application Programming Interface de Microsoft (aussi connue sous le nom de CryptoAPI, MS CAPI ou simplement CAPI) est une interface de programmation pour les langages C et C++ présente dans le système d'exploitation Windows de Microsoft et qui permet d'utiliser les fonctions cryptographiques implémentées dans les Cryptographic Service Provider. Il s'agit du pendant au pseudo-protocole PKCS#11 fourni établit par RSA qui est couramment utilisé dans le monde Unix/Linux. Les primitives fournies par la CAPI permettent de chiffrer et déchiffrer des données en utilisant des clés de chiffrement symétriques et asymétriques. Elle permettent aussi de réaliser des opérations de signatures de documents numériques, de vérification de signature, de génération de nombre pseudo-aléatoire ou de calcul de hash (voir fonction de hash). L'intérêt de la CAPI est de fournir une interface de programmation unifiée pour tous les fournisseurs de service cryptographiques. Catégorie:Logiciel Microsoft Catégorie:Programmation informatique Catégorie:Mécanisme de sécurité de Microsoft Windows Catégorie:Logiciel de cryptographie (fr)
p:hasPhotoCollection
p:portalProperty
p:reference
p:wikiPageUsesTemplate
p:wikipage-de
p:wikipage-fr
rdfs:comment
  • The Cryptographic Application Programming Interface (also known variously as CryptoAPI, Microsoft Cryptography API, or simply CAPI) is an application programming interface included with Microsoft Windows operating systems that provides services to enable developers to secure Windows-based applications using cryptography. It is a set of dynamically-linked libraries that provides an abstraction layer which isolates programmers from the code used to encrypt the data. (en)
  • Cryptography API: Next Generation (CNG) ist Microsofts Kryptographieplattform ab Windows Vista, und ersetzt damit die CryptoAPI von vorherigen Windowsversionen. Alle deren Funktionen werden weiterhin unterstützt. Mithilfe der CNG können Kryptographieanwendungen in hochsicherheitsrelevanten Umgebungen realisiert werden. (de)
  • La Cryptographic Application Programming Interface de Microsoft (aussi connue sous le nom de CryptoAPI, MS CAPI ou simplement CAPI) est une interface de programmation pour les langages C et C++ présente dans le système d'exploitation Windows de Microsoft et qui permet d'utiliser les fonctions cryptographiques implémentées dans les Cryptographic Service Provider. Il s'agit du pendant au pseudo-protocole PKCS#11 fourni établit par RSA qui est couramment utilisé dans le monde Unix/Linux. (fr)
rdfs:label
  • Cryptographic API (en)
  • Cryptography API: Next Generation (de)
  • Cryptographic Application Programming Interface (fr)
skos:subject
foaf:homepage
foaf:page
p:redirect