Commit Graph

7408 Commits (1106e163cae75181a6f5708965727a06ba672d74)
 

Author SHA1 Message Date
Jens Steube 87f3b2caaf Merge branch 'hash-mode-25100' of https://github.com/matrix/hashcat into matrix-hash-mode-25100
3 years ago
Jens Steube 1d965c3e78 Merge branch 'roycewilliams-master'
3 years ago
Royce Williams c3776777a5 template: mention FAQ and forums
3 years ago
Jens Steube 19d3696bd5 UTF8-to-UTF16: Replaced naive UTF8 to UTF16 conversion with true conversion for RAR3, AES Crypt, MultiBit HD (scrypt) and Umbraco HMAC-SHA1
3 years ago
Jens Steube 0457016834 UTF8-to-UTF16: Replaced naive UTF8 to UTF16 conversion with true conversion for RAR3, AES Crypt and MultiBit HD (scrypt)
3 years ago
Jens Steube d50beaa1a7 Documentation: Update missing documentation in plugin developer guide for OPTS_TYPE_MP_MULTI_DISABLE and OPTS_TYPE_NATIVE_THREADS
3 years ago
Jens Steube 0a6080505b AES Crypt Plugin: Replaced naive with true UTF8 to UTF16 conversion, reduced max password length to 128 and improved performance
3 years ago
Jens Steube df8a773341 Restore maximum password length 128 for pure RAR3 kernels
3 years ago
Jens Steube fd51086395 RAR3 Plugins: Replaced naive with true UTF8 to UTF16 conversion in optimized and pure kernels
3 years ago
Jens Steube 23bbe457a0 RAR3-hp Plugin: Replaced naive with true UTF8 to UTF16 conversion in optimized and pure kernel
3 years ago
Jens Steube 086660e907 Merge branch 'master' of https://github.com/hashcat/hashcat
3 years ago
Jens Steube 5c6501444a Kernels: Add standalone true UTF8 to UTF16 converter kernel that runs after amplifier. Use OPTS_TYPE_POST_AMP_UTF16LE from plugin
3 years ago
Jens Steube e11fa145f3
Merge pull request #2794 from realSnoopy/master
3 years ago
realSnoopy ea7f7909f4
update in module_13400.c
3 years ago
Jens Steube 1afbcb0827 Initial new algorithm issue template
3 years ago
Jens Steube 250a00785a Initial bug report issue template
3 years ago
Jens Steube 0fd8de3a75 Status Screen: Show currently running kernel type (pure, optimized) and generator type (host, device)
3 years ago
Jens Steube 58ffef4580 Performance Monitor: Add -S as a user suggestion to improve cracking performance in specific attack configurations
3 years ago
Jens Steube 9028938998 Rename -m 3202 to -m 25800
3 years ago
Jens Steube 36f6fd2a63
Merge pull request #2639 from matrix/bcryptsha1
3 years ago
Jens Steube 9bb45b4f4d
Merge branch 'master' into bcryptsha1
3 years ago
Jens Steube aa7c579736 Added hash-mode: MurmurHash
3 years ago
Jens Steube 10d0dde55c Update docs/changes.txt
3 years ago
Jens Steube 307cb63661
Merge pull request #2695 from matrix/cryptoapi
3 years ago
Jens Steube 751d3a6454 Rename -m 3201 to -m 25600
3 years ago
Jens Steube ae2580a542
Merge pull request #2637 from matrix/bcryptmd5
3 years ago
Jens Steube fe91f6276d CUDA Backend: Do not warn about missing CUDA SDK installation if --stdout is used
3 years ago
Jens Steube 0ba1558e17 Dependencies: Updated xxHash from 0.1.0 to v0.8.0 - Stable XXH3
3 years ago
Jens Steube e365313a44 Dependencies: Updated LZMA SDK from 19.00 to 21.02 alpha
3 years ago
Jens Steube d08b5b04fa Unset PRODUCTION option
3 years ago
Jens Steube 442a95d0ea hashcat 6.2.1
3 years ago
Jens Steube 0e2dc4bb82 Remove unused WITH_UNRAR macro
3 years ago
Jens Steube f4ca10b116 Updated unrar source from 5.9.4 to 6.0.5
3 years ago
Jens Steube ce90f83b65 Dependencies: Make unrar dependencies optional and disable hash-mode 23800 if dependency is disabled
3 years ago
Jens Steube a5bb988f92 Unset PRODUCTION option
3 years ago
Jens Steube 97a8f34251 hashcat 6.2.0
3 years ago
Jens Steube 475716e81d Help autotuner to find more stable workload settings for -m 6900 by limiting kernel loops
3 years ago
Jens Steube 774b76efe2 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 3200 for better performance on NV GPU
3 years ago
Jens Steube 4ce60a6c61 Add module_unstable_warning() entry for -m 21800 using rocr drivers
3 years ago
Jens Steube ec0d1309fe Avoid large buffer allocation on stack in -m 23700 and -m 23800 - it crashes on macOS
3 years ago
Jens Steube 4221bd151c Fixed unterminated salt buffer in -m 23400 module_hash_encode() in case salt was of length 256
3 years ago
Jens Steube a2fcb03fe3 Update AMD GPU check on macOS warning message
3 years ago
Jens Steube ee7fd75efb Update tools/install_modules.sh, no longer need to uninstall pycryptodome
3 years ago
Jens Steube 057bf48924 Fixed unit tests using 'null' as padding method in Crypt::CBC but actually want to use 'none'
3 years ago
Jens Steube 282eb75fe9 Update module_unstable_warning for benchmark long selection on macOS for CPU and GPU; Allow use of GPU without --force testwise
3 years ago
Jens Steube bb402b784a Update module_unstable_warning for benchmark short selection on macOS for CPU and GPU; Allow use of GPU without --force testwise
3 years ago
Jens Steube 3d0e0d5c2d Add some device_local_mem_size checks relevant for devices with only 32k shared memory
3 years ago
Jens Steube bbd6e55968 Add missing null pointer to cuda_module_shared and opencl_program_shared in backend cleanup function
3 years ago
Jens Steube 78a053800f Remove module_unstable_warning() entries for AMD (legacy) driver after workaround with zero check on context length is in use
3 years ago
Jens Steube 9bf0f36d0a Get rid of MAYBE_VOLATILE for context position by replacing it with zero length check
3 years ago