This small project is designed to brute-force a base64 string that has been lowercased.
This library takes advantage of knowledge understood about the underlying data inside of the lowercased Base64 string in order to determine accurate results in as few guesses as possible.
In the sake of text, it can reduce possible values by checking only valid utf8 encoding and throwing out unlikely characters (such as emojis)