aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/hmac/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/glossary/hmac/index.html')
-rw-r--r--files/fr/glossary/hmac/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/glossary/hmac/index.html b/files/fr/glossary/hmac/index.html
index 228ec17c9b..e00553a074 100644
--- a/files/fr/glossary/hmac/index.html
+++ b/files/fr/glossary/hmac/index.html
@@ -1,11 +1,12 @@
---
title: HMAC
-slug: Glossaire/HMAC
+slug: Glossary/HMAC
tags:
- Cryptographie
- Glossaire
- Sécurité
translation_of: Glossary/HMAC
+original_slug: Glossaire/HMAC
---
<p><span class="seoSummary"><abbr title="Hash-based message authentication code">HMAC</abbr> est un protocole utilisé pour les messages d'authentification {{Glossary("Cryptography","cryptographiquement")}}.</span> Il peut utiliser toutes sortes de {{Glossary("Cryptographic hash function","fonctions de hachage cryptographique")}}, <span class="short_text" id="result_box" lang="fr"><span>et sa force dépend de la fonction sous-jacente</span></span> (SHA1 ou MD5 par exemple) et du choix de la clé secrète. <span class="short_text" id="result_box" lang="fr"><span>Avec une telle combinaison, l'</span></span>{{Glossary("Algorithm","algorithme")}} de vérification HMAC est alors repéré avec un nom composé comme HMAC-SHA1.</p>