Is it possible to do web searches for ROT13 text?
I guess you could type in the literal ROT13'd text you're after, but that'd only cover exact matches.
Background: Became curious once I did a ROT13 tweet about a tv program being a mockumentary.
|
Is it possible to do web searches for ROT13 text? I guess you could type in the literal ROT13'd text you're after, but that'd only cover exact matches. Background: Became curious once I did a ROT13 tweet about a tv program being a mockumentary. |
|||||
|
|
One way to get a decent idea whether the text is ROT13 encoded would be to search for common sequences/words. For instance, if you were looking for ROT13 english text you could search for:
which is the top ten english words according to world-english.org:
|
|||
|
|
|
Rot-13 is a simple substitution cipher that can be readily cryptanalyzed, using paper-and-pencil techniques. These techniques would allow you to look for common plaintext words (such as "the", "a", "is", etc. in English) encoded (or enciphered) using Rot-13. Because of the simplicity of the substitution cipher it does not conceal natural language characteristics, such as letter frequency, so you could analyze a page or text looking at the letter frequency of the plaintext natural language (e.g. English, Dutch) as encoded by Rot-13. For example 'e' is the most common letter in English writings, so you would expect 'r' to be the most common letter (on average) of Rot-13 English text. Followed by 'g' (plaintext: t), 'n' (a), and 'b' (o). This would be simple to write a WWW search spider to look for, but somewhat tedious to manually use existing online search engines (i.e. Google, Cuil, or Yebol). |
|||
|
|
|
You can in your defined way. Rot13 have no special characters like base64, or other algorithms, which can define rot13 text. |
|||||
|