Re: A diagonal shift?
Hey doranchak,
I probably need a break from the cipher work. That being said I have some ideas which you could explore.
Instead of information moving horizontally through the ciper normally.
Snake like patterns throughout the whole grid.
Or diagonal transpositions in pairs of two, three, etc.
I probably need a break from the cipher work. That being said I have some ideas which you could explore.
Instead of information moving horizontally through the ciper normally.
- Code: Select all
1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 -
Snake like patterns throughout the whole grid.
- Code: Select all
2 - 3 6 - 7
| | | | |
1 4 - 5 8 - 9
Or diagonal transpositions in pairs of two, three, etc.
- Code: Select all
12
34
56
78
