aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/hmac
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/hmac
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/hmac')
-rw-r--r--files/fr/glossary/hmac/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/files/fr/glossary/hmac/index.html b/files/fr/glossary/hmac/index.html
new file mode 100644
index 0000000000..228ec17c9b
--- /dev/null
+++ b/files/fr/glossary/hmac/index.html
@@ -0,0 +1,28 @@
+---
+title: HMAC
+slug: Glossaire/HMAC
+tags:
+ - Cryptographie
+ - Glossaire
+ - Sécurité
+translation_of: Glossary/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>
+
+<p>HMAC est utilisé pour s'assurer de l'intégrité et de l'authenticité.</p>
+
+<h2 id="En_apprendre_plus">En apprendre plus</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Keyed-Hash_Message_Authentication_Code","HMAC")}} sur Wikipedia</li>
+</ul>
+
+<h3 id="Référence_technique">Référence technique</h3>
+
+<ul>
+ <li>
+ <p><a href="http://www.ietf.org/rfc/rfc2104.txt">RFC 2104</a> sur IETF</p>
+ </li>
+</ul>