10-Oct-2010: Oracle passwords (DES) solver 0.2 (SSE2)

A second version of Oracle (DES) passwords cracker is published.

Here is old blog post about first version.

Changes are:

* Enlist all usernames and passwords in a text file:

uname:password:SID_or_comment

Now ops_sse2 is able to check several hashes for specific username simultaneously. For example, if you have a list consisting of X hashes for username SYS and Y hashes for username SYSTEM, there will be only two passes. It is possible because significant amount of work is to generate all hashes for all possible passwords, but checking generated hash value against to what is defined in list, is not very costly.

* Set minimum and maximum password length.

* Define charset and define first symbol charset.

Usually, first password character is in A..Z limits, but Alexander Kornbrust noted that it is possible to set a password with a digit as first character. So, if you would like to check such passwords, now it is possible to define charsets explicitly.

* Itanium support is absent in this version so far.

Win32 / Linux executables, source code:

http://conus.info/utils/ops_SIMD/


→ [list of blog posts] Please drop me email about bug(s) and/or suggestion(s): my emails.

'