Name: rika 2011-06-19 18:40
i'm a noob at programming, but i came up with a sort of encryption pattern i want to share (my first time)
Normal
The quick brown fox jumps over the lazy dog
after applying pattern level A
Teh quick brnwo fxo jumps over teh lazy dgo
after applying pattern level B
Teh kciuq brnwo fxo pmujs revo teh yzal dgo
after applying pattern level A2
Teh kciuq brnwo fxo pmujs revo teh yzal dgo (this level is a cross check)
after applying pattern level C
T#h kc*&q brnw( fx( pm&js r#v( t#h yz!l dg(
after applying 4 simple level,
This: The quick brown fox jumps over the lazy dog
became
T#h kc*&q brnw( fx( pm&js r#v( t#h yz!l dg(
now let me explain how each level worked incase someone didn't grasp it.
Level A itself is divided into two levels.
first it checks the sentence for any two letter word, than reverse the letters.
second it check for three letter words and reverses the letters.
but the sentence is pretty much readable at this stage.
level B again like Level A , reverses the 4 and 5 letter words.
Level A2 is a cross check, although it didn't change anything in the above sentence, it checks for any outcoming 2 or 3 letter words after level B is implied. also if someone evem knows how it was encoded , this level make sure , that reversing the encoding method, wont give you 100% accuracy
Level C then changes the vowels with symbols diagnoly
for example see where these two letters are on your keyboard
a --- > !
e -- > #
thats all folks,
this is my first time try with this.. lol
Normal
The quick brown fox jumps over the lazy dog
after applying pattern level A
Teh quick brnwo fxo jumps over teh lazy dgo
after applying pattern level B
Teh kciuq brnwo fxo pmujs revo teh yzal dgo
after applying pattern level A2
Teh kciuq brnwo fxo pmujs revo teh yzal dgo (this level is a cross check)
after applying pattern level C
T#h kc*&q brnw( fx( pm&js r#v( t#h yz!l dg(
after applying 4 simple level,
This: The quick brown fox jumps over the lazy dog
became
T#h kc*&q brnw( fx( pm&js r#v( t#h yz!l dg(
now let me explain how each level worked incase someone didn't grasp it.
Level A itself is divided into two levels.
first it checks the sentence for any two letter word, than reverse the letters.
second it check for three letter words and reverses the letters.
but the sentence is pretty much readable at this stage.
level B again like Level A , reverses the 4 and 5 letter words.
Level A2 is a cross check, although it didn't change anything in the above sentence, it checks for any outcoming 2 or 3 letter words after level B is implied. also if someone evem knows how it was encoded , this level make sure , that reversing the encoding method, wont give you 100% accuracy
Level C then changes the vowels with symbols diagnoly
for example see where these two letters are on your keyboard
a --- > !
e -- > #
thats all folks,
this is my first time try with this.. lol