aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/hmac/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:40:53 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commit7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch)
tree1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/hmac/index.html
parent6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff)
downloadtranslated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/hmac/index.html')
-rw-r--r--files/fr/glossary/hmac/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/files/fr/glossary/hmac/index.html b/files/fr/glossary/hmac/index.html
deleted file mode 100644
index c2f9c11c6e..0000000000
--- a/files/fr/glossary/hmac/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: HMAC
-slug: Glossary/HMAC
-tags:
- - Cryptographie
- - Glossaire
- - Sécurité
-translation_of: Glossary/HMAC
-original_slug: Glossaire/HMAC
----
-<p><abbr title="Hash-based message authentication code">HMAC</abbr> est un protocole utilisé pour les messages d'authentification {{Glossary("Cryptography","cryptographiquement")}}. Il peut utiliser toutes sortes de {{Glossary("Cryptographic hash function","fonctions de hachage cryptographique")}}, et sa force dépend de la fonction sous-jacente (SHA1 ou MD5 par exemple) et du choix de la clé secrète. Avec une telle combinaison, l'{{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>