how many hashes maximum?
#1
how many hashes maximum can I use in one file?

I have try 200k DES Hashes in one file...but after starting,hashcat show me this error

cudaHashcat32.exe -a 0 -m 1500 --session=11234310 --username -o "C:\HashcatGUI\oclHashcat\DES_uncrackedout.txt" --outfile-format=2 -n 32 --remove --gpu-temp-abort=90 "C:\HashcatGUI\oclHashcat\top2\DES_uncracked_new.top2.txt" "C:\HashcatGUI\oclHashcat\singles\singles2014.txt"

cudaHashcat v1.31 starting...

Structuring salts for cracking task...

ERROR: Insufficient memory available


C:\HashcatGUI\oclHashcat>

what is wrong?
#2
The system ram (not gpu) is not enough
#3
strange...I have 1TB free Ram...but thanks for you reply

Is there any way or command to run some 10k splited files in a folder automatically agains a wordlist?
#4
Are You sure that got 1TB free RAM ? I belive You talk about free hdd space ...
#5
i got the error only on DES Hashes i think,on MD5 works with 150k Hashes in one file

cudaHashcat v1.31 starting...

Device #1: GeForce GTX 980, 4095MB, 1215Mhz, 16MCU
Device #1: WARNING! Kernel exec timeout is not disabled, it might cause you err
rs of code 702
You can disable it with a regpatch, see here: http://hashcat.net/wik
/doku.php?id=timeout_patch

Hashes: 157500 hashes; 157500 unique digests, 1 unique salts
Bitmaps: 21 bits, 2097152 entries, 0x001fffff mask, 8388608 bytes
Applicable Optimizers:
* Zero-Byte
* Precompute-Init
* Precompute-Merkle-Demgard
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Salt
* Brute-Force
* Scalar-Mode
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Watchdog: Temperature retain trigger set to 80c
Device #1: Kernel ./kernels/4318/m00000_a3.sm_52.32.ptx
Device #1: Kernel ./kernels/4318/markov_le_v1.32.ptx
Device #1: Kernel ./kernels/4318/bzero.32.ptx

[s]tatus [p]ause [r]esume [b]ypass [q]uit =>

Session.Name...: 12135425
Status.........: Running
Input.Mode.....: Mask (?1?1?1?1?1?1?1?1) [8]
Hash.Target....: File (C:\HashcatGUI\oclHashcat\md5-159k.txt)
Hash.Type......: MD5
Time.Started...: Sun Oct 12 13:54:28 2014 (5 secs)
Time.Estimated.: Sun Oct 12 14:18:01 2014 (23 mins, 27 secs)
Speed.GPU.#1...: 2127.6 MH/s
Recovered......: 5/157500 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.......: 10359930880/2821109907456 (0.37%)
Skipped........: 0/10359930880 (0.00%)
Rejected.......: 0/10359930880 (0.00%)
HWMon.GPU.#1...: 85% Util, 43c Temp, N/A Fan
#6
md5 is not salted, therefore there is no sorting in host required. this is why you need host memory
#7
ok thanks,I understood it