1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-23 00:28:11 +00:00
Commit Graph

2671 Commits

Author SHA1 Message Date
loukabvn
a3ab8a2181 Correct some errors from copy-pastes 2023-02-17 18:58:42 +01:00
loukabvn
180dcb5769 Cleaning files and change DGST_Ri after tests 2023-02-17 17:41:42 +01:00
Zgzorx
be65cca4b4 Cleaned files for PR 2023-02-17 16:11:30 +01:00
Zgzorx
67a4f699de a3-optimized functionnal 2023-02-17 15:48:00 +01:00
Zgzorx
1a00a391f0 First a3-optimized draft 2023-02-17 15:14:10 +01:00
loukabvn
73500a7512 Fix a0-optimized and add a1-optimized for SM3 2023-02-17 14:05:11 +01:00
loukabvn
b11b4b1b1b Fixing inc_hash_sm3.h and add a0-optimized draft 2023-02-16 17:19:35 +01:00
loukabvn
29e8766fa3 update inc_hash_sm3, comment and make code clearer 2023-02-16 15:22:43 +01:00
Zgzorx
68c95c056d Using update_swap 2023-02-16 12:02:36 +01:00
Zgzorx
9c6b533efd Added sm3 a1 and a3 pure first draft 2023-02-16 11:03:10 +01:00
loukabvn
2bc70388d3 Creation of branch SM3 and adding files for basic implementation 2023-02-16 10:38:11 +01:00
Zgzorx
008faee326
Merge branch 'hashcat:master' into blake 2023-02-14 11:48:07 +01:00
jsteube
9ec6392c92 Fix untested byte range coverage in UTF8 to UTF16 converter 2023-02-14 09:46:28 +00:00
bacqube2
0e7fdd3c55 Fixing bad vconv32_t usage 2023-02-14 10:21:16 +01:00
bacqube2
a3b4162e5f Rename module 35000 : 31000 2023-02-13 16:40:35 +01:00
Zgzorx
6fcc8177cc
Merge branch 'hashcat:master' into blake 2023-02-13 16:25:41 +01:00
Jens Steube
57953bec7c Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 30, -m 40 and -m 70 2023-02-11 15:59:45 +01:00
Jens Steube
730b1cd5cc Update UTF8 to UTF16 conversion to match RFC 3629 2023-02-10 23:28:23 +01:00
Louka
816a246c76 add blake2s a1-optimized 2023-02-09 17:23:00 +01:00
bacqube2
c80ac0b73f Merge remote-tracking branch 'origin/master' into blake 2023-02-09 17:01:14 +01:00
Louka
4770498960 add blake2s a0-optimized and a1-pure 2023-02-09 16:46:34 +01:00
bacqube2
e6a3389326 m35000_a3-optimized 2023-02-09 16:45:53 +01:00
bacqube2
bd8ebc365b Suppression prtinf et ajout m35000_a3-optimized 2023-02-09 16:26:07 +01:00
jsteube
19b3ca87bc Backport changes to md4_update_vector_utf16le() in -m 1000 to -m 1100 and -m 5500 2023-02-09 15:18:58 +00:00
bacqube2
82f799950a m35000_a3-pure commit initial 2023-02-09 15:49:06 +01:00
Louka
468ba9d92b blake2s 2023-02-09 13:11:54 +01:00
bacqube2
bd0f058357 Premiere correction des fonctions de traitement 2023-02-08 14:04:12 +01:00
bacqube2
6176ec3264 Ajout de printf pour tracer l'execution des fonctions 2023-02-08 13:23:11 +01:00
bacqube2
5475e882a7 Ajout de printf pour tracer l'execution des fonctions 2023-02-08 12:57:17 +01:00
bacqube2
1e79857ed0 Changement des valeurs de test pour debug + affichage des valeurs de rounds 2023-02-08 11:50:31 +01:00
jsteube
86f3e1f5b8 Fix UTF8 to UTF16 conversion in -m 1000 -a 3 kernels for non SIMD compute devices 2023-02-07 22:24:44 +00:00
Benoit
e3d47f0ea8 Correction de nom d'une fonction 2023-02-07 13:22:07 +01:00
Louka
d78cb92eb8 tests 2023-02-06 17:11:37 +01:00
Louka
12821a968b Finishing inc_hash_blake2s and starting to write kernels 2023-02-06 15:27:07 +01:00
bacqube2
33762965f6 modify to S 2023-02-02 14:53:04 +01:00
bacqube2
a59cf4ebcf modify to S 2023-02-02 13:33:32 +01:00
bacqube2
30d9509878 Creation blake2s inc files 2023-02-02 13:22:03 +01:00
jsteube
6ee2658104 Prefix more macros to avoid collisions in other existing libraries 2023-01-30 14:41:12 +00:00
jsteube
98d721cf69 Prepare rename macros in kernel files from _MACRO to MACRO 2023-01-18 15:34:49 +00:00
jsteube
f1ff925b6e Prepare rename macros in header files from _MACRO to MACRO 2023-01-17 19:25:40 +00:00
Sein Coray
69807fb2fe removed check which aborted on empty passwords for mode 10700 2023-01-09 09:00:26 +01:00
Jens Steube
cd8bff1682
Merge pull request #3561 from philsmd/3090x_btc_prv_key
fixes #3487: added -m 3090x = Bitcoin raw private key
2023-01-06 16:49:00 +01:00
philsmd
c6b40a40bf
fix whitespace in -m 30700 = Anope IRC Services 2023-01-04 15:55:13 +01:00
philsmd
3ef69f2919
added -m 3090x = Bitcoin raw private key 2023-01-04 15:52:48 +01:00
Jens Steube
5989de470b
Merge pull request #3549 from s3inlc/pkzip-fix
Remove check which may lead to false negatives on pkzip in rare cases
2022-12-25 23:26:05 +01:00
sein
3d70379c39 removed check for 00 bits for compressed hashes as it may be valid for certain zips 2022-12-22 22:32:12 +01:00
magnum
2e10d591b9 Fix a bug causing -m172xx (pkzip) to fail on data sizes > 32 KB
We need a correct total_out size so a separate variable is introduced
to maintain the window buffer.

Closes #3434 (see #3546).
2022-12-21 18:31:53 +01:00
Jens Steube
6bd5e6f03f
Merge pull request #3543 from matrix/base58_errors
fix base58 build errors
2022-12-21 15:44:55 +01:00
Jens Steube
a82cf950bd
Merge pull request #3542 from matrix/m28000_errors
fix kernel 28000 a3 build warnings/errors
2022-12-20 22:45:11 +01:00
Jens Steube
4c90d371ec
Merge pull request #3541 from matrix/m27900_errors
fix kernel 27900 a3 build warnings/errors
2022-12-19 23:05:34 +01:00