Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files
also depends a lot on how random the password is. if it is "just" a combination of 2-3 words from a small list of words, there might be a possibility of recoverying the password.
If instead the pas... |
|
philsmd |
hashcat
|
4 |
648 |
08-02-2020, 08:43 PM |
|
|
Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files
Do the hashes load fine with hashcat or do you receive an error messages ?
Do you have any examples of "test hashes" for which you know the password (and open perfectly fine with the AxCrypt softw... |
|
philsmd |
hashcat
|
4 |
648 |
08-12-2020, 05:08 PM |
|
|
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
it's on the main page: https://github.com/Fist0urs/AxSuite#author |
|
philsmd |
hashcat
|
17 |
2,015 |
08-11-2020, 10:51 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
Hey lapolis,
while doing a little more research and searching for AxCrypt related topic on github and the JTR repo, I came across your new github issue on the JTR repo: https://github.com/magnumrippe... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 12:17 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
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: 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: axcrypt2john.py (how to use python)
Post: RE: Axcrypt: axcrypt2john.py (how to use python)
I understand that it's not your day to day job to develop or run code, but you should at least try to do some research and think about it.
This is not that difficult at all. There are literally thous... |
|
philsmd |
hashcat
|
8 |
7,817 |
08-08-2017, 09:37 PM |
|
|
Thread: b53
Post: RE: b53
Thx,
problem 2 (-a 3, mask length) will be fixed w/ next beta! (mask length when using hash modes that internally use unicode etc, were kind of always "doubled")
I have no clue how I can reproduce pr... |
|
philsmd |
Beta Tester
|
9 |
10,594 |
11-22-2013, 01:25 PM |
|
|
Thread: base64 decode doesn't handle alternative alphabets
Post: RE: base64 decode doesn't handle alternative alpha...
Could you please explain this a little bit more? My questions:
1. Do you have a full example others (including devs) can test with? We need a *masked* hash:password pair... but remember only post HASH... |
|
philsmd |
Very old oclHashcat-plus Support
|
2 |
8,248 |
06-19-2013, 10:45 AM |
|
|
Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner
veracrypt has these hash modes (-m):
Code:
--
137XY | VeraCrypt | Full-Disk Encryption (FDE)
X | 1 = PBKDF2-HMAC-RIPEMD160 | F... |
|
philsmd |
hashcat
|
6 |
5,295 |
09-28-2017, 11:50 AM |
|
|
Thread: Basic hashcat issue - beginner
Post: RE: Basic hashcat issue - beginner
Great.
... and thanks for the hint about the possibility of missinterpretation of the sentence within the wiki.
I've updated/fixed it. Hopefully now it is better. |
|
philsmd |
hashcat
|
6 |
5,295 |
09-28-2017, 12:44 PM |
|
|
Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax
Let me explain this:
if you use the mask ?1?1?1?1?1?1?1?1 together with --increment, what hashcat really does is run this set of masks one after the other:
Code:
--
?1
?1?1
?1?1?1
?1?1?1?1
?1?1?1?1?... |
|
philsmd |
hashcat
|
4 |
6,436 |
06-02-2017, 03:21 PM |
|
|
Thread: Bcrypt recovery with known salt?
Post: RE: Bcrypt recovery with known salt?
Please have a look at the bcrypt example (https://hashcat.net/wiki/doku.php?id=example_hashes - see line w/ hash type 3200), the format is:
$2a$cost$base64(salt).base64(hash)
iteration = 2 ^ cost
... |
|
philsmd |
hashcat
|
4 |
18,778 |
12-29-2013, 08:55 PM |
|
|
Thread: bcrypt salt format
Post: RE: bcrypt salt format
I quickly searched on the web and it seems the obfuscation is just that the algorithm adds " 8 6 4 3 2 6 d b 2 f e 3 b e 4 0 c c 2 4 1 8 7 7 f 6 a 2 c 9 0 b" to the hash (from the start of the hash ev... |
|
philsmd |
hashcat
|
4 |
4,539 |
12-09-2017, 11:24 AM |
|
|
Thread: Been away for a while
Post: RE: Been away for a while
|
philsmd |
hashcat
|
4 |
3,509 |
06-12-2018, 07:58 PM |