06-18-2010, 04:19 PM
Quote:This can`t be true !
uhm, moment! you changed the attack. initial post showed:
Progress..: 0/98948190 (0.00%)
now its is:
Progress..: 131072/344011 (38.10%)
Quote:Code:Threads...: 1
Speed.GPU1: 0/s (running)
Speed.GPU*: 0/s
Recovered.: 843/341185 Digests, 567/275278 Salts
Progress..: 131072/344011 (38.10%)
Running...: 50 mins, 4 secs
Estimated.: 0 secs
50 mins x 60 sec = 3000 sec
131072/3000 = ~43 p/s
so this is a completly new problem. it is because you have a to little number of combinations in your attack (344011) which is done in blocks (forced by opencl) with a size of 131072 (see progress) but you have 275278 salts. so if you devide 131072 with 275278 it is < 1. since this is a integer operation the result is 0. so you can call this a problem but it will only happen if the number of salts is bigger than the number of blocks.