Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256
There's no online calculator that I'm aware of.
Just do the math:
1. Calculate how many possibilities your mask will generate. For example, ?a has 95 possibilities, so ?a?a?a?a is 95^4 or 81450... |
|
royce |
hashcat
|
6 |
1,263 |
05-29-2020, 05:50 PM |
|
|
Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256
Because of the definition of ?a, as shown in hashcat --help:
Code:
--
- [ Built-in Charsets ] -
? | Charset
===+=========
l | abcdefghijklmnopqrstuvwxyz
u | ABCDEFGHIJKLMNOPQRSTUVWX... |
|
royce |
hashcat
|
6 |
1,263 |
05-29-2020, 08:30 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
Excellent!
(And just for the record, you can download hashcat 6.0.0 and run it on older versions of Ubuntu) |
|
royce |
hashcat
|
6 |
903 |
07-11-2020, 05:51 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
FWIW, for some attacks I've seen it's good to have one core per GPU. I haven't seen anything that would benefit from multiple cores per GPU. |
|
royce |
Hardware
|
6 |
936 |
09-23-2020, 08:15 AM |
|
|
Thread: 10 years to crack a 13 character password?
Post: RE: 10 years to crack a 13 character password?
That's not quite how specifying a mask works. IF you don't know which characters are in which positions, you want something more like this -- first definiting a custom character set, and then using it... |
|
royce |
hashcat
|
7 |
14,884 |
11-15-2016, 09:07 PM |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
I'm not sure what you mean by this. Could you rephrase? |
|
royce |
hashcat
|
7 |
8,264 |
11-24-2016, 10:32 PM |
|
|
Thread: hash160(x) a.k.a. ripemd160(sha256(x))
Post: RE: hash160(x) a.k.a. ripemd160(sha256(x))
There is no way to combine hashes that I know of. It would be a very interesting and useful feature, but it might be difficult to implement. |
|
royce |
hashcat
|
7 |
8,264 |
11-24-2016, 11:39 PM |
|
|
Thread: About --keep-guessing
Post: RE: About --keep-guessing
Almost not at all. I guess it would alter the behavior for any hashes that already keep guessing (is it 7-Zip?) |
|
royce |
Beta Tester
|
7 |
10,828 |
11-27-2016, 01:45 AM |
|
|
Thread: Is it better to use princeprocessor rather than using Hashcat alone?
Post: RE: Is it better to use princeprocessor rather tha...
I think that maykelbembibre is asking whether using PRINCE recovers more hashes per unit of time?
maykelbembibre, "efficiency" may the word that's more commonly used to talk about this. This thread... |
|
royce |
General Talk
|
7 |
7,900 |
03-27-2017, 04:19 PM |
|
|
Thread: how to hash with hashcat
Post: RE: how to hash with hashcat
The full Github hashcat distribution also has a "test.pl" Perl script in the tools/ directory that can hash quite a few formats.
$ echo -n 'password' | ./tools/test.pl passthrough 0
5f4dcc3b5aa765... |
|
royce |
hashcat
|
7 |
7,751 |
05-07-2017, 04:26 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
Per: https://github.com/hashcat/hashcat/blob/master/src/opencl.c
Code:
--
if (device_local_mem_size < 32768)
{
event_log_error (hashcat_ctx, "* Device #%u: This device's local... |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 05:00 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
I included the relevant portion of code. I just included the link the code for reference.
Please read the thread that I also referenced. |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 06:49 PM |
|
|
Thread: * Device #1: This device's local mem size is too small.
Post: RE: * Device #1: This device's local mem size is t...
hashcat supports hardware that is supported by current drivers from the manufacturer. Once the manufacturer drops support for that hardware from the driver, hashcat support also ends. |
|
royce |
hashcat
|
7 |
14,295 |
05-21-2017, 10:33 PM |
|
|
Thread: noob problem installing
Post: RE: noob problem installing
And if that doesn't work, please post full command line that you're using (but redact sensitive hashes, if any). |
|
royce |
hashcat
|
7 |
5,176 |
09-04-2017, 08:09 PM |
|
|
Thread: hashcat 4.0.1 more slow than 3.6 (GT 740M)
Post: RE: hashcat 4.0.1 more slow than 3.6 (GT 740M)
asirena Wrote: (11-22-2017, 02:38 PM)
--
atom, you should use the same parameter in both cases in order to compare the results...
If you use -w4 with one of them and -w3 with the other one, you a... |
|
royce |
hashcat
|
7 |
6,862 |
11-22-2017, 08:47 PM |
|
|
Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists
Unless you're attacking a slow hash, it may not be worth skipping the longer files.
If it's a slow hash, you could use 'combinator' from hashcat-utils, and then pipe that through 'len' (also from h... |
|
royce |
hashcat
|
7 |
5,993 |
11-29-2017, 10:40 PM |
|
|
Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...
RealEnder, wlc was new to me - thanks for the tip, looks very useful. |
|
royce |
hashcat
|
7 |
6,887 |
12-01-2017, 05:45 PM |
|
|
Thread: HD7970 really slow?
Post: RE: HD7970 really slow?
Hmm, interesting. I wouldn't expect you to have to downgrade drivers - latest stable should be fine.
Is it possible that something else is keeping your GPU busy? |
|
royce |
Hardware
|
7 |
5,620 |
12-03-2017, 06:21 PM |
|
|
Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...
I am not familiar with how encryption is done on these phones, but here's an example for a different phone.
https://hashcat.net/forum/thread-2202.html |
|
royce |
hashcat
|
7 |
5,068 |
12-08-2017, 05:24 PM |
|
|
Thread: Need some tips
Post: RE: Need some tips
Take a pass through the FAQ first:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions |
|
royce |
hashcat
|
7 |
5,285 |
03-24-2018, 05:09 AM |