hashcat Forum

Full Version: 2 additional MD5 algos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tested these and they are used:

md5(md5($pass).$pass)
md5($pass.md5($pass))

Examples:

Code:
5218e978f182fc4bbc84ef98a75206f6:password1:password1
c7f284e5da830aad77b30065e83d405e:testing:testing
32b4a94ec1a4a826338d3cacddc6d477:tazmania:tazmania
f7d95b8321309516009315e1a3cf654b:8888:8888
b104db5ca6ee589b6fc5ee902f09b1ba:20102010:20102010
806bfc0ea0df3427207473a954e0008f:istanbul:istanbul
3cf93b1890b0a30df8df47e69e9d9167:505050:505050
629313c380e0defefbd6267651c72a9d:demo:demo
d4f32732c710570a872244e3e7eddeb1:55555:55555
adc6389e6c91b50fd72bdea8bfdb1df3:abcdef:abcdef
e9d544e4c3843033d6e78e6cb5995c51:12345678910:12345678910
425ed88955e387f62d29bc05dfba1a7c:chocolate:chocolate
39bf857a2a59a4eae4b86869d72eea8a:greenday:greenday
e822ff1a57dfab0aa15ceb5252bbd663:snowball:snowball

Maybe the same with SHA1 as well? I'll try and test.
where is this used in?
Not sure, just did a test and got those. Another 2 which would be useful are:

md5(sha1($pass))
sha1(md5($pass))
(09-13-2011, 11:55 AM)blandyuk Wrote: [ -> ]Not sure, just did a test and got those. Another 2 which would be useful are:

md5(sha1($pass))
sha1(md5($pass))

JTR supports these, as does the Cryptohaze Multiforcer. Added for CMIYK Smile

Where on earth are these used in the real world?