encryption thoughts
Posted: Fri Dec 16, 2005 3:12 pm
I was doodling as one does. And thought of an encryption method which could be hard to crack.
To simplify it....
the first block would be A to Z in alphabetical order, and underneath would be the same letters but scrambled. So to encode the word DADDY, you look along the topline for the letter D and then look directly beneath to get the encoded letter.
To encode the next letter 'A' you would not use the same block but go to the next block of A-Z and get that encoded letter, which would be a different scramble and so on until you get to the end of the word. All three 'D''s would have different encoded letters because they came from different scrambled blocks ie...
A-Z A-Z A-Z A-Z A-Z
??? ??? ??? ??? ???
The next word would start at block one again. You would need as many A-Z blocks as there are letters in the longest word.
I wonder if this encyption has a name? I am sure it must have been thought of already.
I was going to write a program in PB just for fun.
Anybody have any comments?
Alan
To simplify it....
the first block would be A to Z in alphabetical order, and underneath would be the same letters but scrambled. So to encode the word DADDY, you look along the topline for the letter D and then look directly beneath to get the encoded letter.
To encode the next letter 'A' you would not use the same block but go to the next block of A-Z and get that encoded letter, which would be a different scramble and so on until you get to the end of the word. All three 'D''s would have different encoded letters because they came from different scrambled blocks ie...
A-Z A-Z A-Z A-Z A-Z
??? ??? ??? ??? ???
The next word would start at block one again. You would need as many A-Z blocks as there are letters in the longest word.
I wonder if this encyption has a name? I am sure it must have been thought of already.
I was going to write a program in PB just for fun.
Anybody have any comments?
Alan