BaseCracker icon indicating copy to clipboard operation
BaseCracker copied to clipboard

Add trasformers like `reverse` `to_lower_case`

Open skyf0l opened this issue 2 years ago • 0 comments

Sometimes, cipher is reversed or maybe something else, not just encoded with bases. It can be a good idea to brute-force them too.

But a problem will arise, it can also generate a lot of false positives... It will have to be tested

Tranformers can be:

  • reverse
  • to lower/upper/title case
  • rotate right/left

skyf0l avatar Mar 10 '22 11:03 skyf0l