<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[hashcat Forum - Very old oclHashcat-lite Announcements]]></title>
		<link>https://hashcat.net/forum/</link>
		<description><![CDATA[hashcat Forum - https://hashcat.net/forum]]></description>
		<pubDate>Fri, 01 May 2026 11:04:38 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[oclHashcat-lite v0.15]]></title>
			<link>https://hashcat.net/forum/thread-2700.html</link>
			<pubDate>Wed, 09 Oct 2013 22:09:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=2052">d0znpp</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-2700.html</guid>
			<description><![CDATA[7990 doesn't work with MSSQL hashes:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>~/h/oclHashcat-lite-0.15/oclHashcat-lite64.bin --force -m132 0x010014b8775afa7a455000000000000000000000000000000000 -d 2 -1 '?l?u?d' '?1?1?1?1?1?1?1?1?1?1' <br />
Device #1: skipped by user<br />
Device #2: Cayman, 1024MB, 830Mhz, 24MCU<br />
Device #3: skipped by user<br />
Device #4: skipped by user<br />
...<br />
Speed.GPU.#1...:&nbsp;&nbsp;1834.0M/s</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>~/h/oclHashcat-lite-0.15/oclHashcat-lite64.bin --force -m132 0x010014b8775afa7a455000000000000000000000000000000000 -d 1 -1 '?l?u?d' '?1?1?1?1?1?1?1?1?1?1' <br />
Device #1: Tahiti, 2967MB, 1000Mhz, 32MCU<br />
Device #2: skipped by user<br />
Device #3: skipped by user<br />
Device #4: skipped by user<br />
<br />
[s]tatus [p]ause [r]esume [q]uit =&gt; Segmentation fault</code></div></div><br />
But MD5 is OK...]]></description>
			<content:encoded><![CDATA[7990 doesn't work with MSSQL hashes:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>~/h/oclHashcat-lite-0.15/oclHashcat-lite64.bin --force -m132 0x010014b8775afa7a455000000000000000000000000000000000 -d 2 -1 '?l?u?d' '?1?1?1?1?1?1?1?1?1?1' <br />
Device #1: skipped by user<br />
Device #2: Cayman, 1024MB, 830Mhz, 24MCU<br />
Device #3: skipped by user<br />
Device #4: skipped by user<br />
...<br />
Speed.GPU.#1...:&nbsp;&nbsp;1834.0M/s</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>~/h/oclHashcat-lite-0.15/oclHashcat-lite64.bin --force -m132 0x010014b8775afa7a455000000000000000000000000000000000 -d 1 -1 '?l?u?d' '?1?1?1?1?1?1?1?1?1?1' <br />
Device #1: Tahiti, 2967MB, 1000Mhz, 32MCU<br />
Device #2: skipped by user<br />
Device #3: skipped by user<br />
Device #4: skipped by user<br />
<br />
[s]tatus [p]ause [r]esume [q]uit =&gt; Segmentation fault</code></div></div><br />
But MD5 is OK...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.10]]></title>
			<link>https://hashcat.net/forum/thread-1344.html</link>
			<pubDate>Fri, 29 Jun 2012 10:32:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-1344.html</guid>
			<description><![CDATA[Welcome to oclHashcat-lite v0.10.<br />
<br />
Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
This release is a big step forward. We have added both, many major and many minor features.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Per-position markov-chains, aka markov-attack/incremental-attack/charset-files</span></span><br />
<br />
The markov-attack is a statistically based brute-force like attack, but instead of specifying a charset or a mask, we specify a file. This file is once generated by ourself in a previous step. It contains statistical informations which are made out an automated analysis of a given dictionary.<br />
<br />
It can fully replace Brute-Force since it covers the full keyspace.<br />
<br />
In Brute-Force Attack (or in Mask Attack) we can limit the keyspace by setting a smaller charset in order to reduce the attack-time. In Markov Attack we have something similar, the "threshold". All you do is to specify a number. The higher the number, the higher the threshold to add a new link between two characters on the two-level table on which the markov-attack bases on.<br />
<br />
This background is not so important, just remember that the lower the value, the smaller the keyspace and thus the faster the attack is.<br />
<br />
Check these threads for more details<br />
<ul class="mycode_list"><li><a href="http://hashcat.net/forum/thread-1265.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1265.html</a><br />
</li>
<li><a href="http://hashcat.net/forum/thread-1285.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1285.html</a><br />
</li>
<li><a href="http://hashcat.net/forum/thread-1291.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1291.html</a><br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Use .ptx ad .llvmir intermediate kernels</span></span><br />
<br />
The kernels are distributed in an "intermediate" format (aka IL). It cant be reversed to original C code but still its not a binary format that can be used for execution.<br />
<br />
The JIT (just-in-time) compilers from both OpenCL and CUDA, which ship with the driver, compile the final byte-code out of the IL. This takes a few seconds per kernel but once its done the byte-code is cached (CUDA does it automatically, OpenCL not but we add a function to do the same as CUDA does).<br />
<br />
This has some nice advantages:<br />
<ul class="mycode_list"><li>Not 32/64 bit specific<br />
</li>
<li>Less HDD space<br />
</li>
<li>Smaller .7z<br />
</li>
<li>Less problems with driver specific problems as we often see with Catalyst<br />
</li>
<li>There is no more need to release a new oclHashcat-* in case a new driver optimization has been added. oclHashcat-* caches driver specific. If it recognizes a driver change it will rebuild thge byte-code from the IL, but using the new JIT from the new driver resulting in driver specific optimized byte-code.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Retaining GPU temperature</span></span><br />
<br />
When I started with oclHashcat-* Hardware mangement support, some people asked me for add support for fan-speed. For a long time I was not interessted in adding fan-speed code to oclHashcat-* since this is the job for the driver or some specialized controling software.<br />
<br />
I did not change my mind completly on this, but still we have added some fan-speed controlling code. The new parameters are:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>--gpu-temp-disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disable temperature and fanspeed readings and triggers<br />
--gpu-temp-abort=NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abort session if GPU temperature reaches NUM degrees celsius<br />
--gpu-temp-retain=NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Try to retain GPU temperature at NUM degrees celsius (AMD only)</code></div></div><br />
So what this thing is doing is: If the temperature configured with the new --gpu-temp-retain parameter is reached, it starts to increase the fan-speed by 1 percent each second. Thats all.<br />
<br />
If you imagine a scenario what this means you will come to the conclusion that this feature also enables you to enfore your GPU running always to a very specific temperature.<br />
<br />
Some notes:<br />
<ul class="mycode_list"><li>--gpu-temp-disable you can completly disable all the temperature stuff.<br />
</li>
<li>--gpu-temp-retain currently only works for AMD.<br />
</li>
<li>--gpu-temp-abort parameter is just the renamed version of the old --gpu-watchdog.<br />
</li>
<li>Both parameters accept the 0 value which disables only this specific feature. This means you can step back to the old behavior by specifying --gpu-temp-retain 0.<br />
</li>
<li>The default for --gpu-temp-abort is still 90c.<br />
</li>
<li>The default for --gpu-temp-retain is 80c.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Built-in benchmarking mode</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>* Benchmark:<br />
<br />
&nbsp;&nbsp;-b,&nbsp;&nbsp;--benchmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Run benchmark<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --benchmark-mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Benchmark-mode, see references below</code></div></div><br />
Nothing much to explain here I think, but some notes to the benchmark mode:<br />
<ul class="mycode_list"><li>As long as you do not set the --benchmark-mode you can modify all the configuration parameters you always use. Something like -d, -n, --gpu-accel or --runtime.<br />
</li>
<li>With --runtime you can specify the duration how long each test lasts.<br />
</li>
<li>If you add -m you can limit to a specific hash-type. If you do not set it, it will iterate through all hash-types.<br />
</li>
<li>All unneccessary parallel threads like hardware monitor, restore-support and outfile-watch are disabled. Also the quiet mode is enabled.<br />
</li>
<li>On NVidia, the hashes based on SHA256, SHA512 and DES are limited to -n 32, otherwise the driver throws the error cuStreamSynchronize() 702.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">New Algorithms supported</span></span><br />
<ul class="mycode_list"><li>SHA512<br />
</li>
<li>Oracle 7-10g, DES(Oracle)<br />
</li>
<li>md4(&#36;pass.&#36;salt)<br />
</li>
<li>sha256(&#36;pass.&#36;salt)<br />
</li>
<li>sha512(&#36;pass.&#36;salt)<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Full changelog</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
desc: added -m 0910 = md4(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1410 = sha256(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1700 = SHA512<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1710 = sha512(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 3100 = Oracle 7-10g, DES(Oracle)<br />
<br />
type: feature<br />
file: kernels<br />
desc: on AMD, switched from .kernel to .llvmir to reduce diskspace<br />
<br />
type: feature<br />
file: kernels<br />
desc: on NV, switched from .cubin to .ptx to reduce diskspace<br />
<br />
type: feature<br />
file: kernels<br />
desc: added kernel cache to avoid unnecessary recompilation<br />
cred: m4tr1x<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia CUDA 4.2<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia sm_30 gpu-architecture [ Kepler ]<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for NVAPI R300<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for NVidia NVML library and got rid of nvidia-smi command<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for AMD ADL v4.0 library<br />
<br />
type: feature<br />
file: host programs<br />
desc: splitted --gpu-watchdog to --gpu-temp-disable and --gpu-temp-abort<br />
<br />
type: feature<br />
file: kernels<br />
desc: added benchmarking mode<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --gpu-temp-retain to try retain temperature at NUM degrees celsius<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: workarounded AMD bug in clGetDeviceInfo() CL_DEVICE_MAX_CLOCK_FREQUENCY<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: kernels<br />
desc: added early check for zero-length password hashes<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: show LM-half as soon as it is cracked<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for charset files and some example charset files<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support to read hashes from file<br />
<br />
type: feature<br />
file: host programs<br />
desc: implemented base64 parser that would allow for dynamic salt lengths in nsldaps<br />
<br />
type: feature<br />
file: host programs<br />
desc: added fan-speeds to status display<br />
<br />
type: feature<br />
file: host programs<br />
desc: removed --pw-skip-plain and --pw-limit-plain as they are incompatible to markov<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in status display if ETA calculated &gt; 60 years<br />
cred: arex<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in Oracle 11g hash parsing function, salt length increased to 10 byte<br />
cred: flipit<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in salt-length parser for MyBB1.2 hashes<br />
cred: code841<br />
<br />
type: change<br />
file: host programs<br />
desc: changed default charset to the one which passpal outputs running on rockyou.txt<br />
cred: arex</code></div></div>]]></description>
			<content:encoded><![CDATA[Welcome to oclHashcat-lite v0.10.<br />
<br />
Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
This release is a big step forward. We have added both, many major and many minor features.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Per-position markov-chains, aka markov-attack/incremental-attack/charset-files</span></span><br />
<br />
The markov-attack is a statistically based brute-force like attack, but instead of specifying a charset or a mask, we specify a file. This file is once generated by ourself in a previous step. It contains statistical informations which are made out an automated analysis of a given dictionary.<br />
<br />
It can fully replace Brute-Force since it covers the full keyspace.<br />
<br />
In Brute-Force Attack (or in Mask Attack) we can limit the keyspace by setting a smaller charset in order to reduce the attack-time. In Markov Attack we have something similar, the "threshold". All you do is to specify a number. The higher the number, the higher the threshold to add a new link between two characters on the two-level table on which the markov-attack bases on.<br />
<br />
This background is not so important, just remember that the lower the value, the smaller the keyspace and thus the faster the attack is.<br />
<br />
Check these threads for more details<br />
<ul class="mycode_list"><li><a href="http://hashcat.net/forum/thread-1265.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1265.html</a><br />
</li>
<li><a href="http://hashcat.net/forum/thread-1285.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1285.html</a><br />
</li>
<li><a href="http://hashcat.net/forum/thread-1291.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-1291.html</a><br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Use .ptx ad .llvmir intermediate kernels</span></span><br />
<br />
The kernels are distributed in an "intermediate" format (aka IL). It cant be reversed to original C code but still its not a binary format that can be used for execution.<br />
<br />
The JIT (just-in-time) compilers from both OpenCL and CUDA, which ship with the driver, compile the final byte-code out of the IL. This takes a few seconds per kernel but once its done the byte-code is cached (CUDA does it automatically, OpenCL not but we add a function to do the same as CUDA does).<br />
<br />
This has some nice advantages:<br />
<ul class="mycode_list"><li>Not 32/64 bit specific<br />
</li>
<li>Less HDD space<br />
</li>
<li>Smaller .7z<br />
</li>
<li>Less problems with driver specific problems as we often see with Catalyst<br />
</li>
<li>There is no more need to release a new oclHashcat-* in case a new driver optimization has been added. oclHashcat-* caches driver specific. If it recognizes a driver change it will rebuild thge byte-code from the IL, but using the new JIT from the new driver resulting in driver specific optimized byte-code.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Retaining GPU temperature</span></span><br />
<br />
When I started with oclHashcat-* Hardware mangement support, some people asked me for add support for fan-speed. For a long time I was not interessted in adding fan-speed code to oclHashcat-* since this is the job for the driver or some specialized controling software.<br />
<br />
I did not change my mind completly on this, but still we have added some fan-speed controlling code. The new parameters are:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>--gpu-temp-disable&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disable temperature and fanspeed readings and triggers<br />
--gpu-temp-abort=NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Abort session if GPU temperature reaches NUM degrees celsius<br />
--gpu-temp-retain=NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Try to retain GPU temperature at NUM degrees celsius (AMD only)</code></div></div><br />
So what this thing is doing is: If the temperature configured with the new --gpu-temp-retain parameter is reached, it starts to increase the fan-speed by 1 percent each second. Thats all.<br />
<br />
If you imagine a scenario what this means you will come to the conclusion that this feature also enables you to enfore your GPU running always to a very specific temperature.<br />
<br />
Some notes:<br />
<ul class="mycode_list"><li>--gpu-temp-disable you can completly disable all the temperature stuff.<br />
</li>
<li>--gpu-temp-retain currently only works for AMD.<br />
</li>
<li>--gpu-temp-abort parameter is just the renamed version of the old --gpu-watchdog.<br />
</li>
<li>Both parameters accept the 0 value which disables only this specific feature. This means you can step back to the old behavior by specifying --gpu-temp-retain 0.<br />
</li>
<li>The default for --gpu-temp-abort is still 90c.<br />
</li>
<li>The default for --gpu-temp-retain is 80c.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Built-in benchmarking mode</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>* Benchmark:<br />
<br />
&nbsp;&nbsp;-b,&nbsp;&nbsp;--benchmark&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Run benchmark<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --benchmark-mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Benchmark-mode, see references below</code></div></div><br />
Nothing much to explain here I think, but some notes to the benchmark mode:<br />
<ul class="mycode_list"><li>As long as you do not set the --benchmark-mode you can modify all the configuration parameters you always use. Something like -d, -n, --gpu-accel or --runtime.<br />
</li>
<li>With --runtime you can specify the duration how long each test lasts.<br />
</li>
<li>If you add -m you can limit to a specific hash-type. If you do not set it, it will iterate through all hash-types.<br />
</li>
<li>All unneccessary parallel threads like hardware monitor, restore-support and outfile-watch are disabled. Also the quiet mode is enabled.<br />
</li>
<li>On NVidia, the hashes based on SHA256, SHA512 and DES are limited to -n 32, otherwise the driver throws the error cuStreamSynchronize() 702.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">New Algorithms supported</span></span><br />
<ul class="mycode_list"><li>SHA512<br />
</li>
<li>Oracle 7-10g, DES(Oracle)<br />
</li>
<li>md4(&#36;pass.&#36;salt)<br />
</li>
<li>sha256(&#36;pass.&#36;salt)<br />
</li>
<li>sha512(&#36;pass.&#36;salt)<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-weight: bold;" class="mycode_b">Full changelog</span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
desc: added -m 0910 = md4(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1410 = sha256(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1700 = SHA512<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1710 = sha512(&#36;pass.&#36;salt)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 3100 = Oracle 7-10g, DES(Oracle)<br />
<br />
type: feature<br />
file: kernels<br />
desc: on AMD, switched from .kernel to .llvmir to reduce diskspace<br />
<br />
type: feature<br />
file: kernels<br />
desc: on NV, switched from .cubin to .ptx to reduce diskspace<br />
<br />
type: feature<br />
file: kernels<br />
desc: added kernel cache to avoid unnecessary recompilation<br />
cred: m4tr1x<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia CUDA 4.2<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia sm_30 gpu-architecture [ Kepler ]<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for NVAPI R300<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for NVidia NVML library and got rid of nvidia-smi command<br />
<br />
type: driver<br />
file: host programs<br />
desc: added support for AMD ADL v4.0 library<br />
<br />
type: feature<br />
file: host programs<br />
desc: splitted --gpu-watchdog to --gpu-temp-disable and --gpu-temp-abort<br />
<br />
type: feature<br />
file: kernels<br />
desc: added benchmarking mode<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --gpu-temp-retain to try retain temperature at NUM degrees celsius<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: workarounded AMD bug in clGetDeviceInfo() CL_DEVICE_MAX_CLOCK_FREQUENCY<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: kernels<br />
desc: added early check for zero-length password hashes<br />
cred: m4tr1x<br />
<br />
type: feature<br />
file: host programs<br />
desc: show LM-half as soon as it is cracked<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for charset files and some example charset files<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support to read hashes from file<br />
<br />
type: feature<br />
file: host programs<br />
desc: implemented base64 parser that would allow for dynamic salt lengths in nsldaps<br />
<br />
type: feature<br />
file: host programs<br />
desc: added fan-speeds to status display<br />
<br />
type: feature<br />
file: host programs<br />
desc: removed --pw-skip-plain and --pw-limit-plain as they are incompatible to markov<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in status display if ETA calculated &gt; 60 years<br />
cred: arex<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in Oracle 11g hash parsing function, salt length increased to 10 byte<br />
cred: flipit<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in salt-length parser for MyBB1.2 hashes<br />
cred: code841<br />
<br />
type: change<br />
file: host programs<br />
desc: changed default charset to the one which passpal outputs running on rockyou.txt<br />
cred: arex</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.09]]></title>
			<link>https://hashcat.net/forum/thread-898.html</link>
			<pubDate>Fri, 03 Feb 2012 22:05:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-898.html</guid>
			<description><![CDATA[Hello Hashcat-Users,<br />
<br />
I am proud to announce version 0.09 of the oclHashcat-lite series.<br />
<br />
Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
The highlights of this release are:<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Support for AMD GCN cards (hd7xxx series)</span><br />
</li>
</ul>
I already wrote some more detailed informations about the integration here: <a href="http://hashcat.net/forum/thread-817.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-817.html</a><br />
<br />
This card is a true DES killer. I wrote some more detailed informations about this topic here: <a href="http://hashcat.net/forum/thread-846.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-846.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Added the LM Algorithm</span><br />
</li>
</ul>
After so many people requested this algorithm in the feature request section I decided to add it even I had not interesst in it. <br />
<br />
However, it turned out it was a good investment of time. I realized how many pentester still have need for it.<br />
<br />
See here for discussion: <a href="http://hashcat.net/forum/thread-167.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-167.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Vectorized datatype kernels for sm_21 NVidia architecture</span><br />
</li>
</ul>
This a massive improvement for low- and mid-ranged NVidia GPUs. <br />
<br />
The gtx560Ti @ MD5, for example, increased by 23% (1252 Mhash/s -&gt; 1660 Mhash/s). <br />
<br />
This improvement can be seen on nearly all algorithms for this architecture.<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">MD4 based algorithm tuning</span><br />
</li>
</ul>
To make it short: I found a way to reverse another step in MD4.<br />
<br />
Especially the NTLM and DCC algorithm benefit from this code change.<br />
<br />
The hd6990 @ NTLM broke the 20000 Mhash/s mark on stock clocks. Average increase is around + 9% (19100 Mhash/s -&gt; 20864 Mhash/s).<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Updated EULA</span><br />
</li>
</ul>
This goes back to a discussion we had HD Moore from Rapid7. <br />
<br />
The updated EULA is a lot more relaxed for professional pentesters than before. <br />
<br />
See changelog for more details.<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Fixed some major issues</span><br />
</li>
</ul>
On thing that many user complained about in oclHashcat-lite 0.08 was its "instability" and problems with session restore. <br />
<br />
This popped in because of a default-settings change in oclHashcat-lite v0.07. It has been set back to oclHashcat-lite v0.06 default. <br />
<br />
Discussion can be found here: <a href="http://hashcat.net/forum/thread-681.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-681.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Harmonization with oclHashcat-plus</span><br />
</li>
</ul>
The --help page, the --outfile-format and the -m parameter values, in case of an overlap, are now equal to oclHashcat-plus v0.08. <br />
<br />
It will help to avoid confusion, thats why I am planning to do the same change on CPU hashcat in the next version.<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i">Full changelog</span></span>:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
cred: added -m 2811 = IPB 2.0, MyBB1.2<br />
<br />
type: feature<br />
file: kernels<br />
cred: added -m 3000 = LM<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for AMD APP SDK 2.6<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia CUDA 4.1<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Devastator" and "Scrapper"<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Capeverde", "Pitcairn" and "Tahiti"<br />
<br />
type: feature<br />
file: host programs<br />
desc: backported --outfile-format from oclHashcat-plus v0.07<br />
<br />
type: feature<br />
file: host programs<br />
desc: backported --seperator-char feature from hashcat v0.38<br />
cred: thorsheim<br />
<br />
type: feature<br />
file: host programs<br />
desc: add support for passwords smaller length 4<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue with unaligned --pw-skip, did not auto-shutdown when 100% keyspace reached<br />
cred: MrUltimate<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue when using --pw-skip-plain in combination with --hex-charset<br />
<br />
type: change<br />
file: host programs<br />
desc: changed hash parser for Joomla hashes to allow salt-length of 16 - 32<br />
cred: sono<br />
<br />
type: change<br />
file: host programs<br />
desc: changed default setting for CPU affinity: Linux unlocked, Windows unlocked<br />
<br />
type: change<br />
file: host programs<br />
desc: ETA is now calculated regarding to configured value of --pw-skip and --pw-limit<br />
cred: MrUltimate<br />
<br />
type: change<br />
file: host programs<br />
desc: changed restore-timer default value to 60 due to GPU utilization issue<br />
cred: MrUltimate, d-unknown, khempanhom<br />
<br />
type: change<br />
file: host programs<br />
desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7.<br />
cred: hdmoore<br />
<br />
type: change<br />
file: kernels<br />
desc: renamed -m 1&nbsp;&nbsp;&nbsp;&nbsp;to -m 10<br />
desc: renamed -m 3&nbsp;&nbsp;&nbsp;&nbsp;to -m 2600<br />
desc: renamed -m 5&nbsp;&nbsp;&nbsp;&nbsp;to -m 2611<br />
desc: renamed -m 15&nbsp;&nbsp; to -m 2711<br />
desc: renamed -m 101&nbsp;&nbsp;to -m 110<br />
desc: renamed -m 600&nbsp;&nbsp;to -m 101<br />
desc: renamed -m 700&nbsp;&nbsp;to -m 111<br />
desc: renamed -m 1300 to -m 131<br />
desc: renamed -m 2000 to -m 112<br />
desc: renamed -m 2300 to -m 132<br />
<br />
type: change<br />
file: rules<br />
desc: redesigned usage screen<br />
cred: http://hashcat.net/forum/thread-716.html</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Hello Hashcat-Users,<br />
<br />
I am proud to announce version 0.09 of the oclHashcat-lite series.<br />
<br />
Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
The highlights of this release are:<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Support for AMD GCN cards (hd7xxx series)</span><br />
</li>
</ul>
I already wrote some more detailed informations about the integration here: <a href="http://hashcat.net/forum/thread-817.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-817.html</a><br />
<br />
This card is a true DES killer. I wrote some more detailed informations about this topic here: <a href="http://hashcat.net/forum/thread-846.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-846.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Added the LM Algorithm</span><br />
</li>
</ul>
After so many people requested this algorithm in the feature request section I decided to add it even I had not interesst in it. <br />
<br />
However, it turned out it was a good investment of time. I realized how many pentester still have need for it.<br />
<br />
See here for discussion: <a href="http://hashcat.net/forum/thread-167.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-167.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Vectorized datatype kernels for sm_21 NVidia architecture</span><br />
</li>
</ul>
This a massive improvement for low- and mid-ranged NVidia GPUs. <br />
<br />
The gtx560Ti @ MD5, for example, increased by 23% (1252 Mhash/s -&gt; 1660 Mhash/s). <br />
<br />
This improvement can be seen on nearly all algorithms for this architecture.<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">MD4 based algorithm tuning</span><br />
</li>
</ul>
To make it short: I found a way to reverse another step in MD4.<br />
<br />
Especially the NTLM and DCC algorithm benefit from this code change.<br />
<br />
The hd6990 @ NTLM broke the 20000 Mhash/s mark on stock clocks. Average increase is around + 9% (19100 Mhash/s -&gt; 20864 Mhash/s).<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Updated EULA</span><br />
</li>
</ul>
This goes back to a discussion we had HD Moore from Rapid7. <br />
<br />
The updated EULA is a lot more relaxed for professional pentesters than before. <br />
<br />
See changelog for more details.<br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Fixed some major issues</span><br />
</li>
</ul>
On thing that many user complained about in oclHashcat-lite 0.08 was its "instability" and problems with session restore. <br />
<br />
This popped in because of a default-settings change in oclHashcat-lite v0.07. It has been set back to oclHashcat-lite v0.06 default. <br />
<br />
Discussion can be found here: <a href="http://hashcat.net/forum/thread-681.html" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/forum/thread-681.html</a><br />
<br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Harmonization with oclHashcat-plus</span><br />
</li>
</ul>
The --help page, the --outfile-format and the -m parameter values, in case of an overlap, are now equal to oclHashcat-plus v0.08. <br />
<br />
It will help to avoid confusion, thats why I am planning to do the same change on CPU hashcat in the next version.<br />
<br />
<br />
<span style="text-decoration: underline;" class="mycode_u"><span style="font-style: italic;" class="mycode_i">Full changelog</span></span>:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
cred: added -m 2811 = IPB 2.0, MyBB1.2<br />
<br />
type: feature<br />
file: kernels<br />
cred: added -m 3000 = LM<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for AMD APP SDK 2.6<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia CUDA 4.1<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Devastator" and "Scrapper"<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Capeverde", "Pitcairn" and "Tahiti"<br />
<br />
type: feature<br />
file: host programs<br />
desc: backported --outfile-format from oclHashcat-plus v0.07<br />
<br />
type: feature<br />
file: host programs<br />
desc: backported --seperator-char feature from hashcat v0.38<br />
cred: thorsheim<br />
<br />
type: feature<br />
file: host programs<br />
desc: add support for passwords smaller length 4<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue with unaligned --pw-skip, did not auto-shutdown when 100% keyspace reached<br />
cred: MrUltimate<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue when using --pw-skip-plain in combination with --hex-charset<br />
<br />
type: change<br />
file: host programs<br />
desc: changed hash parser for Joomla hashes to allow salt-length of 16 - 32<br />
cred: sono<br />
<br />
type: change<br />
file: host programs<br />
desc: changed default setting for CPU affinity: Linux unlocked, Windows unlocked<br />
<br />
type: change<br />
file: host programs<br />
desc: ETA is now calculated regarding to configured value of --pw-skip and --pw-limit<br />
cred: MrUltimate<br />
<br />
type: change<br />
file: host programs<br />
desc: changed restore-timer default value to 60 due to GPU utilization issue<br />
cred: MrUltimate, d-unknown, khempanhom<br />
<br />
type: change<br />
file: host programs<br />
desc: EULA. Removed sections 2, 6, 8 and 9. Relaxed sections 3 and 7.<br />
cred: hdmoore<br />
<br />
type: change<br />
file: kernels<br />
desc: renamed -m 1&nbsp;&nbsp;&nbsp;&nbsp;to -m 10<br />
desc: renamed -m 3&nbsp;&nbsp;&nbsp;&nbsp;to -m 2600<br />
desc: renamed -m 5&nbsp;&nbsp;&nbsp;&nbsp;to -m 2611<br />
desc: renamed -m 15&nbsp;&nbsp; to -m 2711<br />
desc: renamed -m 101&nbsp;&nbsp;to -m 110<br />
desc: renamed -m 600&nbsp;&nbsp;to -m 101<br />
desc: renamed -m 700&nbsp;&nbsp;to -m 111<br />
desc: renamed -m 1300 to -m 131<br />
desc: renamed -m 2000 to -m 112<br />
desc: renamed -m 2300 to -m 132<br />
<br />
type: change<br />
file: rules<br />
desc: redesigned usage screen<br />
cred: http://hashcat.net/forum/thread-716.html</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.08]]></title>
			<link>https://hashcat.net/forum/thread-676.html</link>
			<pubDate>Sat, 26 Nov 2011 07:50:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-676.html</guid>
			<description><![CDATA[This is a bugfix release! Download it <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
If you are using oclHashcat-lite for SL3 you must upgrade to this version.<br />
<br />
Much thanks to the users reporting <img src="https://hashcat.net/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: host programs<br />
desc: added version check for restore sessions<br />
cred: utuh<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue in SL3 leading to "code not found" and bad GPU utilization<br />
cred: romke, d-unknown, khempanhom</code></div></div><br />
--<br />
atom]]></description>
			<content:encoded><![CDATA[This is a bugfix release! Download it <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
If you are using oclHashcat-lite for SL3 you must upgrade to this version.<br />
<br />
Much thanks to the users reporting <img src="https://hashcat.net/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: host programs<br />
desc: added version check for restore sessions<br />
cred: utuh<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed issue in SL3 leading to "code not found" and bad GPU utilization<br />
cred: romke, d-unknown, khempanhom</code></div></div><br />
--<br />
atom]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.07]]></title>
			<link>https://hashcat.net/forum/thread-670.html</link>
			<pubDate>Fri, 25 Nov 2011 12:29:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-670.html</guid>
			<description><![CDATA[Hello Hashcat-Users!<br />
<br />
I am very proud to present you oclHashcat-lite v0.07. You can download it <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Highlights</span>:<br />
<ul class="mycode_list"><li>Full support for mixed GPU types due to own thread management.<br />
</li>
<li>NVidia kernels has been vectorized - gave nice GPU utilization boost.<br />
</li>
<li>Improved DES kernel, more than 20% performance boost on AMD cards.<br />
</li>
<li>Broke 20B/s mark on stock clocked hd6990 @ MD4.<br />
</li>
<li>Switched to AMD APP SDK v2.5.<br />
</li>
<li>Added kernels for nsldap, nsldaps, MSSQL(2000), MSSQL(2005) and Cisco-PIX MD5.<br />
</li>
<li>Rewritten --restore code from scratch. It is much more intuitive now.<br />
</li>
<li>Parameters for distributed computing simplified.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u">NVidia driver notes</span>:<br />
<br />
Nothing special here. Everything should work out-of-the-box.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">AMD driver notes</span>:<br />
<br />
Starting with this version, Catalyst v11.11 is the new recommended driver version.<br />
<br />
Nothing to worry, even if oclHashcat-plus has not been updated yet, it will continue to work fine.<br />
<br />
Linux users benefit from Catalyst v11.11 for two more reasons:<br />
<ul class="mycode_list"><li>The 100% CPU killer bug problem is fixed.<br />
</li>
<li>It finally ships with an embedded OpenCL runtime. In other words: no more need to install the AMD APP SDK.<br />
</li>
</ul>
<br />
Important: You have to uninstall the AMD APP SDK v2.4. Then, after uninstalling the SDK, make sure the correct libOpenCL.so is loaded (the one which ships with the driver). You can verify this by doing an "ldd oclHashcat-lite64.bin" and check the path. It should link to "/usr/lib/libOpenCL.so.1". If it is not found, you may have to create an symlink from "libOpenCL.so" to "libOpenCL.so.1". For some unknown reason the Catalyst installer did not do this automatically on my box.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Performance improvements</span>:<br />
<br />
<span style="font-style: italic;" class="mycode_i">AMD hd5970 (Linux Ubuntu 11.10, 64bit, Catalyst v11.11)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vBulletin &gt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 33,50%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.47%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.56%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.73%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.11%<br />
SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12.58%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp;23.21%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.44%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">AMD hd6990 (Windows7, 64bit, Catalyst v11.11)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.64%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.50%<br />
md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;11.22%<br />
vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 11.55%<br />
vBulletin &gt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 29.96%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.39%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.14%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.65%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.22%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.43%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.77%<br />
MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.19%<br />
SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8.35%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp;20.44%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.33%<br />
Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.20%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">NVidia gtx580 (Ubuntu 10.10, 64 bit, ForceWare 280.13)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.53%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.53%<br />
md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.93%<br />
vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.93%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.21%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.21%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.89%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;17.67%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18.67%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;16.57%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp; 5.60%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.06%<br />
Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.33%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">NVidia 560 Ti (Ubuntu 11.10, 64 bit, ForceWare 280.13)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.53%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.53%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;23.69%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14.97%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.85%</code></div></div><br />
<span style="text-decoration: underline;" class="mycode_u">Full changelog</span>:<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Devastator" and "Scrapper"<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 600 = nsldap, SHA-1(Base64), Netscape LDAP SHA<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 700 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1300 = MSSQL(2000)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2300 = MSSQL(2005)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2400 = Cisco-PIX MD5<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for vector datatypes on NV for better sm_21 utilization<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for mixed GPU types (example: hd5970 and hd6850)<br />
<br />
type: feature<br />
file: host programs<br />
desc: simplified --pw-skip and --pw-limit for more intuitive usuage, see hashcat wiki for details<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --pw-skip-plain and --pw-limit-plain, user can specify a string instead of a number<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for setting CPU affinity. Defaults: Linux unlocked, Windows locked to CPU #1<br />
cred: MrUltimate<br />
<br />
type: feature<br />
file: host programs<br />
desc: added display of the mask in status screen<br />
cred: tatgdi<br />
<br />
type: feature<br />
file: host programs<br />
desc: added display of the hash in status screen<br />
<br />
type: feature<br />
file: host programs<br />
desc: changed restore-timer function. if set to 0, the restore-file is written instantly on progress<br />
<br />
type: change<br />
file: host programs<br />
desc: changed restore-timer default value to 0<br />
<br />
type: change<br />
file: kernels<br />
desc: switched to AMD Accelerated Parallel Processing "APP" SDK v2.5<br />
<br />
type: change<br />
file: host programs<br />
desc: changed outfile-formats for more flexibility. default value is 3. see --help for more<br />
cred: TheFire<br />
<br />
type: change<br />
file: host programs<br />
desc: recalibrated defaults for gpu_accel and gpu_loops that kernels run fast but not to aggressive<br />
<br />
type: change<br />
file: host programs<br />
desc: changed speed display compressing threshold from 10000 to 100000<br />
<br />
type: change<br />
file: kernels<br />
desc: removed kernel encryption. thus, archive file became smaller and startup-time reduced<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed some typos in error messages<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in --gpu-async which was not enabled even if specified<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed NVidia issue: cuStreamsynchronize() 700<br />
<br />
type: bug<br />
file: host programs<br />
desc: workarounded AMD issue: "100% CPU killer bug". Linux only, requires Catalyst &gt;= 11.11<br />
<br />
type: bug<br />
file: host programs<br />
desc: workarounded AMD issue: ../../src/xcb_io.c:140: dequeue_pending_request</blockquote>
<br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Hello Hashcat-Users!<br />
<br />
I am very proud to present you oclHashcat-lite v0.07. You can download it <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Highlights</span>:<br />
<ul class="mycode_list"><li>Full support for mixed GPU types due to own thread management.<br />
</li>
<li>NVidia kernels has been vectorized - gave nice GPU utilization boost.<br />
</li>
<li>Improved DES kernel, more than 20% performance boost on AMD cards.<br />
</li>
<li>Broke 20B/s mark on stock clocked hd6990 @ MD4.<br />
</li>
<li>Switched to AMD APP SDK v2.5.<br />
</li>
<li>Added kernels for nsldap, nsldaps, MSSQL(2000), MSSQL(2005) and Cisco-PIX MD5.<br />
</li>
<li>Rewritten --restore code from scratch. It is much more intuitive now.<br />
</li>
<li>Parameters for distributed computing simplified.<br />
</li>
</ul>
<br />
<span style="text-decoration: underline;" class="mycode_u">NVidia driver notes</span>:<br />
<br />
Nothing special here. Everything should work out-of-the-box.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">AMD driver notes</span>:<br />
<br />
Starting with this version, Catalyst v11.11 is the new recommended driver version.<br />
<br />
Nothing to worry, even if oclHashcat-plus has not been updated yet, it will continue to work fine.<br />
<br />
Linux users benefit from Catalyst v11.11 for two more reasons:<br />
<ul class="mycode_list"><li>The 100% CPU killer bug problem is fixed.<br />
</li>
<li>It finally ships with an embedded OpenCL runtime. In other words: no more need to install the AMD APP SDK.<br />
</li>
</ul>
<br />
Important: You have to uninstall the AMD APP SDK v2.4. Then, after uninstalling the SDK, make sure the correct libOpenCL.so is loaded (the one which ships with the driver). You can verify this by doing an "ldd oclHashcat-lite64.bin" and check the path. It should link to "/usr/lib/libOpenCL.so.1". If it is not found, you may have to create an symlink from "libOpenCL.so" to "libOpenCL.so.1". For some unknown reason the Catalyst installer did not do this automatically on my box.<br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Performance improvements</span>:<br />
<br />
<span style="font-style: italic;" class="mycode_i">AMD hd5970 (Linux Ubuntu 11.10, 64bit, Catalyst v11.11)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>vBulletin &gt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 33,50%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.47%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.56%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.73%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.11%<br />
SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12.58%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp;23.21%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.44%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">AMD hd6990 (Windows7, 64bit, Catalyst v11.11)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.64%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4.50%<br />
md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;11.22%<br />
vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 11.55%<br />
vBulletin &gt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp; 29.96%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.39%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.14%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7.65%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.22%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0.43%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.77%<br />
MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.19%<br />
SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;8.35%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp;20.44%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.33%<br />
Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3.20%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">NVidia gtx580 (Ubuntu 10.10, 64 bit, ForceWare 280.13)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.53%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.53%<br />
md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.93%<br />
vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.93%<br />
SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.21%<br />
sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.21%<br />
MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.89%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;17.67%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18.67%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;16.57%<br />
descrypt, DES(Unix):&nbsp;&nbsp;&nbsp;&nbsp; 5.60%<br />
SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.06%<br />
Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6.33%</code></div></div><br />
<span style="font-style: italic;" class="mycode_i">NVidia 560 Ti (Ubuntu 11.10, 64 bit, ForceWare 280.13)</span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.53%<br />
md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.53%<br />
MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;23.69%<br />
NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 14.97%<br />
DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0.85%</code></div></div><br />
<span style="text-decoration: underline;" class="mycode_u">Full changelog</span>:<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>type: feature<br />
file: kernels<br />
desc: added support for AMD GPU's "Devastator" and "Scrapper"<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 600 = nsldap, SHA-1(Base64), Netscape LDAP SHA<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 700 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1300 = MSSQL(2000)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2300 = MSSQL(2005)<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2400 = Cisco-PIX MD5<br />
<br />
type: feature<br />
file: kernels<br />
desc: added support for vector datatypes on NV for better sm_21 utilization<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for mixed GPU types (example: hd5970 and hd6850)<br />
<br />
type: feature<br />
file: host programs<br />
desc: simplified --pw-skip and --pw-limit for more intuitive usuage, see hashcat wiki for details<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --pw-skip-plain and --pw-limit-plain, user can specify a string instead of a number<br />
<br />
type: feature<br />
file: host programs<br />
desc: added support for setting CPU affinity. Defaults: Linux unlocked, Windows locked to CPU #1<br />
cred: MrUltimate<br />
<br />
type: feature<br />
file: host programs<br />
desc: added display of the mask in status screen<br />
cred: tatgdi<br />
<br />
type: feature<br />
file: host programs<br />
desc: added display of the hash in status screen<br />
<br />
type: feature<br />
file: host programs<br />
desc: changed restore-timer function. if set to 0, the restore-file is written instantly on progress<br />
<br />
type: change<br />
file: host programs<br />
desc: changed restore-timer default value to 0<br />
<br />
type: change<br />
file: kernels<br />
desc: switched to AMD Accelerated Parallel Processing "APP" SDK v2.5<br />
<br />
type: change<br />
file: host programs<br />
desc: changed outfile-formats for more flexibility. default value is 3. see --help for more<br />
cred: TheFire<br />
<br />
type: change<br />
file: host programs<br />
desc: recalibrated defaults for gpu_accel and gpu_loops that kernels run fast but not to aggressive<br />
<br />
type: change<br />
file: host programs<br />
desc: changed speed display compressing threshold from 10000 to 100000<br />
<br />
type: change<br />
file: kernels<br />
desc: removed kernel encryption. thus, archive file became smaller and startup-time reduced<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed some typos in error messages<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug in --gpu-async which was not enabled even if specified<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed NVidia issue: cuStreamsynchronize() 700<br />
<br />
type: bug<br />
file: host programs<br />
desc: workarounded AMD issue: "100% CPU killer bug". Linux only, requires Catalyst &gt;= 11.11<br />
<br />
type: bug<br />
file: host programs<br />
desc: workarounded AMD issue: ../../src/xcb_io.c:140: dequeue_pending_request</blockquote>
<br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.06]]></title>
			<link>https://hashcat.net/forum/thread-411.html</link>
			<pubDate>Wed, 17 Aug 2011 08:20:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-411.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.05 -&gt; v0.06:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: performance increase<br />
file: kernels<br />
desc: MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD&nbsp;&nbsp;1,07%, NVidia&nbsp;&nbsp;0,62%<br />
desc: md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;1,37%, NVidia&nbsp;&nbsp;8,10%<br />
desc: md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD&nbsp;&nbsp;0,94%, NVidia&nbsp;&nbsp;&nbsp;&nbsp; 0%<br />
desc: vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;0,30%, NVidia&nbsp;&nbsp;&nbsp;&nbsp; 0%<br />
desc: SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 11,14%, NVidia 13,62%<br />
desc: sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 16,96%, NVidia 39,10%<br />
desc: MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;1,99%, NVidia&nbsp;&nbsp;7,15%<br />
desc: MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 13,46%, NVidia&nbsp;&nbsp;3,34%<br />
desc: NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 13,16%, NVidia&nbsp;&nbsp;2,57%<br />
desc: DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 34,20%, NVidia&nbsp;&nbsp;0,89%<br />
desc: MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 11,23%, NVidia 17,89%<br />
desc: SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 12,24%, NVidia 13,48%<br />
desc: Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 16,93%, NVidia 13,53%<br />
<br />
type: password length increase<br />
file: kernels<br />
desc: MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 27<br />
desc: DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 27<br />
desc: MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 25<br />
desc: SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 45<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 15 = vBulletin &gt; v3.8.5<br />
cred: chick0n<br />
<br />
type: feature<br />
file: kernels<br />
desc: increased salt length for DCC from 7 to 19<br />
cred: Rabbitz<br />
<br />
type: feature<br />
file: host programs<br />
desc: hardcoded cpu affinity mask to one (cpu #0) to save energy<br />
cred: randyberger<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --pw-skip and --pw-limit parameters for distributed computing<br />
cred: d3ad0ne<br />
<br />
type: feature<br />
file: host programs<br />
desc: added status codes on exit, see status_codes.txt for listing<br />
cred: hermix<br />
<br />
type: bug<br />
file: host programs<br />
desc: rewritten restore function check from scratch<br />
cred: anonymous<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed multiple instances check<br />
cred: FractalizeR<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed 8 bit characters from russian alphabet<br />
cred: Rolf</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.05 -&gt; v0.06:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: performance increase<br />
file: kernels<br />
desc: MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD&nbsp;&nbsp;1,07%, NVidia&nbsp;&nbsp;0,62%<br />
desc: md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;1,37%, NVidia&nbsp;&nbsp;8,10%<br />
desc: md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD&nbsp;&nbsp;0,94%, NVidia&nbsp;&nbsp;&nbsp;&nbsp; 0%<br />
desc: vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;0,30%, NVidia&nbsp;&nbsp;&nbsp;&nbsp; 0%<br />
desc: SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 11,14%, NVidia 13,62%<br />
desc: sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 16,96%, NVidia 39,10%<br />
desc: MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD&nbsp;&nbsp;1,99%, NVidia&nbsp;&nbsp;7,15%<br />
desc: MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 13,46%, NVidia&nbsp;&nbsp;3,34%<br />
desc: NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 13,16%, NVidia&nbsp;&nbsp;2,57%<br />
desc: DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 34,20%, NVidia&nbsp;&nbsp;0,89%<br />
desc: MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 11,23%, NVidia 17,89%<br />
desc: SL3:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AMD 12,24%, NVidia 13,48%<br />
desc: Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AMD 16,93%, NVidia 13,53%<br />
<br />
type: password length increase<br />
file: kernels<br />
desc: MD5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: md5(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: md5(md5(&#36;pass)):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: vBulletin &lt; v3.8.5:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: SHA1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: sha1(&#36;pass.&#36;salt):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: MySQL &gt; v4.1:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: MD4:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 55<br />
desc: NTLM:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 27<br />
desc: DCC:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 27<br />
desc: MSSQL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 15 to 25<br />
desc: SHA256:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 55<br />
desc: Oracle 11G:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from 15 to 45<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 15 = vBulletin &gt; v3.8.5<br />
cred: chick0n<br />
<br />
type: feature<br />
file: kernels<br />
desc: increased salt length for DCC from 7 to 19<br />
cred: Rabbitz<br />
<br />
type: feature<br />
file: host programs<br />
desc: hardcoded cpu affinity mask to one (cpu #0) to save energy<br />
cred: randyberger<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --pw-skip and --pw-limit parameters for distributed computing<br />
cred: d3ad0ne<br />
<br />
type: feature<br />
file: host programs<br />
desc: added status codes on exit, see status_codes.txt for listing<br />
cred: hermix<br />
<br />
type: bug<br />
file: host programs<br />
desc: rewritten restore function check from scratch<br />
cred: anonymous<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed multiple instances check<br />
cred: FractalizeR<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed 8 bit characters from russian alphabet<br />
cred: Rolf</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.05]]></title>
			<link>https://hashcat.net/forum/thread-409.html</link>
			<pubDate>Wed, 17 Aug 2011 08:16:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-409.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.04 -&gt; v0.05:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: host programs<br />
desc: fixed bug, option parsing, --restore-timer aborted oclHashcat<br />
cred: Farras<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, option parsing, --restore was not using correct position<br />
cred: adolfotregos</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.04 -&gt; v0.05:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: host programs<br />
desc: fixed bug, option parsing, --restore-timer aborted oclHashcat<br />
cred: Farras<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, option parsing, --restore was not using correct position<br />
cred: adolfotregos</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.04]]></title>
			<link>https://hashcat.net/forum/thread-408.html</link>
			<pubDate>Wed, 17 Aug 2011 08:16:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-408.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.03 -&gt; v0.04:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
desc: added -m 1300 = MSSQL<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1500 = DES(Unix)<br />
cred: boy1284<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1900 = SL3<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2000 = Oracle 11G<br />
<br />
type: improvement<br />
file: kernels<br />
desc: performance increase in NTLM and DCC kernels between +1% and +2%<br />
<br />
type: improvement<br />
file: kernels<br />
desc: performance increase in SL3 between +2% and +4%<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for AMD Catalyst v11.4 and SDK 2.4<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia ForceWare v270.x<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --restore-timer parameter, default 60<br />
cred: Mr.Ultimate<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --outfile-watchdog parameter, default 60<br />
cred: ATF<br />
<br />
type: improvement<br />
file: host programs<br />
desc: improved performance on plains with length 4 and 5<br />
<br />
type: improvement<br />
file: host programs<br />
desc: renamed parameters --output-* to --outfile-*<br />
cred: radix<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added plain length to status display<br />
cred: tatgdi<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added hash type to status display<br />
cred: radix<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added status types "Cracked" and "Exhausted" to status display<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, race-condition, rename new restore-file to current<br />
cred: Alinus<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, divide-by-zero, crashes oclHashcat-lite when hitting "s"</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.03 -&gt; v0.04:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: feature<br />
file: kernels<br />
desc: added -m 1300 = MSSQL<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1500 = DES(Unix)<br />
cred: boy1284<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 1900 = SL3<br />
<br />
type: feature<br />
file: kernels<br />
desc: added -m 2000 = Oracle 11G<br />
<br />
type: improvement<br />
file: kernels<br />
desc: performance increase in NTLM and DCC kernels between +1% and +2%<br />
<br />
type: improvement<br />
file: kernels<br />
desc: performance increase in SL3 between +2% and +4%<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for AMD Catalyst v11.4 and SDK 2.4<br />
<br />
type: driver<br />
file: kernels<br />
desc: added support for NVidia ForceWare v270.x<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --restore-timer parameter, default 60<br />
cred: Mr.Ultimate<br />
<br />
type: feature<br />
file: host programs<br />
desc: added --outfile-watchdog parameter, default 60<br />
cred: ATF<br />
<br />
type: improvement<br />
file: host programs<br />
desc: improved performance on plains with length 4 and 5<br />
<br />
type: improvement<br />
file: host programs<br />
desc: renamed parameters --output-* to --outfile-*<br />
cred: radix<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added plain length to status display<br />
cred: tatgdi<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added hash type to status display<br />
cred: radix<br />
<br />
type: improvement<br />
file: host programs<br />
desc: added status types "Cracked" and "Exhausted" to status display<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, race-condition, rename new restore-file to current<br />
cred: Alinus<br />
<br />
type: bug<br />
file: host programs<br />
desc: fixed bug, divide-by-zero, crashes oclHashcat-lite when hitting "s"</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.03]]></title>
			<link>https://hashcat.net/forum/thread-407.html</link>
			<pubDate>Wed, 17 Aug 2011 08:15:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-407.html</guid>
			<description><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.02 -&gt; v0.03:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in security causing hash was not found randomly<br />
cred: RaNdy<br />
<br />
type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in --restore if command-line contains --pw-skip<br />
cred: Ciukut<br />
<br />
type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in --restore if command-line contains --pw-min<br />
cred: hermix</code></div></div><br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Download it here: <a href="http://hashcat.net/oclhashcat-lite/" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite/</a><br />
<br />
* changes v0.02 -&gt; v0.03:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in security causing hash was not found randomly<br />
cred: RaNdy<br />
<br />
type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in --restore if command-line contains --pw-skip<br />
cred: Ciukut<br />
<br />
type: bug<br />
file: cudaHashcat-lite, oclHashcat-lite<br />
desc: fixed a bug in --restore if command-line contains --pw-min<br />
cred: hermix</code></div></div><br />
--<br />
atom<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite v0.02]]></title>
			<link>https://hashcat.net/forum/thread-362.html</link>
			<pubDate>Sun, 10 Apr 2011 19:51:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-362.html</guid>
			<description><![CDATA[This is the first version of oclHashcat-lite, a gpu-based cracker, released for public download.<br />
<br />
The main features of oclHashcat-lite is that it focuses on single hash cracking to get highest possible performance. It utilizes BIT_ALIGN and BFI_INT on AMD gpus and reverses MD4 and MD5 kernels.<br />
<br />
Check out the homepage <a href="http://hashcat.net/oclhashcat-lite" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite</a> for downloads, features and more detailed informations.<br />
<br />
Happy cracking!!<br />
]]></description>
			<content:encoded><![CDATA[This is the first version of oclHashcat-lite, a gpu-based cracker, released for public download.<br />
<br />
The main features of oclHashcat-lite is that it focuses on single hash cracking to get highest possible performance. It utilizes BIT_ALIGN and BFI_INT on AMD gpus and reverses MD4 and MD5 kernels.<br />
<br />
Check out the homepage <a href="http://hashcat.net/oclhashcat-lite" target="_blank" rel="noopener" class="mycode_url">http://hashcat.net/oclhashcat-lite</a> for downloads, features and more detailed informations.<br />
<br />
Happy cracking!!<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[oclHashcat-lite leaked !!!]]></title>
			<link>https://hashcat.net/forum/thread-345.html</link>
			<pubDate>Sat, 26 Mar 2011 20:16:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://hashcat.net/forum/member.php?action=profile&uid=1">atom</a>]]></dc:creator>
			<guid isPermaLink="false">https://hashcat.net/forum/thread-345.html</guid>
			<description><![CDATA[Hello Guys,<br />
<br />
today i got some bad news. It seems a oclHashcat-lite beta tester ripped me off and now sells his modified oclHashcat-lite version as a new SL3 unlocking solution. Needless to say this is clear violation of my EULA.<br />
<br />
See here: <a href="http://forum.gsmhosting.com/vbb/f299/sl3-bruteforcer-bether-than-ighashgpu-ready-sell-1235118/" target="_blank" rel="noopener" class="mycode_url">http://forum.gsmhosting.com/vbb/f299/sl3...l-1235118/</a><br />
<br />
To all potential customers: The beta version this guys sells is not working.<br />
<ul class="mycode_list"><li>The version has Bugs. It will find your hash only sporadically. Chances are 50/50.<br />
</li>
<li>The version does not support restore at all.<br />
</li>
<li>He says it works on windows with hd5970. He is wrong. oclHashcat-lite bases on OpenCL but OpenCL support for hd5970 it not yet working on windows. It is known the 2nd GPU does not work, see AMDs driver compatibility List: <a href="http://developer.amd.com/gpu/AMDAPPSDK/pages/DriverCompatibility.aspx" target="_blank" rel="noopener" class="mycode_url">http://developer.amd.com/gpu/AMDAPPSDK/p...ility.aspx</a><br />
</li>
</ul>
<br />
It makes no sense to sell it. oclHashcat-lite will be free for all when i release it. I did not yet release it because it is not finished. Now i have to think about the consequences of this violation. I feel myself deceived.<br />
<br />
--<br />
atom<br />
]]></description>
			<content:encoded><![CDATA[Hello Guys,<br />
<br />
today i got some bad news. It seems a oclHashcat-lite beta tester ripped me off and now sells his modified oclHashcat-lite version as a new SL3 unlocking solution. Needless to say this is clear violation of my EULA.<br />
<br />
See here: <a href="http://forum.gsmhosting.com/vbb/f299/sl3-bruteforcer-bether-than-ighashgpu-ready-sell-1235118/" target="_blank" rel="noopener" class="mycode_url">http://forum.gsmhosting.com/vbb/f299/sl3...l-1235118/</a><br />
<br />
To all potential customers: The beta version this guys sells is not working.<br />
<ul class="mycode_list"><li>The version has Bugs. It will find your hash only sporadically. Chances are 50/50.<br />
</li>
<li>The version does not support restore at all.<br />
</li>
<li>He says it works on windows with hd5970. He is wrong. oclHashcat-lite bases on OpenCL but OpenCL support for hd5970 it not yet working on windows. It is known the 2nd GPU does not work, see AMDs driver compatibility List: <a href="http://developer.amd.com/gpu/AMDAPPSDK/pages/DriverCompatibility.aspx" target="_blank" rel="noopener" class="mycode_url">http://developer.amd.com/gpu/AMDAPPSDK/p...ility.aspx</a><br />
</li>
</ul>
<br />
It makes no sense to sell it. oclHashcat-lite will be free for all when i release it. I did not yet release it because it is not finished. Now i have to think about the consequences of this violation. I feel myself deceived.<br />
<br />
--<br />
atom<br />
]]></content:encoded>
		</item>
	</channel>
</rss>