Here is the list of salted hashes (from different cms & os)

Hash typeExampleAdditional information
DES(Unix)IvS7aeT4NzQPMUsing in *nix OS.
Length: 13 symbols
Description:
First 2 symbols are - salt (random)
after that is hash
Domain Cached CredentialsAdmin:b474d48cdfc4974d86ef4d24904cdd91Using 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$auQSX8MvzttdBi4y6XgiUsing 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.D9z3ht120
Using 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|UqGyE6ErKErL01Using 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.
MySQL606717496665bcbaUsing in old MySQL versions.
Length: 8 bytes
Description: Hash containing 2 DWORD strings, value of each other
cannot be bigger than 0x7ffffff
MySQL5*E6CC90B878B948C35E92B003C792C46C58C4AF40Using in newer MySQL versions.
Length: 20 bytes
Algorithm: SHA-1(SHA-1($pass))
Note: Hashes loading without symbol * in the beginning
RAdmin v2.x5e32cceaafed5cc80866737dfb212d7fUsing 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 MD5
MD5c4ca4238a0b923820dcc509a6f75849bUsing in phpBB v2.x , Joomla lower than 1.0.13 and in other platforms
and CMS
Length: 16 bytes
Algorithm: Like md5() in PHP
md5($pass.$salt)6f04f0d75f6870858bae14ac0b6d9f73:1234Using in WB News, Joomla 1.0.13 and higher
Length: 16 bytes
md5($salt.$pass)f190ce9ac8445d249747cab7be43f7d5:12Using in osCommerce, AEF, Gallery and other CMS
Length: 16 bytes
md5(md5($pass))28c8edde3d61a0411511d3b1866f0636Using in e107, DLE, AVE, Diferior, Koobi and other CMS
Length: 16 bytes
md5(md5($pass).$salt)6011527690eddca23580955c216b1fd2:wQ6Using in vBulletin, IceBB and other CMS
Length: 16 bytes
md5(md5($salt).md5($pass))81f87275dd805aa018df8befe09fe9f8:wH6_SUsing in IPB
Length: 16 bytes
md5(md5($salt).$pass)816a14db44578f516cbaef25bd8d8296:1234Using in MyBB
Length: 16 bytes
md5($salt.$pass.$salt)a3bc9e11fddf4fef4deea11e33668eab:1234Using in TBDev
Length: 16 bytes
md5($salt.md5($salt.$pass))1d715e52285e5a6b546e442792652c8a:1234Using in DLP
Length: 16 bytes
SHA-1356a192b7913b04c54574d18c28d46e6395428abUsing in many forums and CMS
Length: 20 bytes
sha1(strtolower($username).$pass)
Admin:6c7ca345f63f835cb353ff15bd6c5e052ec08e7a
Using in SMF
Length: 20 bytes
sha1($salt.sha1($salt.sha1($pass)))
cd37bfbf68d198d11d39a67158c0c9cddf34573b:1234
Using in Wotlab BB
Length: 20 bytes
SHA-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 times
SHA-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