hashcat.git
8 years agoremove trailing spaces
philsmd [Sun, 6 Dec 2015 18:01:22 +0000 (19:01 +0100)]
remove trailing spaces

8 years agoMerge pull request #7 from philsmd/master
Jens Steube [Sun, 6 Dec 2015 15:56:07 +0000 (16:56 +0100)]
Merge pull request #7 from philsmd/master

typo fixed in Makefile

8 years agotypo fixed in Makefile
philsmd [Sun, 6 Dec 2015 17:48:20 +0000 (18:48 +0100)]
typo fixed in Makefile

8 years agoUpdate README.md
Jens Steube [Sun, 6 Dec 2015 15:42:19 +0000 (16:42 +0100)]
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]

8 years agoMerge pull request #6 from philsmd/master
Jens Steube [Sun, 6 Dec 2015 15:24:45 +0000 (16:24 +0100)]
Merge pull request #6 from philsmd/master

fixes issue #5: formatting problem with tabs vs spaces

8 years agoMerge remote-tracking branch 'upstream/master'
philsmd [Sun, 6 Dec 2015 15:12:25 +0000 (16:12 +0100)]
Merge remote-tracking branch 'upstream/master'

8 years agoRevert "Remove NPROCS from Makefile, make is able to automatically detect the optimal...
Jens Steube [Sun, 6 Dec 2015 12:09:17 +0000 (13:09 +0100)]
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 e5adccbf3804d58cb4beb8f06797c0ba179043c6.

8 years agofixes issue #5: formatting problem with tabs vs spaces
philsmd [Sun, 6 Dec 2015 10:29:29 +0000 (11:29 +0100)]
fixes issue #5: formatting problem with tabs vs spaces

8 years agoAdded .gitignore
Jens Steube [Sat, 5 Dec 2015 13:37:25 +0000 (14:37 +0100)]
Added .gitignore

8 years agoRemove NPROCS from Makefile, make is able to automatically detect the optimal number...
Jens Steube [Sat, 5 Dec 2015 13:30:09 +0000 (14:30 +0100)]
Remove NPROCS from Makefile, make is able to automatically detect the optimal number of parallel threads

8 years agoIt's important to release a fixed version of v2.00 because of the issue #1 even if... v2.01
Jens Steube [Sat, 5 Dec 2015 12:42:02 +0000 (13:42 +0100)]
It's important to release a fixed version of v2.00 because of the issue #1 even if AMD is not affected

8 years agoMerge pull request #2 from philsmd/master
Jens Steube [Sat, 5 Dec 2015 11:25:03 +0000 (12:25 +0100)]
Merge pull request #2 from philsmd/master

for issue #1: cuMemsetD8() 1 error

8 years agofixes issue #1: cuMemsetD8() 1 error (nvidia only, problem did not affect mask attacks)
philsmd [Sat, 5 Dec 2015 07:48:00 +0000 (08:48 +0100)]
fixes issue #1: cuMemsetD8() 1 error (nvidia only, problem did not affect mask attacks)

8 years agoInitial commit v2.00
Jens Steube [Fri, 4 Dec 2015 14:47:52 +0000 (15:47 +0100)]
Initial commit