Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Now you got me wondering which version of AxCrypt hashcat supports. I'm not that much familiar with the AxCrypt implementation and the version covered.
But this question is kind of contradicting: h... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 09:43 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
the cost doesn't matter at all. it will change depending on your hardware etc. That's a feature (the user shouldn't wait "too long" for the software to decrypt the files, but it should still be quite ... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 09:04 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Thanks for testing. The new beta is now available that includes the new support for AxCrypt 2: https://hashcat.net/beta/ .
Of course, every upcoming release version greater 6.1.1 will also include th... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-18-2020, 10:55 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
I have a nice update for you.
I just took some free time to have a quick glance on the JTR (John The Ripper) implementation of AxCrypt 2 and it seems the algorithm of AxCrypt 2 is pretty straight for... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 02:45 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Well, the user should probably know it. The distinction is quite clear: only paid/premium users get the AES-256 support (at least for the time being, in the current version).
Furthermore, some users ... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 11:51 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
The AxCrypt 1 version of hashes that hashcat already supports (-m 13200) is only using AES-128: https://github.com/hashcat/hashcat/blob/6d5e1d3e5d3ed56c245578136cae6ea05ea569dc/OpenCL/m13200-pure.cl#L... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 05:04 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
okay, I will probably start to implement this, starting with the AES-128 variant.
Not sure how long it will take and if it will be merged into hashcat (and available in beta) soon.
But I will ta... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-14-2020, 11:06 AM |
|
|
Thread: Worked once and didnt work immediately after
Post: RE: Worked once and didnt work immediately after
you can use the command line switch --potfile-disable if you really intend to crack hashes multipe times and avoid the potfile checks. |
|
philsmd |
hashcat
|
3 |
2,010 |
01-29-2019, 12:13 PM |
|
|
Thread: Very Slow Keepass hash-rate
Post: RE: Very Slow Keepass hash-rate
It's difficult to say what you are doing in detail, but you should of course keep in mind that these specific hash types are parameterized and therefore can have varying cost factors. The iteration co... |
|
philsmd |
hashcat
|
4 |
2,007 |
04-07-2020, 09:33 AM |
|
|
Thread: 8 GPU GTX1080
Post: RE: 8 GPU GTX1080
this should work:
https://github.com/s3inlc/hashtopolis / https://hashtopolis.org |
|
philsmd |
Hardware
|
2 |
2,000 |
12-18-2019, 01:05 PM |
|
|
Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn
please remember that the custom charsets must be set within the hashcat mask file:
Code:
--
hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask
--
the masks.hcmask file is this one:
Code:
... |
|
philsmd |
hashcat
|
3 |
1,969 |
02-17-2019, 10:50 AM |
|
|
Thread: Hashcat vs Keepass 2 (.kdbx)
Post: RE: Hashcat vs Keepass 2 (.kdbx)
No, the lengths are always the absolute length (they do not substract the fixed or hard-coded part).
This would make more sense:
Code:
--
hashcat64.exe -a 3 -m 13400 --increment --increment-min... |
|
philsmd |
hashcat
|
4 |
1,963 |
12-01-2019, 01:23 PM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
hashcat --help
Code:
--
--veracrypt-keyfiles | File | Keyfiles to use, separated with commas
--veracrypt-pim-start | Num | VeraCrypt personal iterations multiplier start
--veracrypt-... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-15-2020, 09:30 AM |
|
|
Thread: Veracrypt with multiple keyfiles
Post: RE: Veracrypt with multiple keyfiles
the file checksum is calculated internally by hashcat. All the files are combined to later create the checksum (as veracrypt does too)
Therefore, if you do NOT know which files you used or the orde... |
|
philsmd |
hashcat
|
5 |
1,952 |
02-20-2020, 10:19 AM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
--debug-mode 4 --debug-file rule_debug.txt
(see --help) |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 08:19 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
it's appending to the file. you need to check the last lines or create a different file name
what is your command ?
just use --debug-file rule_debug512.txt
or some random new file |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 09:47 PM |
|
|
Thread: Huawei Backup
Post: RE: Huawei Backup
interesting. is this something used even in modern smartphones (or is this old "encryption" ?). Do modern smartphones use this ? Is this an alternative to the standard android encryption.... can you g... |
|
philsmd |
hashcat
|
2 |
1,948 |
11-22-2019, 07:47 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
try testing only 1 device, -d 1
are you using cmd on windows ? that ./hashcat.exe syntax is somehow strange or is this powershell ?
are you using the beta version from https://hashcat.net/beta ?... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 01:31 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
you could also test with multiple devices, like this:
hashcat -b -m 100 -d 1,2,3,4
hashcat -b -m 100 -d 1,2,3,4,5
hashcat -b -m 100 -d 1,2,3,4,5,6
and see how many devices work and w... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 02:23 PM |
|
|
Thread: hashcat crash on benchmark
Post: RE: hashcat crash on benchmark
good to hear that. of course always needing to add -d 1,2,3,4,5,6,7,8,9,10 is actually quite annoying... so maybe you can somehow completely disable the non-dedicated GPU (in bios/uefi for instance or... |
|
philsmd |
hashcat
|
6 |
1,947 |
12-08-2019, 04:44 PM |