28-12-2016, 09:21 PM
A while back I counted the letters in vords and also tried to identify the "rhytm" in the words (specific letterpatterns)
needless to say that I failed in finding anything worthwhile.
But, as a mindgame I regularly go over my past theories and think about improvements.
Today I was asking myself this question: Is it possible if you count the letters in every vord, to find a pattern?
This is useful, because when the text contains a cipher, it is very probable that it has a fixed (block) length.
I am talking about the text, not specifically about the labels.
For example:
* every vord has an even amount of letters. like 64246228
* every vord has an odd amount of letters
* every significant vord -length is repeated once like 66 44 22 32648 66 44 21684 22 44
* ...
In order to do this you will have to make decisions on how to count several letters. For example you could count a gallow as 1 or 2 or count Sh as 3 or 1 or 2 etc.
A quick exercise showed me this is not so simple as it looks and should not be waved immediately.
Perhaps there are other possible patterns.
If so, we can try to find a way to rule everything out by writing a method that check every possible method.
needless to say that I failed in finding anything worthwhile.
But, as a mindgame I regularly go over my past theories and think about improvements.
Today I was asking myself this question: Is it possible if you count the letters in every vord, to find a pattern?
This is useful, because when the text contains a cipher, it is very probable that it has a fixed (block) length.
I am talking about the text, not specifically about the labels.
For example:
* every vord has an even amount of letters. like 64246228
* every vord has an odd amount of letters
* every significant vord -length is repeated once like 66 44 22 32648 66 44 21684 22 44
* ...
In order to do this you will have to make decisions on how to count several letters. For example you could count a gallow as 1 or 2 or count Sh as 3 or 1 or 2 etc.
A quick exercise showed me this is not so simple as it looks and should not be waved immediately.
Perhaps there are other possible patterns.
If so, we can try to find a way to rule everything out by writing a method that check every possible method.