sudocode1 / bruteforce

Brute force a string in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bruteforce

Brute force a string in C++.

How it works

  • Takes input from user through the terminal
  • Brute forces it
  • Character max is string length + 5
  • Uses characters a-z and whitespace
  • Uppercase characters are excluded

About

Brute force a string in C++.

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%