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 Author [desc] Forum Replies Views Posted
    Thread: TitleCase rule with non-space chars
Post: TitleCase rule with non-space chars

Hi, I need a rule which functions like Code: -- E -- but not only on whitespace. For example, it transforms anything after a character in an upper case: Code: -- my-strong-passwd -> My-Strong-Pa...
cipri_tom hashcat 5 4,807 04-18-2017, 07:54 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

royce Wrote: (04-18-2017, 08:07 PM) -- You can chain a couple of rules together: s-  E s - That's - replace all dashes with spaces - title case - replace all spaces with dashes again -- T...
cipri_tom hashcat 5 4,807 04-18-2017, 10:25 PM
    Thread: TitleCase rule with non-space chars
Post: RE: TitleCase rule with non-space chars

By target character, I guess you mean Space, since that should be the target for `E` (Title) to work. I see what you mean. Sucks. Do you think we should open a issue/feature request for the `e?C` ru...
cipri_tom hashcat 5 4,807 04-19-2017, 12:38 PM