This minor research paper details the algorithm of encoding a text using linguistic knowledge.
Let’s take a function f:A → B , where A is the collection of plain text words, and B is the collection of the encrypted words. We will take for each word in A, a word y from another language. This way “this” is “atunci”, where “atunci” means “then” in Romanian language. The words in the Romanian language corresponding to words in A collection, form the cipher’s key.
The problem of this algorithm is that it is vulnerable to frequency attack Read the rest of this entry »