This is a test project that everyone can use for free to see if censoring sensitive information (or swear words) would result in too much redaction. SFE: Scunthorpe Frequency Estimation How the project works: - The # of Sensitive Words is how many different words are counted as 'flagged' words, which are words that would get censored. - The Length of the randomly generated string is the string length that the program will use for testing and finding the sensitive word(s). - The Testing Depth is how many different strings will be used in testing. It is cubic, so a testing depth of 25 will really run 25^3 strings, or 15,625. The Flaws in the Beta: - Only approximates redaction using 4-letter strings, which is not in alignment with true redaction - Testing Algorithm may be inefficient - Testing is not fully customizable - et cetera