Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why is encryption so significant/difficult? [closed]

Tags:

encryption

I'm a total beginner to encryption and I don't really understand anything about it.

Let's say I had a file TOPSECRET.BIN. What if I just:

  • read file byte by byte
  • XOR each byte by 69
  • write "encrypted" data back into file

Sure it's simple, but how is anyone ever going to know how to decrypt that?


1 Answers

The main problem is that your ciphered text will still exhibit the hierarchical structure of the cleartext. So if the cleartext was english text, the same hierarchical structure you see in the english phrases will be in the ciphered message.

like image 88
Anthony Blake Avatar answered May 19 '26 02:05

Anthony Blake



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!