reading notes for code fellows
cryptography is a major part of almost all internet interactions, and as such it is important to understand it.
One of the earliest encryption techniques is the Caesar Cipher, which was invented by Julius Caesar, and is a simple substitution cipher which replaces each original letter with a different letter in the alphabet by shifting it a certain amount. Julius usually used a shift of 3, but if someone who didn’t know that intercepted a message, they would need to attempt to ‘crack’ the cipher. The three main techniques that could be used are:
Encryption is scrambling the data, decryption is recovering the original data using the key, and cracking is uncovering the original data without knowing the key.
How much harder is it to crack a symbol replacement code than a Caesar Cipher?
I think the different types of encryption and decryption through the internet are very interesting. I used to do manual code breaking, and I can’t even imagine how much easier it would be with a computer, but even so it seems like some codes are too tough to crack, even with computer algorithms.