aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/subtlecrypto/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/subtlecrypto/index.html')
-rw-r--r--files/fr/web/api/subtlecrypto/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/subtlecrypto/index.html b/files/fr/web/api/subtlecrypto/index.html
index 6788ee5bdb..b9cca851e9 100644
--- a/files/fr/web/api/subtlecrypto/index.html
+++ b/files/fr/web/api/subtlecrypto/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/SubtleCrypto
---
<div>{{APIRef("Web Crypto API")}}{{SecureContext_header}}</div>
-<p><span class="seoSummary">The <code><strong>SubtleCrypto</strong></code> interface of the <a href="/en-US/docs/Web/API/Web_Crypto_API">Web Crypto API</a> provides a number of low-level cryptographic functions. Access to the features of <code>SubtleCrypto</code> is obtained through the {{domxref("Crypto.subtle", "subtle")}} property of the {{domxref("Crypto")}} object you get from {{domxref("Window.crypto")}}.</span></p>
+<p>The <code><strong>SubtleCrypto</strong></code> interface of the <a href="/en-US/docs/Web/API/Web_Crypto_API">Web Crypto API</a> provides a number of low-level cryptographic functions. Access to the features of <code>SubtleCrypto</code> is obtained through the {{domxref("Crypto.subtle", "subtle")}} property of the {{domxref("Crypto")}} object you get from {{domxref("Window.crypto")}}.</p>
<div class="warning">
<p><strong>Warning:</strong> This API provides a number of low-level cryptographic primitives. It's very easy to misuse them, and the pitfalls involved can be very subtle.</p>