Jens Steube
|
6aa3e0882d
|
Mark some hash-modes for Apple Metal as unstable
|
2022-11-12 10:47:58 +01:00 |
|
Konrad Goławski
|
f7ba563a28
|
TrueCrypt modules code cleanup
|
2022-07-25 15:53:51 +02:00 |
|
philsmd
|
d9749e8799
|
change interface, add module_benchmark_charset ()
|
2022-07-15 17:17:57 +02:00 |
|
Konrad Goławski
|
5898ae9fa3
|
Added legacy suffix to old TrueCrypt modules
|
2022-06-17 00:36:40 +02:00 |
|
Konrad Goławski
|
1c531780c1
|
TrueCrypt modules changes
|
2022-06-03 13:19:06 +02:00 |
|
Jens Steube
|
6fce6fb3ff
|
Update all existing modules to use the stock module marker
|
2022-04-08 14:11:50 +02:00 |
|
Jens Steube
|
5b4ac09e91
|
User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
|
2021-11-28 13:58:27 +01:00 |
|
Jens Steube
|
21f91c5bb8
|
Module Optimizaters: Added OPTS_TYPE_MAXIMUM_THREADS to deactivate the else branch route in the section to find -T before compilation
Set the new flag based on some testings with RX6900XT
|
2021-11-13 17:27:06 +01:00 |
|
Jens Steube
|
01738fafa0
|
Deprecated Plugins: Add new module function module_deprecated_notice() to mark a plugin as deprecated and to return a free text user notice
Added option --deprecated-check-disable to enable deprecated plugins
|
2021-08-10 17:59:52 +02:00 |
|
Jens Steube
|
20a7b9f992
|
Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin
See src/modules/module_08900.c as an example
|
2021-08-01 16:25:37 +02:00 |
|
Jens Steube
|
62397283c1
|
VeraCrypt: Increase password length support for non-boot volumes from 64 to 128.
See https://github.com/hashcat/hashcat/issues/2616 for details.
|
2021-06-17 09:45:30 +02:00 |
|
Jens Steube
|
98aef2ae92
|
Module Structure: Add 3rd party library hook management functions. This also requires an update to all existing module_init()
|
2020-08-29 16:12:15 +02:00 |
|
Jens Steube
|
b9f6777f1b
|
OpenCL Runtime: Add some unstable warnings for some SHA512 based algorithms on AMD GPU on macOS
|
2020-07-15 11:27:46 +02:00 |
|
Jens Steube
|
4aaec30ada
|
Merge pull request #2404 from philsmd/master
use our safe free () wrapper hcfree whenever possible
|
2020-06-02 12:34:19 +02:00 |
|
Jens Steube
|
84d3981e7b
|
Add returncode PARSER_HAVE_ERRNO as a valid returncode from module_hash_binary_count() and module_hash_binary_parse() module hooks. You can use this in case fopen() fails and you want to transport back the original error from the OS
|
2020-05-27 15:23:02 +02:00 |
|
philsmd
|
d1c3274965
|
use our safe free () wrapper hcfree whenever possible
|
2020-05-14 19:21:59 +02:00 |
|
Jens Steube
|
c90d83c3eb
|
Prepare for UNROLL whitelisting
|
2020-02-15 12:44:12 +01:00 |
|
Gabriele Gristina
|
3161aec3da
|
fix the comments :)
|
2019-07-01 17:27:08 +02:00 |
|
Gabriele Gristina
|
5679ca3344
|
Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
|
2019-07-01 01:30:24 +02:00 |
|
Gabriele Gristina
|
481c752456
|
No more compress functions, update example.dict.gz, remove some comments
|
2019-06-27 20:18:47 +02:00 |
|
Gabriele Gristina
|
398c89c75c
|
switch almost all FILE ops, potfile is the only missing
|
2019-06-26 19:06:46 +02:00 |
|
Gabriele Gristina
|
b2529af172
|
remove original commented code
|
2019-06-22 15:00:50 +02:00 |
|
Gabriele Gristina
|
6cb4abd526
|
Add zlib support v2
|
2019-06-21 21:56:38 +02:00 |
|
Jens Steube
|
deb3843d76
|
Use NO_UNROLL in sha512 based PBKDF2 kernels with additional AES/Twofish decrypts for better performance
|
2019-06-07 11:07:17 +02:00 |
|
Jens Steube
|
f1632b933e
|
Add support to configure hash-mode specific range of number of hashes supported
|
2019-05-19 14:46:05 +02:00 |
|
jsteube
|
b8d609ba16
|
WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
|
2019-04-02 11:24:22 +02:00 |
|
jsteube
|
c0a31b3239
|
Prepare potfile specific module_hash_decode and module_hash_encode hooks
|
2019-04-01 12:32:11 +02:00 |
|
jsteube
|
88a051629c
|
Support module specific JiT compiler build options
|
2019-03-02 11:12:13 +01:00 |
|
jsteube
|
b01038b8f4
|
Allow module_hash_encode() to be set to MODULE_DEFAULT if OPTS_TYPE_BINARY_HASHFILE is set. In that case return hashfile name
|
2019-02-22 07:00:34 +01:00 |
|
jsteube
|
bab735b367
|
Get rid of hash_type variable. This hopefully reduces some confusion for new hashcat kernel developers
|
2019-02-12 16:02:27 +01:00 |
|
jsteube
|
62c660afe2
|
Add -m 14600 module
|
2019-02-02 11:11:27 +01:00 |
|
jsteube
|
78d2706038
|
Add -m 8900 module and module_extra_tmp_size()
|
2019-01-28 14:05:58 +01:00 |
|
jsteube
|
383b6fb4f7
|
Make hash-mode sorting in --help a bit more readable
|
2019-01-27 11:19:32 +01:00 |
|
jsteube
|
380e836cac
|
Add remaining truecrypt modules
|
2019-01-26 20:27:06 +01:00 |
|