Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...
no, it's 8 ints (all of which are 4 bytes), see https://github.com/hashcat/hashcat/blob/319bf80178e946f3b833aea3daefe3ddbfde51c2/OpenCL/inc_hash_sha256.h#L64 |
|
philsmd |
hashcat
|
8 |
3,509 |
04-01-2019, 08:35 AM |
|
|
Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls
even if it might not be the only (or main) reason let's just remember what the warning about --force says:
Code:
--
You can use --force to override this, but do not report related errors.
--
D... |
|
philsmd |
hashcat
|
3 |
2,239 |
04-02-2019, 09:08 AM |
|
|
Thread: mask processor
Post: RE: mask processor
use .hcmask file for several different masks https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
my.hcmask
Code:
--
?l?l?l?l?l?l?l?l
?l?l?l?l?l?l?l?d
?l?l?l?l?l?l?d?l
?l?l?l?... |
|
philsmd |
General Talk
|
3 |
2,104 |
04-02-2019, 01:04 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
well, you also need to show us your command line and mask file. without that we can't really understand what you are doing over there. |
|
philsmd |
hashcat
|
4 |
2,202 |
04-04-2019, 07:35 PM |
|
|
Thread: What am I doing wrong here?
Post: RE: What am I doing wrong here?
you need to define the custom charset within the mask file, see https://hashcat.net/faq#what_is_a_hashcat_mask_file and https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files
therefore the com... |
|
philsmd |
hashcat
|
4 |
2,202 |
04-04-2019, 07:53 PM |
|
|
Thread: A couple of noob questions about the GUI version.
Post: RE: A couple of noob questions about the GUI versi...
1. the GUI is a 3rd party tool not developed by us. if you need help read the documentation provided by the GUI's author or contact them directly
2. what are the drivers you have installed ? you pr... |
|
philsmd |
hashcat
|
1 |
1,241 |
04-05-2019, 08:15 PM |
|
|
Thread: Toogle case generator problem
Post: RE: Toogle case generator problem
you can toogle all 10 (0-9) + 26 (A-Z) = 36 positions (from index 0 to 35) with the following rules
T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 TA TB TC TD TE TF TG TH TI TJ TK TL TM TN TO TP TQ TR TS TT TU
TV ... |
|
philsmd |
hashcat
|
4 |
2,028 |
04-05-2019, 10:35 PM |
|
|
Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error
are you sure that this wallet uses a second password at all ? Did you try to validate and find out the details and that the password works with another tool (or the blockchain web page) ?
From your... |
|
philsmd |
hashcat
|
2 |
1,750 |
04-06-2019, 09:17 AM |
|
|
Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)
ha, this reminds me of some users running into the problem of copy-pasting a command starting with
"> hashcat64.exe ..."
where > was part of the command prompt of the original/copied command lin... |
|
philsmd |
hashcat
|
2 |
1,561 |
04-06-2019, 07:21 PM |
|
|
Thread: Old (2009) Bitcoin Core wallet hash problem
Post: RE: Old (2009) Bitcoin Core wallet hash problem
did you try to test with the beta version from https://hashcat.net/beta/ ? |
|
philsmd |
hashcat
|
2 |
2,044 |
04-06-2019, 09:39 PM |
|
|
Thread: PBKDF2 and SHA-1 question
Post: RE: PBKDF2 and SHA-1 question
https://github.com/hashcat/hashcat/blob/773dab91616df1088b5887623547ab2bde80d9ba/tools/test_modules/m16800.pm#L40-L58
256 bits are 32 bytes (32 * 8 = 256) |
|
philsmd |
hashcat
|
4 |
2,385 |
04-06-2019, 10:58 PM |
|
|
Thread: Diskcryptor password
Post: RE: Diskcryptor password
The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt... |
|
philsmd |
hashcat
|
8 |
4,266 |
04-07-2019, 08:37 PM |
|
|
Thread: Diskcryptor password
Post: RE: Diskcryptor password
with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos... |
|
philsmd |
hashcat
|
8 |
4,266 |
04-08-2019, 07:49 PM |
|
|
Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance
did you actually read what the output says ?
it literally said that you should use -w 3 and -O |
|
philsmd |
hashcat
|
7 |
3,930 |
04-08-2019, 09:10 PM |
|
|
Thread: Hash type sorting
Post: RE: Hash type sorting
best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic... |
|
philsmd |
hashcat
|
2 |
1,590 |
05-11-2019, 01:31 PM |
|
|
Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work
did you try following this guide to re-install the driver (completely uninstall and install again):
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install... |
|
philsmd |
hashcat
|
2 |
1,666 |
04-13-2019, 01:42 PM |
|
|
Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error
Thanks to Proxerboss I was able to troubleshoot this problem (he has send me an empty encrypted wallet with 2nd password that fails for him to accept the password with btcrecover).
I've now analyze... |
|
philsmd |
hashcat
|
2 |
1,750 |
04-13-2019, 03:49 PM |
|
|
Thread: Slow bcrypt
Post: RE: Slow bcrypt
the cost factor is encoded in the hash
The example hash for instance starts with "$2a$05$" (hashcat -m 3200 --example-hashes) and therefore has an exponent of 5 (cost factor) and therefore uses 2^... |
|
philsmd |
hashcat
|
4 |
2,604 |
04-15-2019, 12:17 PM |
|
|
Thread: Slow bcrypt
Post: RE: Slow bcrypt
you can't change the iteration count (cost settings) without making the hash uncrackable. Therefore, technically you could change it, but it won't crack for sure with wrong settings.
btw. you didn'... |
|
philsmd |
hashcat
|
4 |
2,604 |
04-15-2019, 02:15 PM |
|
|
Thread: token length exception
Post: RE: token length exception
sha1 is -m 100 see https://hashcat.net/wiki/example_hashes |
|
philsmd |
hashcat
|
2 |
2,485 |
04-15-2019, 06:41 PM |