Commit Graph

3725 Commits (v3.6.0)
 

Author SHA1 Message Date
DoZ10 3c67e0054c Implemented Perl test and fixed issues. Now have a working base.
7 years ago
DoZ10 cd9dc989ce Implemented Chacha20 crypto.
7 years ago
Fist0urs 40bbb0023c Merge branch 'master' of https://github.com/hashcat/hashcat into DPAPImk
7 years ago
Fist0urs d537712f27 Both DPAPImk v1 and v2 work for single hash, still a bug on multi-hash
7 years ago
DoZ10 fb86f89f63 Fixed print output endianess in interface.c
7 years ago
DoZ10 f6cd42352d CPU parsing mostly done. Kernel showing good values.
7 years ago
DoZ10 152f0b5152 Init work on Chacha20
7 years ago
Jens Steube b924901bb0 Merge pull request #1226 from DoZ10/master
7 years ago
Fist0urs 29d331ee17 hmac-sha1 + SID almost working, padding problem
7 years ago
DoZ10 0b713d1898 Updated correct algo name in docs.
7 years ago
DoZ10 31fbe481fa Fixed final details
7 years ago
DoZ10 dcd8306b6f Fixed naming convention for kernel blake2_t type
7 years ago
DoZ10 86de556446 Removed cpu_blake.c since not used for now
7 years ago
DoZ10 ee558c625d Copied esalt buffer into kernel in the outer loop
7 years ago
DoZ10 fd1cefb325 Removed test files.
7 years ago
DoZ10 8aa389b286 Fixed coding style convention for for() loops
7 years ago
DoZ10 9d0855c02f Fixed interface.c to remove XORing madness and blake2_t naming convention
7 years ago
Fist0urs 014278ab0e Working:
7 years ago
DoZ10 22b9f80531 Inserted blake2b_sigma into kernel for perf gain. Standardized naming convention to blake2b_transform()
7 years ago
Jens Steube c9ee04d749 Merge pull request #1235 from 0xbsec/title-sep-e-rule
7 years ago
DoZ10 98b9e38d54 Fix for app compilation error on mingw
7 years ago
DoZ10 f0f96140b2 Fixed Attack modes 1 & 3
7 years ago
DoZ10 87e0281237 Moved init params in CPU (interface.c). Fixed vector-type problem in kernel a0.
7 years ago
Fist0urs 73d48dcd26 Initial commit, new format DPAPImk, works till hmac-sha1
7 years ago
mhasbini 5734741392 Add support for rule: eX
7 years ago
DoZ10 e71c68e0af Fixed endianness to remove unecessary kernel swaps ops
7 years ago
Jens Steube ef6467b49b Merge pull request #1234 from neheb/patch-1
7 years ago
neheb 9c91c654da Fix AppVeyor
7 years ago
Jens Steube 0fcf51dee3 Fixed a missing type specifier in a function declaration of the RACF kernel
7 years ago
Jens Steube b996ef587b Add GTX 1080 Ti to tuning database
7 years ago
DoZ10 c1f8204b06 Prepared transform routine
7 years ago
DoZ10 0e018c717d Unrolled for() loops and removed S & P structs
7 years ago
DoZ10 76e3c0618e Fixed for() loops coding style
7 years ago
DoZ10 903e716b9a Swapped to outlen and tested. Okay. Still having problems with VECT_SIZE > 1
7 years ago
DoZ10 4839335c8a Cleanup
7 years ago
DoZ10 58c1f46b19 Merge and conflict resolve.
7 years ago
DoZ10 8da56522f2 Added 600 to test.pl and test.sh..
7 years ago
DoZ10 9ddd4596a0 Added 12700 to test.sh (lazy conflict fix).
7 years ago
DoZ10 f93426c8f8 Remove tmp 600.
7 years ago
DoZ10 327a509492 Fixed test files conflicts.
7 years ago
DoZ10 10629190e3 Now compiles for test.sh -m 600 -a 0 -V1 and -V2, but does not resolve on V2.
7 years ago
DoZ10 e23f88fec8 Fixed Test files to match output. $Blake2$ Tag added to interface hash output
7 years ago
DoZ10 de477580a0 Code Cleanup and short doc additions
7 years ago
DoZ10 1386d0eecc Added kernel m00600_a1.cl
7 years ago
DoZ10 bb61408e89 Added kernel m00600_a0
7 years ago
DoZ10 60afdc2a30 Added function m04 in attack mode 3
7 years ago
DoZ10 a60cddc2cc Added Blake2 signature according for JtR format.
7 years ago
DoZ10 72724ccba4 Removed rotr64_w() function.
7 years ago
DoZ10 b61d74255b Removed load64() and load64_reverse() functions.
7 years ago
DoZ10 ad305308bb Remove useless loop.
7 years ago