Dan Church
d9cd42d577
Fix typo
2021-03-03 10:26:39 -06:00
realSnoopy
ef3da600a6
Update BUILD_WSL.md
...
maybe a typo, but when following these instructions the build failes with
make: x86_64-w64-mingw32-g++: No such file or directory
g++-mingw-w64 or g++-mingw-w64-x86-64 has to be installed to work properly
2021-02-23 12:23:38 +01:00
Bernard Ladenthin
b85ffd63fb
Refactoring: Extract transform_public, point_mul_xy and set_precomputed_basepoint_g. Add constants and documentation.
2021-02-08 23:02:47 +01:00
lordneon
b470ce8df2
Updated hashcategory for m24800
2021-02-05 12:54:54 +00:00
lordneon
c83204c708
Added hashmode m24800 for Umbaraco hashes
2021-02-05 12:21:07 +00:00
Gabriele Gristina
6cf3a89ac3
Added hash-mode: Stuffit5
2021-02-04 01:10:32 +01:00
Gabriele Gristina
f0dec6fe64
Added hash-mode: MS Office 2016 - SheetProtection
2021-02-02 19:34:06 +01:00
Gabriele Gristina
fda0d668e5
use skip also with first checks of backend_session_begin()
2021-01-23 18:51:25 +01:00
Gabriele Gristina
4c2605f7f2
switch to skip instead return -1 for all checks, moved cuda counter update to the end of loop
2021-01-23 18:37:47 +01:00
Gabriele Gristina
f4dbd46b71
trying skip devices instead of return -1
2021-01-23 13:54:46 +01:00
RAN1
8f871db328
Makefile: Check Darwin major version instead of macOS minor version
2021-01-07 19:03:59 -05:00
Gabriele Gristina
82af37b93a
Added salt type and slow hash info
2020-12-30 19:16:57 +01:00
Gabriele Gristina
77e328d659
Removed option --example-hashes, now is an alias of --hash-info
2020-12-29 07:56:20 +01:00
Gabriele Gristina
3ed1f0d840
Added new option: --hash-info
2020-12-29 04:58:58 +01:00
Alex Stanev
7252091d3b
Correct check for gz header.
...
gzip format is described in rfc1952.
From there, first 2 bytes (0x1f8b) are header;
next is Compression method (0x08 for deflate, this is the general used method);
and 4th byte is Flags. Some compression tools don't set this and we can't process the gzips.
zlib plays well in this cases, so we can just drop the check for the 4th byte.
2020-12-26 22:49:05 +02:00
Gabriele Gristina
cdc87017fc
minimized the test.sh false negatives with kernels 14000 14100 14900 15400, a1
2020-12-26 16:00:22 +01:00
Gabriele Gristina
92bfe11671
Added AES_GCM_ALT1 and fix opencl compiler warnings
2020-12-26 07:07:56 +01:00
Gabriele Gristina
54df7d53ea
Added full AES-GCM cipher & hash-mode 27000 - Stargazer Stellar Wallet XLM
2020-12-25 04:50:18 +01:00
Bernard Ladenthin
19f4b44840
Refactoring: Extract convert_to_window_naf and add some documentation.
2020-11-17 21:33:51 +01:00
TROUNCE
1b83076d80
Add files via upload
2020-10-29 10:51:13 +00:00
TROUNCE
cfeb61238d
Update sqlcipher2hashcat.py
2020-10-29 10:44:31 +00:00
TROUNCE
0bab388370
Update sqlcipher2hashcat.py
2020-10-29 10:41:33 +00:00
TROUNCE
8526716bb2
Add files via upload
2020-10-29 10:38:11 +00:00
TROUNCE
bf7b9c2d73
Add files via upload
2020-10-26 23:11:16 +00:00
TROUNCE
9586383031
Update readme.txt
2020-10-26 23:09:41 +00:00
TROUNCE
b9925ea1d8
Update changes.txt
2020-10-26 23:09:05 +00:00
TROUNCE
5774934eb8
Add files via upload
2020-10-26 23:07:30 +00:00
TROUNCE
074b821a8c
Add files via upload
2020-10-26 23:06:54 +00:00
TROUNCE
e6f94fc1fd
Add files via upload
2020-10-26 23:05:54 +00:00
TROUNCE
969fe51733
Add files via upload
2020-10-26 23:05:23 +00:00
TROUNCE
1b4b5100dd
Add files via upload
2020-10-26 23:04:42 +00:00
TROUNCE
1088000739
Add files via upload
2020-10-24 20:59:27 +01:00
TROUNCE
4f21a06c58
Add files via upload
2020-10-24 20:37:57 +01:00
TROUNCE
5edd8e5f66
Add files via upload
2020-10-24 19:49:52 +01:00
TROUNCE
0dff551161
Add files via upload
2020-10-24 19:39:49 +01:00
TROUNCE
5395f9809f
Add files via upload
2020-10-24 19:38:46 +01:00
TROUNCE
06e55a3694
Add files via upload
2020-10-24 16:23:38 +01:00
TROUNCE
fd32cf5628
Update readme.txt
2020-10-23 22:29:58 +01:00
TROUNCE
9edf746ff4
Update changes.txt
2020-10-23 22:29:34 +01:00
philsmd
a3663d1cc4
Fix some include headers macros
2020-10-23 17:29:39 +02:00
Marcus T
5919641285
Improve warning message wording
...
The comments earlier in the file indicate an optimized kernel may be listed as unavailable either because A) it doesn't exist or B) provides no benefit.
This updates the warning message to make that more clear.
2020-10-21 16:23:38 -04:00
TROUNCE
43e07b7a54
Add files via upload
2020-10-20 19:44:52 +01:00
TROUNCE
57fac8ab0f
Add files via upload
2020-10-20 19:44:19 +01:00
Marcus T
ee3b5da25b
Improve warning message wording
...
The current warning message makes it sound like the optimized kernel exists but isn't being used. This rewording makes it clear that the optimized kernel simply doesn't exist.
2020-10-20 13:56:39 -04:00
Konrad Goławski
3c251416b0
Fix types.h include guard
2020-10-20 16:27:29 +02:00
philsmd
038235f90f
Added -m 24500 = Telegram Desktop >= v2.1.14 (PBKDF2-HMAC-SHA512)
2020-10-16 10:41:58 +02:00
Jens Steube
15bf8b7302
Merge pull request #2579 from philsmd/tests_remove_asn1_package
...
tests: remove requirement Convert::ASN1
2020-10-13 11:22:31 +02:00
Jens Steube
1a6d8c6f97
Merge pull request #2578 from philsmd/use_python3_and_pip3
...
tests: use python3/pip3 instead of just python/pip
2020-10-13 11:21:47 +02:00
philsmd
2a3f487d94
tests: remove requirement Convert::ASN1
2020-10-13 10:26:45 +02:00
philsmd
10b3e3051c
tests: use python3/pip3 instead of just python/pip
2020-10-13 10:12:10 +02:00