Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: MD5(unix) performance
Post: RE: MD5(unix) performance
the speed reported is the total speed divided by the number of unique salts, because each plaintext candidate needs to be re-hashed with each unique salt. |
|
epixoip |
Very old oclHashcat-plus Support
|
3 |
7,762 |
10-13-2013, 11:01 PM |
|
|
Thread: 2 different Graphic Cards
Post: RE: 2 different Graphic Cards
The answer normally would be yes, but in your case the answer is no as Nvidia has dropped support in the latest CUDA release for your GTX 275. |
|
epixoip |
General Help
|
3 |
7,765 |
11-06-2014, 06:58 PM |
|
|
Thread: No need to install Catalyst for OCLHashCat-plus to work properly.
Post: RE: No need to install Catalyst for OCLHashCat-plu...
do not do this, it is terrible advice. that's why everyone ignored this thread when it was first posted. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
7,772 |
02-09-2013, 05:16 AM |
|
|
Thread: mp64 less responsive than sp64 while 'plus is running
Post: RE: mp64 less responsive than sp64 while 'plus is ...
i have no idea how the windows kernel works with i/o scheduling, but it sounds like the process is i/o bound. if windows behaves anything like linux in this regard, the userspace signal handler will n... |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
7,773 |
10-16-2012, 01:30 AM |
|
|
Thread: Low speed on GTX 970 v1.32 with WPA2
Post: RE: Low speed on GTX 970 v1.32 with WPA2
150 KH/s is a great speed for WPA2 on the GTX 970. WPA is just a really slow algorithm. |
|
epixoip |
Old oclHashcat Support
|
4 |
7,777 |
01-17-2015, 06:56 AM |
|
|
Thread: $HEX[...]
Post: RE: $HEX[...]
it's an encoding error on your part. your terminal is probably UTF8, and that string isn't.
Code:
--
epixoip@token:~$ printf "\x45\x46\x45\xc7\x49\x4e\x41\x52" | md5sum
f54198dc47cf5cd61202b867... |
|
epixoip |
Old oclHashcat Support
|
3 |
7,779 |
06-14-2014, 11:16 AM |
|
|
Thread: Can't launch cudaHashcat on Linux.
Post: RE: Can't launch cudaHashcat on Linux.
|
epixoip |
Old oclHashcat Support
|
5 |
7,819 |
06-30-2015, 12:17 AM |
|
|
Thread: Can't launch cudaHashcat on Linux.
Post: RE: Can't launch cudaHashcat on Linux.
Sounds like the kernel module built okay, but the libraries didn't get installed properly. How did you install the driver? |
|
epixoip |
Old oclHashcat Support
|
5 |
7,819 |
06-30-2015, 06:43 AM |
|
|
Thread: New GPU
Post: RE: New GPU
980 is a good card, but that card pictured is not a not reference design card, it is an OEM design card designed for gaming. You really need a reference design card for oclHashcat. |
|
epixoip |
Hardware
|
5 |
7,837 |
03-13-2016, 09:23 PM |
|
|
Thread: Driver archive
Post: RE: Driver archive
Actually AMD does maintain such an archive. You can get drivers going back several years. Those "Helpful Links" are more helpful than you probably reckoned ;)
For Linux:
https://support.amd.com/e... |
|
epixoip |
General Help
|
4 |
7,838 |
01-15-2015, 07:04 PM |
|
|
Thread: Driver archive
Post: RE: Driver archive
You shouldn't have needed to search at all -- the link is right there on the driver download page.
https://i60.tinypic.com/zyh6it.png |
|
epixoip |
General Help
|
4 |
7,838 |
01-17-2015, 04:30 PM |
|
|
Thread: Under The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali): Error - X needs to be running...
Post: RE: Under The-Distribution-Which-Does-Not-Handle-O...
Hashcat looks at the OpenCL library version (as that's what matters.) What does clinfo say? |
|
epixoip |
Old oclHashcat Support
|
4 |
7,847 |
07-02-2015, 06:13 AM |
|
|
Thread: Under The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali): Error - X needs to be running...
Post: RE: Under The-Distribution-Which-Does-Not-Handle-O...
Yeah, that's the wrong version. For 14.9, the correct version is 1573.4. So you definitely have a much newer driver installed than 14.9.
I'm sorry you're experiencing so many difficulties. I haven'... |
|
epixoip |
Old oclHashcat Support
|
4 |
7,847 |
07-02-2015, 09:07 AM |
|
|
Thread: Office 2013
Post: RE: Office 2013
Sorry, hashcat-cli does not support Office. |
|
epixoip |
Old hashcat Support
|
3 |
7,850 |
07-21-2015, 07:45 PM |
|
|
Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?
In this context (assuming the donors or beneficiaries or whomever are intended to be kept confidential) it is dumb to use MD5, yes. They should be trivial to crack.
You wouldn't use a mask. You'd ... |
|
epixoip |
hashcat
|
5 |
7,852 |
02-11-2017, 09:36 PM |
|
|
Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?
No, SHA2 is not better than MD5 for these purposes. I already gave you the answer in my previous post. |
|
epixoip |
hashcat
|
5 |
7,852 |
02-14-2017, 10:30 PM |
|
|
Thread: md5 hashing emails - that's dumb, right?
Post: RE: md5 hashing emails - that's dumb, right?
Email addresses (and usernames themselves for that matter) are really no different from very weak passwords: short, predictable, low-entropy, human generated strings. And of course the domain names ar... |
|
epixoip |
hashcat
|
5 |
7,852 |
02-12-2017, 08:14 AM |
|
|
Thread: WebEdition CMS
Post: RE: WebEdition CMS
In the interim you can manually md5 all of your usernames and then just crack them with -m 10.
Code:
--
epixoip@token:~/oclHashcat-plus-0.09$ printf epixoip | md5sum
7425755ff6e2d03b5549bda4924... |
|
epixoip |
Feature Requests
|
2 |
7,853 |
11-19-2012, 07:29 AM |
|
|
Thread: 1/4 cpu cores being used
Post: RE: 1/4 cpu cores being used
i think that's his point, is that it is using 25% cpu when he feels he shouldn't be.
however, in this example he is cracking 13.8 million hashes. and while he didn't paste his command line, he's prob... |
|
epixoip |
Very old oclHashcat-plus Support
|
3 |
7,854 |
04-30-2013, 02:26 PM |
|
|
Thread: Hashcat "Liveview"
Post: RE: Hashcat "Liveview"
HashcatGUI isn't supported here. |
|
epixoip |
General Help
|
5 |
7,857 |
10-22-2014, 09:59 PM |