Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Creating a secure hash?
Post: RE: Creating a secure hash?
As the competition link shows, the top 3 methods are PBKDF2/RFC2898/PKCS #5, SCRYPT, and BCRYPT.
For PBKDF2, use HMAC-SHA-512 as your hash algorithm, a per-user cryptographically random salt, and u... |
|
Incisive |
General Talk
|
6 |
12,456 |
01-24-2014, 09:50 PM |
|
|
Thread: SQL Server 2014 pw hashes are identical to SQL Server 2012 pw hashes
Post: SQL Server 2014 pw hashes are identical to SQL Ser...
If it matters to anyone else, SQL Server 2014 RTM creates password hashes identical to SQL Server 2012 password hashes.
The archived thread on SQL Server 2012 hashes is at:
https://hashcat.net/foru... |
|
Incisive |
General Talk
|
3 |
9,888 |
04-04-2014, 04:12 PM |
|
|
Thread: SQL Server 2014 pw hashes are identical to SQL Server 2012 pw hashes
Post: RE: SQL Server 2014 pw hashes are identical to SQL...
It's still using the 0x200 identifier; I just double-checked. |
|
Incisive |
General Talk
|
3 |
9,888 |
04-07-2014, 04:23 AM |
|
|
Thread: Why closed source?
Post: RE: Why closed source?
Personally, I would like to thank Atom and all the other contributors to Hashcat for continuing to offer it to the security community for free. That, in and of itself, is both very generous, and very... |
|
Incisive |
General Talk
|
29 |
65,453 |
10-10-2013, 05:04 AM |
|
|
Thread: Workstation GPU support (NVIDIA Quadro, ATI FirePro)
Post: Workstation GPU support (NVIDIA Quadro, ATI FirePr...
I realize it's suboptimal, but work password auditing must be done on work supplied hardware, unfortunately - compliance with corporate standards trumps speed. As long as I can get similar or faster ... |
|
Incisive |
Hardware
|
0 |
4,515 |
02-20-2014, 07:42 PM |
|
|
Thread: mp64: generate total random words
Post: RE: mp64: generate total random words
A couple other random number generators that may be good sources for those that need them:
gpg --gen-random 2
openssl rand |
|
Incisive |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
42,453 |
05-21-2012, 06:09 PM |
|
|
Thread: Markov stats questions
Post: Markov stats questions
First, thank you for implementing Markov mode - even the default oclhashcat-plus 0.14 implementation gets may more hits in the first part of the keyspace than in the last.
I have a few questions ab... |
|
Incisive |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
7,492 |
04-10-2013, 03:33 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?
Finding blank passwords is indeed a feature, and a very important and welcome one!
Not finding any other hashes, however, is a bug :(. |
|
Incisive |
Old hashcat Support
|
5 |
8,980 |
09-27-2012, 05:05 PM |
|
|
Thread: Hashcat 0.41 Combination mode not loading more than one dictionary?
Post: RE: Hashcat 0.41 Combination mode not loading more...
Thank you for informing me! |
|
Incisive |
Old hashcat Support
|
2 |
7,639 |
10-08-2012, 05:23 PM |
|
|
Thread: problems with basic bruteforcing
Post: RE: problems with basic bruteforcing
A few other ways to generate hashes, for any users wanting to make sure their technique is giving the same results as other techniques:
Windows:
Code:
--
copy con password.txt
1234^z
md5sum pas... |
|
Incisive |
Old hashcat Support
|
3 |
6,459 |
04-03-2013, 04:14 PM |
|
|
Thread: Hashcat 0.41 mode 1731 fails?
Post: Hashcat 0.41 mode 1731 fails?
On hashcat 0.41 I'm not getting successful results (except with an apparent blank password) with -m 1731 on either your example hashes or even my own tests.
Intel Core i7-2600
Code:
--
hashca... |
|
Incisive |
Old hashcat Support
|
5 |
8,980 |
09-26-2012, 05:40 PM |
|
|
Thread: Hashcat 0.41 Combination mode not loading more than one dictionary?
Post: Hashcat 0.41 Combination mode not loading more tha...
Trying to crack two-word passwords with hashcat seems to have an issue in 0.41 (oclhashcat-plus worked fine, by the way) - it's only loading one dictionary and then combining that dictionary with itse... |
|
Incisive |
Old hashcat Support
|
2 |
7,639 |
10-05-2012, 10:54 PM |
|
|
Thread: Best long brute-force masks
Post: RE: Best long brute-force masks
Here's a sample of some brute force rules I use as "starters" - a few date and phone number format based ones, some statistically generated per-position sets, and a few basic keywalking rules, with DO... |
|
Incisive |
Old oclHashcat Support
|
4 |
18,277 |
01-24-2014, 10:08 PM |
|
|
Thread: Best long brute-force masks
Post: RE: Best long brute-force masks
Thank you for the reminder; I need to look that up! |
|
Incisive |
Old oclHashcat Support
|
4 |
18,277 |
01-27-2014, 06:12 AM |
|
|
Thread: version `GLIBC_2.14' not found (required by ./cudaHashcat64.bin)
Post: RE: version `GLIBC_2.14' not found (required by ./...
For those of us trying to use Debian Wheezy, is there a simple way of satisfying the dependency? I don't get into testing packages often. |
|
Incisive |
Old oclHashcat Support
|
9 |
34,153 |
07-22-2014, 05:25 AM |
|
|
Thread: Operating Systems used by hashcat users
Post: RE: Operating Systems used by hashcat users
forumhero Wrote: (06-08-2012, 02:30 AM)
--
i use both windows and linux
--
+1 - I use Windows (7 Home Premium, 7 Pro)/ATI, Linux (Debian Squeeze, Backtrack 5R2)/ATI, Windows/NVIDIA, and Linux/NVIDI... |
|
Incisive |
Organisation and Events
|
10 |
28,235 |
06-08-2012, 04:37 AM |
|
|
Thread: hashcat-gui v0.5.0
Post: RE: hashcat-gui v0.5.0
Thank you very much for continuing to update the GUI! I've found it exceedingly helpful, both to actually run the hashcat programs easily, and to generate the command lines for later regression tests... |
|
Incisive |
Very old hashcat-GUI Announcements
|
5 |
36,814 |
01-16-2012, 05:34 PM |
|
|
Thread: oclHashcat-plus v0.06
Post: RE: oclHashcat-plus v0.06
Thank you very much for including the two MSSQL modes; those will be extremely useful for dictionary based password cracking of SQL Server passwords! |
|
Incisive |
Very old oclHashcat-plus Announcements
|
17 |
65,576 |
09-20-2011, 06:01 PM |
|
|
Thread: oclHashcat-plus v0.08
Post: RE: oclHashcat-plus v0.08
Thank you very much for the new release; in particular, the new EULA is very generous on your part, given how much time you put into hashcat. I'll be passing the information on the new EULA along to ... |
|
Incisive |
Very old oclHashcat-plus Announcements
|
15 |
58,070 |
05-04-2012, 05:51 AM |
|
|
Thread: oclHashcat-plus v0.13 and oclHashcat-lite v0.14
Post: RE: oclHashcat-plus v0.13 and oclHashcat-lite v0.1...
Dolphin Wrote: (02-02-2013, 01:19 PM)
--
I'm personally seeing a slight decrease in performance when upgrading to Catalyst 13.1 (up to 15% on some algorithms) but that's not really a reason to compla... |
|
Incisive |
Very old oclHashcat-plus Announcements
|
35 |
88,966 |
02-04-2013, 08:36 PM |