[Discussion] Ideas for (at least one/two) new rules
#1
Wasn't sure about posting it directly at github. I think gathering some ideas in the forum first is a better approach. 

After all these new updates coming with the release of HC 7.0, how about brainstorming for some ideas for new rules?

After years of using rules, or answering questions in the forum, there are some things which pop up frequently. So here are at least one, two suggestions for rules which came to my mind

TOGGLE every xth char: i know this one can be replaced by T@ and maybe can be misleading because of, start with first char of the pass or not, so it think this is not a good example, but the next one could be

Title: Capitalize every first letter in a pass, resetting trigger at non letter chars like space, colons or digits etc.
example: "my first pass" -> " My First Pass", my1first2pass -> My1First2Pass"

Untitle: reverse logic from Title

Most other things frequently asked would involve UTF-8 support or multibyte rules, and i think this is not possible with the actual rules engine, am i right?

Like deleting given words, replacing given words, replacing single chars with words and so on.
Reply
#2
Right but with the new -a8 attack you can do it, since it's freely programmable. So you can do your own rule engine in a8 with advanced logic, and you can vibe code it. It's brand new and not yet documented, but most AIs understand the dummy Rust implementation and can help you to load words from wordlists and do manipulations to them.
Reply
#3
Thanks for the info. One thing more to explore with 7.*
Reply