Salted hashes
Here is the list of salted hashes (from different cms & os)
Hash type Example Additional information DES(Unix) IvS7aeT4NzQPM Using in *nix OS.
Length: 13 symbols
Description:
First 2 symbols are - salt (random)
after that is hashDomain Cached Credentials Admin:b474d48cdfc4974d86ef4d24904cdd91 Using to hash passwords in Windows domain.
Length: 16 bytes
Algorithm:
MD4(MD4(Unicode($pass)).Unicode(strtolower($userna me)))MD5(Unix) $1$12345678$XM4P3PrKBgKNnTaqG9P0T/ Using in *nix OS.
Length: 34 symbols
Description: Hash is starting from signature "$1$", after that is
coming salt ( till 8 random numbers. In our example: 12345678. )
Then symbol "$" and then hash.
Algorithm: MD5 algorithm call - 2000 times.MD5(APR) $apr1$12345678$auQSX8MvzttdBi4y6Xgi Using in *nix OS.
Length: 37 symbols
Description: Hash is starting from signature "$apr1$", after that is
coming salt ( till 8 random numbers. In our example: 12345678. )
Then symbol "$" and then hash.
Algorithm: MD5 algorithm call - 2000 times.MD5(phpBB3) $H$9123456785DAERgALpsri.D9z3ht120Using in phpBB 3.x.x.
Length: 34 symbols
Description: Hash is starting from signature $H$, after that is
coming 1 symbol ( most of the times it is 9 ). After that is coming
salt ( 8 random numbers. In our case its 12345678 ). After that
coming our hash.MD5(Wordpress) $P$B123456780BhGFYS|UqGyE6ErKErL01 Using in Wordpress
Length: 34 symbols
Description: Hash is starting from signature $P$, after that is
coming 1 symbol ( most of the times it is B ). After that is coming
salt ( 8 random numbers. In our case its 12345678 ). After that
coming our hash.
Algorithm: MD5 algorithm call 8192 times.MySQL 606717496665bcba Using in old MySQL versions.
Length: 8 bytes
Description: Hash containing 2 DWORD strings, value of each other
cannot be bigger than 0x7ffffffMySQL5 *E6CC90B878B948C35E92B003C792C46C58C4AF40 Using in newer MySQL versions.
Length: 20 bytes
Algorithm: SHA-1(SHA-1($pass))
Note: Hashes loading without symbol * in the beginningRAdmin v2.x 5e32cceaafed5cc80866737dfb212d7f Using in application Remote Administrator v2.x
Length: 16 bytes
Algorithm: Adding to password zeroes till length reaches 100 bytes
and then string is hashed with MD5MD5 c4ca4238a0b923820dcc509a6f75849b Using in phpBB v2.x , Joomla lower than 1.0.13 and in other platforms
and CMS
Length: 16 bytes
Algorithm: Like md5() in PHPmd5($pass.$salt) 6f04f0d75f6870858bae14ac0b6d9f73:1234 Using in WB News, Joomla 1.0.13 and higher
Length: 16 bytesmd5($salt.$pass) f190ce9ac8445d249747cab7be43f7d5:12 Using in osCommerce, AEF, Gallery and other CMS
Length: 16 bytesmd5(md5($pass)) 28c8edde3d61a0411511d3b1866f0636 Using in e107, DLE, AVE, Diferior, Koobi and other CMS
Length: 16 bytesmd5(md5($pass).$salt) 6011527690eddca23580955c216b1fd2:wQ6 Using in vBulletin, IceBB and other CMS
Length: 16 bytesmd5(md5($salt).md5($pass)) 81f87275dd805aa018df8befe09fe9f8:wH6_S Using in IPB
Length: 16 bytesmd5(md5($salt).$pass) 816a14db44578f516cbaef25bd8d8296:1234 Using in MyBB
Length: 16 bytesmd5($salt.$pass.$salt) a3bc9e11fddf4fef4deea11e33668eab:1234 Using in TBDev
Length: 16 bytesmd5($salt.md5($salt.$pass)) 1d715e52285e5a6b546e442792652c8a:1234 Using in DLP
Length: 16 bytesSHA-1 356a192b7913b04c54574d18c28d46e6395428ab Using in many forums and CMS
Length: 20 bytessha1(strtolower($username).$pass) Admin:6c7ca345f63f835cb353ff15bd6c5e052ec08e7aUsing in SMF
Length: 20 bytessha1($salt.sha1($salt.sha1($pass))) cd37bfbf68d198d11d39a67158c0c9cddf34573b:1234Using in Wotlab BB
Length: 20 bytesSHA-256(Unix) $5$12345678$jBWLgeYZbSvREnuBr5s3gp13vqi… Using in *nix OS
Length: 55 symbols
Description: Hash is starting with signature $5$, after that is coming
salt (till 8 random numbers, like on example 12345678), after that
symbol $ , and then hash.
Algorithm: SHA-256 algorithm call 5000 timesSHA-512(Unix) $6$12345678$U6Yv5E1|Wn6mEESzKen42o6rbEm… Using in *nix OS
Length: 98 symbols
Description: Hash is starting with signature $6$, afther that is coming
salt (till 8 random numbers, like on example 12345678), after that
symbol $ , and then hash.
Algorithm: SHA-512 algorithm call 5000 times
©2011, copyright BLACK BURN
0 comments:
Post a Comment