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

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: SL3, they did it again
Post: RE: SL3, they did it again

No, you are basically fucked up, stuck at 2012. Since no new hardware will be supported, you would just pray your GPUs don't die, cause newer hardware just wouldn't work. 8xxx is going out soon, but h...
gat3way Very old oclHashcat-lite Support 71 191,554 01-02-2013, 10:25 PM
    Thread: SL3, they did it again
Post: RE: SL3, they did it again

Good luck using -m 100 for sl3 :) Great you showed your true face also mr humble contributor - a good example of the sl3 horde mentality :)
gat3way Very old oclHashcat-lite Support 71 191,554 01-02-2013, 10:34 PM
    Thread: SL3, they did it again
Post: RE: SL3, they did it again

Over the time I've been involved in coding both bitcoin mining software and partially sl3 unlocking one. I found out those two communities (are/have become) utterly disrespectful, driven by pure greed...
gat3way Very old oclHashcat-lite Support 71 191,554 01-02-2013, 09:50 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

Hm, how do you practically extract that? I am trying to extract it from Samsung Galaxy S3. Of course /data/data and /data/system are not readable by the adb user and it would require to root the phone...
gat3way User Contributions 47 208,553 04-04-2013, 12:22 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

That would work in case you have the phone unlocked (in the sense of PIN already entered and not related to bootloader). Still if it is locked, you shouldn't be able to upload anything via adb. I gues...
gat3way User Contributions 47 208,553 04-04-2013, 01:03 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

The same works for Nexus 7, but there is a difference, the lockscreen.password_salt is not located in /data/data/com.android.providers.settings/databases/settings.db, but rather in /data/system/lockse...
gat3way User Contributions 47 208,553 04-07-2013, 12:37 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

Yes, salted SHA1/MD5 is generic, iterated sha1 is apparently Samsung-specific. Yes, it makes no sense to attack sha1 if you can attack md5. BTW you would be surprised how weak the pattern lock is, it ...
gat3way User Contributions 47 208,553 04-12-2013, 09:37 AM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

This looks fun. I don't know what exactly it is used for though. Hopefully that's not about the device password :)
gat3way User Contributions 47 208,553 04-12-2013, 11:59 AM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

WOW :) Well someone can write a script that generates rules based on that file, would be rather useful :)
gat3way User Contributions 47 208,553 04-12-2013, 12:05 PM
    Thread: Breaking Samsung Android Passwords/PIN
Post: RE: Breaking Samsung Android Passwords/PIN

The "encrypt phone" feature is based on dmcrypt/LUKS and it is (usually) much more secure as compared to Samsung's algo. I say "usually" because key derivation iterations depend on the hardware the en...
gat3way User Contributions 47 208,553 04-12-2013, 10:22 AM
    Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?

atom, you are doing the AES decryption on GPU? I guess you are using the table-based approach (such as what OpenSSL does and not what the AES sample from AMD APP SDK does). Do you store the expanded k...
gat3way Very old oclHashcat-plus Support 44 362,065 04-17-2013, 11:27 PM
    Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?

You mean having 4 tables rather than one plus rotates? In the APP SDK sample, they do it precisely as it is described in the papers. However, you can combine SubBytes,ShiftRows and MixColumns into a...
gat3way Very old oclHashcat-plus Support 44 362,065 04-18-2013, 05:02 PM
    Thread: AMD Radeon R9 290X
Post: RE: AMD Radeon R9 290X

Is there some information on that GCN2 architecture?
gat3way Hardware 30 61,917 09-27-2013, 09:54 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

In several months. I need to add 7z and dmg support as well to cover most used archive formats. BTW rar speed is not something I'm proud of yet, igrargpu is still about 10% faster.
gat3way Feature Requests 27 130,517 02-17-2012, 11:53 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

Tarcel, you have 4 or more files in your archive and it was generated with WinZIP version prior to 8? In that case, the entropy of the IVs is much lower due to a bug in winzip implementation and such ...
gat3way Feature Requests 27 130,517 02-03-2012, 11:26 AM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

chort Wrote: (02-04-2012, 04:04 AM) -- Wow, that sounds depressing for RAR cracking. Perhaps there is a design weakness that could lead to a shortcut? I wish I knew something about cryptanalysis. -- ...
gat3way Feature Requests 27 130,517 02-04-2012, 11:33 PM
    Thread: Possibility of zip archive password cracking?
Post: RE: Possibility of zip archive password cracking?

An update on RAR: I just finished the ATI RAR kernels yesterday. This is the most difficult algo I've done on GPU until now. It is not hard to code the RAR algo with OpencL, but having a good performi...
gat3way Feature Requests 27 130,517 02-15-2012, 10:38 AM
    Thread: oclHashcat-lite gtx680 benchmarks
Post: RE: oclHashcat-lite gtx680 benchmarks

atom, did you try vectorized kernels like those for sm_21? From what I understood, 680GTX may turn out (from OpenCL perspective) something very much resembling a VLIW card, just in another way. I mean...
gat3way Hardware 23 70,083 03-30-2012, 10:49 PM
    Thread: need help with sha512
Post: RE: need help with sha512

In fact, sha512unix is not very much faster on GPU as compared to CPU. If bruteforcing 5-char passwords is not practical on CPUs (your charset is too large?), then it's very likely it won't be practic...
gat3way Very old oclHashcat-lite Support 23 49,309 07-11-2012, 12:29 AM
    Thread: need help with sha512
Post: RE: need help with sha512

Overall, it is more than 5000 sha512 operations because of the initialization part which is more complex as compared to md5crypt. There can be 30-40 additional sha512 hash operations depending on salt...
gat3way Very old oclHashcat-lite Support 23 49,309 07-11-2012, 08:25 AM