0
votes
4answers
165 views

Identifying which “plain text” is in English

I need to identify which text is in English from a list of possible list of plain texts generated from a brute force attack on a cipher text. I am thinking of using frequency distributions of English ...
3
votes
1answer
104 views

Distributing letters

I'm trying to distribute Japanese alphabet characters for scrabble game. Are there any pointers how to do this, the only thing which I know is to make more vowels than consonants. Any ideas?