HashTools (pt-BR)

Gerar Hash

Verificar Hash

Sobre Funções Hash

Funções hash são algoritmos criptográficos que recebem uma entrada (ou 'mensagem') e retornam uma string de tamanho fixo. A saída é tipicamente um 'digest' único para cada entrada única.

  • MD5: 128-bit hash value, but now considered cryptographically broken
  • SHA-1: 160-bit hash, stronger than MD5 but also considered insecure
  • SHA-256: 256-bit hash, part of the SHA-2 family and widely used
  • SHA-512: 512-bit hash, stronger variant of SHA-2