I was asked to make a software that will encrypt and decrypt a "normal English" text based on letter frequencies.
The question is where do I find some text samples where the official frequencies will match?
So far, I have tried "War and Peace" by Lev Tolstoy, it didn't work well..
LE: I don't need just a list of words, I need a text sample to make some processing.
LE2: The goal is to guess 20 from 26 in a 2000 characters long text.