Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 233 Bytes

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