jsteube
|
bed7e8f466
|
Remove unused truncate_block_xxx_xx() functions and update kernels to use the _S function
|
2017-08-24 20:07:43 +02:00 |
|
jsteube
|
51dc1c7db3
|
Use truncate_block_4x4_le_S() instead of truncate_block_4x4_le() in -m 6800
|
2017-08-24 19:53:29 +02:00 |
|
jsteube
|
9b73c464d2
|
Fix typo in macro
|
2017-08-24 17:19:16 +02:00 |
|
jsteube
|
7b443ee7ff
|
Optimize performance of rule_op_mangle_title_sep(), rule_op_mangle_purgechar() and rule_op_mangle_replace()
|
2017-08-24 17:14:33 +02:00 |
|
jsteube
|
0de41c2716
|
Some more optimizations for rule engine
|
2017-08-24 15:09:55 +02:00 |
|
jsteube
|
9f8c5a253d
|
More rule engine performance optimizations
|
2017-08-24 00:49:46 +02:00 |
|
jsteube
|
0783289e2f
|
Optimized a0 pure kernel for AMD
|
2017-08-23 13:40:22 +02:00 |
|
jsteube
|
a5659d5619
|
Also switch optimized kernels rule engine to make use of kernel rules in constant memory
|
2017-08-23 12:46:14 +02:00 |
|
jsteube
|
1d04de3a8e
|
Limit kernel-loops in straight-mode to 256, therefore allow rules to be stored in constant memory
|
2017-08-23 12:43:59 +02:00 |
|
jsteube
|
51372438fe
|
Allow OpenCL kernel inline assembly if ROCm drivers was detected
|
2017-08-22 18:47:53 +02:00 |
|
jsteube
|
7b71fb803b
|
Add hash-mode to --example-hashes and use $HEX[] in case the password is in binary
|
2017-08-22 15:52:41 +02:00 |
|
jsteube
|
18c8de3428
|
Use zero-copy for main password buffer using CL_MEM_ALLOC_HOST_PTR and hc_clEnqueueMapBuffer()
|
2017-08-22 15:19:25 +02:00 |
|
jsteube
|
12d95fd22c
|
Added option --example-hashes to show an example hash for each hash-mode
|
2017-08-22 11:09:46 +02:00 |
|
jsteube
|
a8f3392344
|
Startup: Show some attack-specific optimizer constraints on start, eg: minimum and maximum support password- and salt-length
|
2017-08-22 10:08:28 +02:00 |
|
jsteube
|
8853884f2a
|
Fix append_four_byte() in case sm8 is 0
|
2017-08-21 16:04:43 +02:00 |
|
Jens Steube
|
2601c6929f
|
Merge pull request #1340 from philsmd/master
fixes #1338: hexify also all password of format $HEX[]
|
2017-08-21 09:27:29 +02:00 |
|
philsmd
|
a4616e6c6d
|
fixes #1338: hexify also all password of format $HEX[]
|
2017-08-21 09:14:49 +02:00 |
|
jsteube
|
f32e113942
|
Add missing case in append_block() in pure kernel rule engine
|
2017-08-20 15:08:51 +02:00 |
|
jsteube
|
6907981f08
|
Backport current state of optimized kernel rule engine to CPU
|
2017-08-20 12:50:24 +02:00 |
|
jsteube
|
f63df45fca
|
Backport current state of pure kernel rule engine to CPU
|
2017-08-20 12:27:19 +02:00 |
|
jsteube
|
508f1562f2
|
Fix --stdout kernels, gid_max was still set to u32
|
2017-08-20 12:13:34 +02:00 |
|
jsteube
|
1432446734
|
Fix initialization of size_pws_amp
|
2017-08-20 12:04:56 +02:00 |
|
jsteube
|
58d1dedd1e
|
OpenCL Buffers: Do not allocate memory for amplifiers for fast hashes, it's simply not needed
|
2017-08-19 19:25:37 +02:00 |
|
Jens Steube
|
e42d8c9247
|
Merge pull request #1304 from roycewilliams/master
visual indicator of active options when benchmarking
|
2017-08-19 19:24:32 +02:00 |
|
Royce Williams
|
63575b332b
|
clarify --self-test in changes.txt
|
2017-08-19 08:09:51 -08:00 |
|
Royce Williams
|
149a611cbd
|
Merge remote-tracking branch 'upstream/master'
|
2017-08-19 08:05:51 -08:00 |
|
jsteube
|
064e53fa23
|
Add missing changes to changes.txt
|
2017-08-19 17:55:50 +02:00 |
|
jsteube
|
0846b33f52
|
Fixed an invalid progress value in status view if words from the base wordlist get rejected because of length
|
2017-08-19 17:02:05 +02:00 |
|
jsteube
|
319799bbbf
|
Switch the datatypes of the variables responsible for work-item count and work-item size from u32 to u64
|
2017-08-19 16:39:22 +02:00 |
|
jsteube
|
d9c906e134
|
Move 0x80 to hardcoded position for sha3-256 bit in order to allow ROCm compiler to use registers only
|
2017-08-18 16:22:25 +02:00 |
|
jsteube
|
c8da13c3aa
|
Update default scrypt tmto to be ideal for latest NV and AMD top models
|
2017-08-17 17:46:54 +02:00 |
|
jsteube
|
694cc0b740
|
Remove all calls to overwrite_at_* functions
|
2017-08-17 16:20:01 +02:00 |
|
jsteube
|
e984a829ea
|
Remove no longer needed overwrite_at_* functions
|
2017-08-17 15:53:09 +02:00 |
|
jsteube
|
bf299fe043
|
Optimized 3DES for rocm
|
2017-08-17 14:03:55 +02:00 |
|
jsteube
|
ad1ce462d1
|
Get rid of ceil() in OpenCL kernels
|
2017-08-17 13:43:35 +02:00 |
|
jsteube
|
53f53fe014
|
Reduced number of required registers in SIP based on maximum possible esalt length
|
2017-08-17 12:16:49 +02:00 |
|
jsteube
|
cd5470f00e
|
Add missing benchmark salt length default for SIP mode
|
2017-08-17 12:13:47 +02:00 |
|
jsteube
|
ba8db545b0
|
Merge branch 'philsmd-pr/descrypt_fix'
|
2017-08-17 12:12:15 +02:00 |
|
jsteube
|
92a288fbd3
|
Resolved merge conflict by incorporating both suggestions.
|
2017-08-17 12:12:03 +02:00 |
|
Jens Steube
|
c92b4e1eb2
|
Merge pull request #1333 from philsmd/master
fixes #1278: allow the '#' character within the username of DCC2 hashes
|
2017-08-17 11:52:12 +02:00 |
|
philsmd
|
0d6b9d0419
|
fixes #1313: keep/print the original salt for descrypt hashes
|
2017-08-17 11:29:04 +02:00 |
|
jsteube
|
9ee5da40e0
|
Workaround rocm compiler error for -m 15300
|
2017-08-17 11:25:34 +02:00 |
|
jsteube
|
88e995ddcf
|
Replace some SIMD related function calls
|
2017-08-17 11:18:39 +02:00 |
|
jsteube
|
5b5bdf3889
|
Replace some SIMD related function calls
|
2017-08-17 10:18:17 +02:00 |
|
jsteube
|
9a46442a80
|
Fix CPU performance for slow hashes with SIMD
|
2017-08-17 09:42:42 +02:00 |
|
philsmd
|
1d5dbab258
|
fixes #1278: allow the '#' character within the username field of DCC2 hashes
|
2017-08-17 07:51:19 +02:00 |
|
Jens Steube
|
932587c042
|
Merge pull request #1332 from philsmd/master
replace all time_t/__time64_t with hc_time_t and all related functions
|
2017-08-16 20:27:39 +02:00 |
|
jsteube
|
967e96728d
|
Make all the OpenCL kernel function includes static
|
2017-08-16 20:27:17 +02:00 |
|
philsmd
|
e33e828bc6
|
replace all time_t/__time64_t with hc_time_t and all related functions
|
2017-08-16 19:43:41 +02:00 |
|
jsteube
|
21e9c63d46
|
Fix rotl64() the same was as rotr64()
|
2017-08-16 17:58:33 +02:00 |
|