Dictionary character limit? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Dictionary character limit? (/thread-6971.html) Pages:
1
2
|
RE: Dictionary character limit? - knightwolf - 11-08-2017 (11-06-2017, 01:11 AM)Tasselhoff Wrote: A quick bash script to cycle through the possibilities could do it if there's only five characters. The secret is a minimum of 8 chars but I appreciate the suggestion. Also - noted: "hashing" not encryption! Got it! RE: Dictionary character limit? - Tasselhoff - 11-10-2017 This might work https://github.com/rhash/RHash/blob/master/bindings/python/rhash.py Other language bindings are available. It's meant to use GPUs http://rhash.anz.ru/changelog.php and allows parallel batches. |