Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [asc] Author Forum Replies Views Posted
    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: 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,831 08-08-2017, 09:37 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 .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: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks

Code: -- -D 1,2 -- can be used to enable both CPU and GPU (the Intel OpenCL Runtime for Core or Xeon processors need to be installed, in general), but note that it doesn't always increase speed...
philsmd Hardware 6 1,260 07-15-2020, 06:49 AM
    Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks

That statement doesn't make sense without the full context. Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ...
philsmd Hardware 6 1,260 07-15-2020, 10:48 PM
    Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...

First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system. -D 1 (or --opencl-device-types 1) instead needs to be...
philsmd hashcat 2 1,716 12-12-2018, 12:20 PM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Maskprocessor has a command line argument for exactly this type of password candidate filtering: https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78 So one could use something like t...
philsmd hashcat 12 12,015 03-06-2017, 08:53 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed. Firstly, you must make sure that the nv...
philsmd hashcat 12 12,015 03-13-2017, 01:42 PM
    Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers

@rurapenthe , could you please double-check if those errors do not happen if you keep the -d 1.... note: you can run the test also as: test_1385640930/test.sh -m 1800 -a 3 -t single # for example ...
philsmd Beta Tester 22 28,383 11-30-2013, 11:34 AM
    Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers

@chancas , mastercracker chancas Wrote: (11-30-2013, 02:16 PM) -- Code: -- echo -n 10471161328 | ./oclHashcat64.exe --quiet --force --disable-potfile --runtime 200 --gpu-temp-disable -d 1 -a 0 -m 6...
philsmd Beta Tester 22 28,383 12-02-2013, 06:08 PM