--- title: Window.crypto slug: Web/API/Window/crypto translation_of: Web/API/Window/crypto ---
{{APIRef}}
La propriété, en lecture seule, {{domxref("Window.crypto")}} retourne l'objet {{domxref("Crypto")}} associé à l'objet global. Cet objet permet aux pages web d'avoir un accès à certains services liés à cryptographie.
var cryptoObj = window.crypto || window.msCrypto; // pour IE 11
Spécification | Statut | Commentaire |
---|---|---|
{{SpecName("Web Crypto API", "#dfn-GlobalCrypto", "Window.crypto")}} | {{Spec2("Web Crypto API")}} | Définition initiale |
{{Compat("api.Window.crypto")}}