From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/fr/web/api/crypto/index.html | 56 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/fr/web/api/crypto/index.html (limited to 'files/fr/web/api/crypto/index.html') diff --git a/files/fr/web/api/crypto/index.html b/files/fr/web/api/crypto/index.html new file mode 100644 index 0000000000..e7cbb32d09 --- /dev/null +++ b/files/fr/web/api/crypto/index.html @@ -0,0 +1,56 @@ +--- +title: Crypto +slug: Web/API/Crypto +translation_of: Web/API/Crypto +--- +

{{APIRef("Web Crypto API")}}

+ +

L'interface Crypto représente les fonctions cryptographiques de base dans notre contexte actuel. Elle permet d'accéder à de solides générateur de nombres aléatoires dédiés à la cryptographie ainsi qu'aux principales primitives cryptographiques.

+ +

Un objet avec cette interface est disponible dans le contexte web de la page via la propriété {{domxref("Window.crypto")}}.

+ +

Propriétés

+ +

Cette interface implémente les propriétés définies dans {{domxref("RandomSource")}}.

+ +
+
{{domxref("Crypto.subtle")}} {{experimental_inline}}{{readOnlyInline}}
+
Retourne un objet {{domxref("SubtleCrypto")}} procurant un accès aux principales primitives cryptographiques, comme le hashage, les signatures, le chiffrement ou le déchiffrement.
+
+ +

Methodes

+ +

Cette interface implémente les méthodes définies dans {{domxref("RandomSource")}}.

+ +
+
{{domxref("RandomSource.getRandomValues()") }}
+
Rempli le {{ jsxref("TypedArray") }} passé avec des valeurs aléatoires utilisables pour la cryptographie.
+
+

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("Web Crypto API", "#crypto-interface", "Crypto")}}{{Spec2("Web Crypto API")}}Definition
+ initiale
+
+
+

Voir aussi

+ + +
+
-- cgit v1.2.3-54-g00ecf