Posted November 04, 2016
Well currently writing and finishing up a little crypto program, however talking about types of crypto, failures and successes might be interesting.
Some of the more secure encryption used back in WW1/WW2 was the One Time Pad, which was effectively getting a string of characters in a book and doing a lookup table to convert your characters to total garbage. Once you used the characters, you crossed them out or even tore the page burning it, while the other person with the identical book could still decode the message (assuming they got a message encoded with the pad).
In those books you'd get pages of this:
SEYIW TPYNK VRAPP PSNAJ QJRPA
GMKIK RTTML TYFJE WXCEP XYAIU
So following that, if you wanted to cipher out 'Telegraph' (using the codes above and the grid I provided) you'd get SCLKIWSDJ (or simple arithmetic) LIJMCKPNU. Since spaces and other symbols weren't encoded they were simply dropped and you'd get a long string of letters.
Due to automation and computers, encryption has had to take a far more complex level.
Some of the more secure encryption used back in WW1/WW2 was the One Time Pad, which was effectively getting a string of characters in a book and doing a lookup table to convert your characters to total garbage. Once you used the characters, you crossed them out or even tore the page burning it, while the other person with the identical book could still decode the message (assuming they got a message encoded with the pad).
In those books you'd get pages of this:
SEYIW TPYNK VRAPP PSNAJ QJRPA
GMKIK RTTML TYFJE WXCEP XYAIU
So following that, if you wanted to cipher out 'Telegraph' (using the codes above and the grid I provided) you'd get SCLKIWSDJ (or simple arithmetic) LIJMCKPNU. Since spaces and other symbols weren't encoded they were simply dropped and you'd get a long string of letters.
Due to automation and computers, encryption has had to take a far more complex level.