flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3, 4 |
Author |
|
weiss 09 Jun 2007, 09:12
Quote: relization: doesn't work with "012345678"; that was a typo-error, the test was done with "0123456789" 10 characters. in the code comments, i stated that the character set has to be divisible by 5, this is just a limitation of the program, doesn't mean you couldn't write a new version with support for any length. Quote: -(very small) no gui version:\. its only experimental code, i didn't write it to distribute, just to satisfy my curiosity and show some people that using these methods is good way to utilize SIMD instructions for cracking passwords based on integer hashing lagorithms such as MD5. the same ideas can be applied to algorithms like NTLM1,HMAC-MD5,FreeBSD/Apace MD5Crypt using SIMD allows for 120% advantage over normal 32-bit code. each letter of the character set is converted to 4 bytes at specific index. these are used to update the SIMD password buffers by ADD'ing and reseting using AND's i've not seen this done anywhere, and i think its atleast 1 good approach to efficiently using SIMD instructions to crack passwords, rather than use conventional byte operations, which are slow with SIMD. the lengths are controlled using SUB's and conditional jump on flag, which is much faster than compare/conditional jump. if i wrote a proper version, it would be a GUI, i might get around to it sometime, but in the meantime, you can do what you like with it, i wouldn't like to see people making money from it though. |
|||
![]() |
|
LocoDelAssembly 09 Jun 2007, 13:50
Take a look at function mdfoursse2 on ftp://ftp.banquise.net/users/bandecon/john-patch/john-1.6.38-to-bigpatch-17.diff.gz
Here the web page where I got the link http://www.banquise.net/misc/patch-john.html |
|||
![]() |
|
weiss 09 Jun 2007, 16:48
i already did, its slower than normal 32-bit code.actually, i forwarded code to bartavelle couple of years ago using similar idea, and he didn't really pay any attention to it.same thing with author of mdcrack-sse and solar designer.
the only person to be interested so far has been author of passwords pro |
|||
![]() |
|
Goto page Previous 1, 2, 3, 4 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.