Mengenali Password Hashes
DES (Unix)
Contoh: IvS7aeT4NzQPM
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 13 characters.
Definisi: Dua characters yang pertama ialah salt (salt yang terdapat pada contoh rawak ialah string "IV"), kemudian diikuti oleh hash.
Cached domain credentials
Contoh: Admin: b474d48cdfc4974d86ef4d24904cdd91
Digunakan untuk cache passwords Windows domain.
Panjang: 16 bytes.
Algorithm: MD4 (MD4 (Unicode ($ pass)). Unicode (strtolower ($ username)))
MD5 (Unix)
Contoh: $ $ 1 $ 12,345,678 XM4P3PrKBgKNnTaqG9P0T /
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 34 characters.
Definisi: The signature hash begins with $ 1 $, then there goes the salt (up to 8 random characters in our Examples salt is the string "12345678"), then there is one plus the $ character, followed by current hash.
Algorithm: The truth is that it is a circuit called the MD5 algorithm 2000 times.
MD5 (APR)
Contoh: $ $ $ 12345678 auQSX8Mvzt.tdBi4y6Xgj apr1.
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 37 characters
Definisi: The hash begins with the signing apr1 $ $, then there goes the salt (up to 8 random characters in our Examples salt is the string "12345678"), then there is one plus the $ character, followed by current hash.
Algorithm: The truth is that it is a circuit called the MD5 algorithm 2000 times.
MD5 (phpBB3)
Contoh: $ H $ 9123456785DAERgALpsri.D9z3ht120
3.x.x. digunakan pada phpBB (forums)
Panjang: 34 characters.
Definisi: The signature hash begins with $ H $, then there is a character (usually the number '9 '), then there goes the salt (8 random characters in our Examples salt is the string "12345678"), followed by the current hash.
Algorithm: The truth is that it is a circuit called the MD5 algorithm 2048 times.
MD5 (Wordpress)
Contoh: $ P $ B123456780BhGFYSlUqGyE6ErKErL01
Digunakan pada Wordpress.
Panjang: 34 characters.
Definisi: The signature hash begins with $ P $, then there goes one of the characters (most often "B" number), then there goes the salt (8 random characters in our Examples salt is the chain "12345678"), followed by the current hash.
Algorithm: The truth is that it is a circuit called the MD5 algorithm 8192 times.
MySQL
Contoh: 606717496665bcba
Digunakan pada versi MySQL lama.
Panjang: 8 bytes.
Definisi: The hash is composed of two DWORD, each not exceeding the value of 0x7fffffff.
MySQL5
Contoh: * E6CC90B878B948C35E92B003C792C46C58C4AF40
Digunakan pada versi MySQL5 baru.
Panjang: 20 bytes.
Algorithm: SHA-1 (SHA-1 ($ pass))
Nota: hashes to be loaded into the program without the asterisk is in the beginning of each hash.
RAdmin v2.x
Contoh: 5e32cceaafed5cc80866737dfb212d7f
Digunakan pada aplikasi Remote Administrator v2.x
Panjang: 16 bytes.
Nota: The password is padded with zeros to the length of 100 bytes, which hosts all the string with the MD5 algorithm.
MD5
Contoh: c4ca4238a0b923820dcc509a6f75849b
Digunakan pada v2.x phpBB, Joomla versi 1.0.13 kebawah dan lain-lain forums serta CMS.
Panjang: 16 bytes.
Algorithm: Same as the function md5 () in PHP.
md5 ($ pass. $ salt)
Contoh: 6f04f0d75f6870858bae14ac0b6d9f73: 1234
Digunakan pada WB News, Joomla versi 1.0.13 dan keatas.
Panjang: 16 bytes.
md5 ($ salt. $ pass)
Contoh: f190ce9ac8445d249747cab7be43f7d5: 12
Digunakan pada osCommerce, AEF, Gallery dan lain-lain CMS.
(OsCommerce had a bigger fault ..)
Panjang: 16 bytes.
md5 (md5 ($ pass))
Contoh: 28c8edde3d61a0411511d3b1866f0636
Digunakan pada e107, DLE, AVE, Diferior, Koobi CMS dan lain-lain.
Panjang: 16 bytes.
md5 (md5 ($ pass). $ salt)
Contoh: 6011527690eddca23580955c216b1fd2: wQ6
Disediakan di vBulletin IceBB.
Panjang: 16 bytes.
md5 (md5 ($ salt). md5 ($ pass))
Contoh: 81f87275dd805aa018df8befe09fe9f8: wH6_S
Digunakan pada IPB.
Panjang: 16 bytes.
md5 (md5 ($ salt). $ pass)
Contoh: 816a14db44578f516cbaef25bd8d8296: 1234
Digunakan pada MyBB.
Length: 16 bytes.
md5 ($ salt. $ pass. $ salt)
Contoh: a3bc9e11fddf4fef4deea11e33668eab: 1234
Digunakan pada TBDev.
Panjang: 16 bytes.
md5 ($ salt.md5 ($ salt. $ pass))
Contoh: 1d715e52285e5a6b546e442792652c8a: 1234
Digunakan pada DLP.
Panjang: 16 bytes.
SHA-1
Contoh: 356a192b7913b04c54574d18c28d46e6395428ab
Digunakan pada kebanyakkan forums dan CMS.
Panjang: 20 bytes.
Algorithm: Same as sha1 () in PHP.
sha1 (strtolower ($ username). $ pass)
Contoh: Admin: 6c7ca345f63f835cb353ff15bd6c5e052ec08e7a
Digunakan pada SMF.
Panjang: 20 bytes.
sha1 ($ salt.sha1 ($ salt.sha1 ($ pass)))
Contoh: cd37bfbf68d198d11d39a67158c0c9cddf34573b: 1234
Digunakan pada WoltLab BB.
Panjang: 20 bytes.
SHA-256 (Unix)
Contoh: $ $ 5 $ 12,345,678 jBWLgeYZbSvREnuBr5s3gp13vqiKSNK1rkTk9z YE1v0
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 55 characters.
Definisi: The hash begins with the signing of $ 5 $, then there goes the salt (up to 8 random characters in our Examples salt is the string "12345678"), then there is one plus the $ character, followed by the current hash.
Algorithm: The truth is that it is a circuit called the algorithm SHA-256 5000 times.
SHA-512 (Unix)
Contoh: $ $ 6 $ 12,345,678 U6Yv5E1lWn6mEESzKen42o6rbEmFNLlq6Ik9X3reMXY3doKEuxrcDohKUx0Oxf44aeTIxGEjssvtT1aKyZHjs
Digunakan pada Linux dan OS yang berkaitan.
Panjang: 98 characters.
Definisi: The hash begins with the signing of $ 6 $, then there goes the salt (up to 8 random characters in our Examples salt is the string "12345678"), then there is one plus the $ character, followed by the current hash.
Algorithm: The truth is that it is a circuit called the algorithm SHA-512 5000 times.
No comments:
Post a Comment