Outils pour utilisateurs

Outils du site


tech:hash_fonction_de_hachage

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
tech:hash_fonction_de_hachage [2026/05/14 22:15] Jean-Baptistetech:hash_fonction_de_hachage [2026/05/14 22:16] (Version actuelle) Jean-Baptiste
Ligne 1: Ligne 1:
 +<!DOCTYPE markdown>
 +{{tag>Brouillon Sécu}}
 +
 +# Hash Fonction de Hachage
 +
 +Voir
 +* http://www.commitstrip.com/fr/2017/02/27/17279/
 +* http://git-annex.branchable.com/backends/
 +* https://en.wikipedia.org/wiki/Skein_hash
 +* https://blog.cloudflare.com/why-its-harder-to-forge-a-sha-1-certificate-than-it-is-to-find-a-sha-1-collision/
 +* Hash LM (Micro$oft) http://www.ssi.gouv.fr/uploads/IMG/pdf/NP_MDP_NoteTech.pdf
 +* https://fr.wikipedia.org/wiki/Rainbow_table
 +* https://pkg.go.dev/crypto & https://cs.opensource.google/go/go/+/refs/tags/go1.26.3:src/crypto/crypto.go;l=16
 +
 +~~~bash
 +time head -c 100000000 /dev/zero | shasum -a 512
 +time head -c 100000000 /dev/zero | shasum -a 256
 +time head -c 100000000 /dev/zero | md5sum
 +~~~
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki