From 39f2114f9797eb51994966c6bb8ff1814c9a4da8 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 12:36:08 +0100 Subject: unslug fr: move --- .../cryptographic_hash_function/index.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 files/fr/glossary/cryptographic_hash_function/index.html (limited to 'files/fr/glossary/cryptographic_hash_function/index.html') diff --git a/files/fr/glossary/cryptographic_hash_function/index.html b/files/fr/glossary/cryptographic_hash_function/index.html new file mode 100644 index 0000000000..32548e31a6 --- /dev/null +++ b/files/fr/glossary/cryptographic_hash_function/index.html @@ -0,0 +1,27 @@ +--- +title: Fonction de hachage cryptographique +slug: Glossaire/Fonction_de_hachage_cryptographique +tags: + - Cryptographie + - Glossaire + - Sécurité +translation_of: Glossary/Cryptographic_hash_function +--- +

Une fonction de hachage cryptographique est une primitive {{glossary("cryptographie", "cryptographique")}} qui transforme un message de taille arbitraire en un message de taille fixe, appelé un {{glossary("digest","condensé")}}. Les fonctions de hachage cryptographiques sont employées pour l'authentification, les {{Glossary("Digital signature", "signatures numériques")}} et les {{Glossary("HMAC", "codes d'authentification de messages")}}.

+ +

Pour être utilisable en cryptographie, une fonction de hachage doit disposer de ces qualités :

+ + + +

Les fonctions de hachage cryptographiques comme MD5 et SHA-1 sont considérées cassées car des attaques permettant de réduire significativement leur résistance aux collisions ont été trouvées.

+ +

Pour approfondir

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