1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-10 09:58:57 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
jsteube
968265fffb - Prepared for JIT use of hash-mode 1500, 8900 and 9300, works already on OpenCL (AMD)
- Changed PROMPT
2015-12-07 21:37:12 +01:00
Jens Steube
4c6b41d83f Merge pull request #11 from philsmd/master
implements the enhancement mentioned in issue #10 (cancel on next checkpoint)
2015-12-07 19:10:32 +01:00
philsmd
946b4a37d0 implements the enhancement mentioned in issue #10 (cancel on next checkpoint) 2015-12-07 18:31:45 +01:00
Jens Steube
73f9441977 Merge pull request #8 from philsmd/master
remove trailing spaces (cosmetic fix)
2015-12-06 17:07:28 +01:00
philsmd
6108b21841 remove trailing spaces 2015-12-06 19:01:22 +01:00
Jens Steube
8970b5ebce Merge pull request #7 from philsmd/master
typo fixed in Makefile
2015-12-06 16:56:07 +01:00
philsmd
ffcf763b13 typo fixed in Makefile 2015-12-06 18:48:20 +01:00
Jens Steube
8438f808cd Update README.md
- In README.md, fix numbering
- Simplify 5) and add 8) which tells people to use array[index + 0] if they do array[index + 1]
2015-12-06 16:42:19 +01:00
Jens Steube
7535af533a Merge pull request #6 from philsmd/master
fixes issue #5: formatting problem with tabs vs spaces
2015-12-06 16:24:45 +01:00
philsmd
3f79ac5964 Merge remote-tracking branch 'upstream/master' 2015-12-06 16:12:25 +01:00
Jens Steube
ab66fa1772 Revert "Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads"
Problem here is; This process requires alot of memory. If host memory is too small it will segfault somewhere inside AMD's OpenCL runtime library. Therefore it's better to stick to NPROCS as part of a workaround.

This reverts commit e5adccbf38.
2015-12-06 13:09:17 +01:00
philsmd
ef548d3088 fixes issue #5: formatting problem with tabs vs spaces 2015-12-06 11:29:29 +01:00
Jens Steube
c9b3bc17de Added .gitignore 2015-12-05 14:37:25 +01:00
Jens Steube
e5adccbf38 Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads 2015-12-05 14:30:09 +01:00
Jens Steube
490ff03fe1 It's important to release a fixed version of v2.00 because of the issue #1 even if AMD is not affected 2015-12-05 13:42:02 +01:00
Jens Steube
a1b373a418 Merge pull request #2 from philsmd/master
for issue #1: cuMemsetD8() 1 error
2015-12-05 12:25:03 +01:00
philsmd
9684d8793a fixes issue #1: cuMemsetD8() 1 error (nvidia only, problem did not affect mask attacks) 2015-12-05 08:48:00 +01:00
Jens Steube
5065474b4e Initial commit 2015-12-04 15:47:52 +01:00