Cryptography: Difference between revisions

From DWIKI
Line 5: Line 5:


=Password hashes=
=Password hashes=
==MD5==
 
Hexadecimal, normally 32 chars?
==Password hash types, identified by first field==
* $1 = MD5 hashing algorithm.
* $2 =Blowfish Algorithm is in use.
* $2a=eksblowfish Algorithm
* $5 =SHA-256 Algorithm
* $6 =SHA-512 Algorithm




Line 12: Line 17:




*http://en.wikipedia.org/wiki/MD5


==crypt==
==crypt==

Revision as of 14:09, 10 March 2018

Links

Password hashes

Password hash types, identified by first field

  • $1 = MD5 hashing algorithm.
  • $2 =Blowfish Algorithm is in use.
  • $2a=eksblowfish Algorithm
  • $5 =SHA-256 Algorithm
  • $6 =SHA-512 Algorithm




crypt

man 3 crypt

On freebsd