Hash
De Linuxmemo.
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
[[Catégorie:Securite-outils]] | [[Catégorie:Securite-outils]] | ||
- | == | + | ==Préfixe == |
$1 = MD5 hashing algorithm. | $1 = MD5 hashing algorithm. | ||
Ligne 9 : | Ligne 9 : | ||
https://en.wikipedia.org/wiki/Crypt_(C) | https://en.wikipedia.org/wiki/Crypt_(C) | ||
+ | |||
+ | ==Format== | ||
+ | http://openwall.info/wiki/john/hash-formats | ||
+ | <hash> When only the hash is present, JtR will output ”?” as the username when showing and or cracking. | ||
+ | <username>:<hash> (This is a basic/generic format) | ||
+ | <useruame>:<hash>:<uid>:<gid>:<GECOS>:<directory>:<shell> (This is a typical *nix “unshadowed” format) | ||
+ | <username>:<uid>:<LM-hash>:<NTLM-hash>:<comment>:<homedir>: (This is a PWDump Format) | ||
Voir [[hashid]] | Voir [[hashid]] |
Version du 2 janvier 2017 à 13:29
Préfixe
$1 = MD5 hashing algorithm. $2 =Blowfish Algorithm is in use. $2a=eksblowfish Algorithm $5 =SHA-256 Algorithm $6 =SHA-512 Algorithm
https://en.wikipedia.org/wiki/Crypt_(C)
Format
http://openwall.info/wiki/john/hash-formats
<hash> When only the hash is present, JtR will output ”?” as the username when showing and or cracking. <username>:<hash> (This is a basic/generic format) <useruame>:<hash>:<uid>:<gid>:<GECOS>:<directory>:<shell> (This is a typical *nix “unshadowed” format) <username>:<uid>:<LM-hash>:<NTLM-hash>:<comment>:<homedir>: (This is a PWDump Format)
Voir hashid