How Does Encryption Work? Explained

  • Thread starter Thread starter physics kiddy
  • Start date Start date
  • Tags Tags
    Encryption Works
AI Thread Summary
Encryption serves to protect data from unauthorized access, particularly in scenarios such as theft of devices like laptops, where unencrypted files can expose sensitive personal information. The Compress or Encrypt attributes in folder properties allow users to encrypt data directly on their devices, ensuring that even if someone gains physical access, they cannot read the contents without proper authorization. Online encryption, on the other hand, is crucial for securing communications against eavesdropping, particularly over the internet. Secure websites utilize asymmetric encryption for key exchange, allowing for secure symmetric encryption of data. This process ensures that even if communications are intercepted, the contents remain unreadable to unauthorized parties.For those interested in encrypting personal files, tools like Truecrypt offer robust solutions, enabling users to encrypt entire hard drives with strong passphrases to withstand even sophisticated attacks. Understanding the basics of encryption and its applications is essential for maintaining data security in both personal and online contexts.
physics kiddy
Messages
135
Reaction score
1
I read about methods of encryption and I guess that they work only when you are online. But, I was astonished to see Compress or Encrypt attributes in Properties --> General --> Advanced. Please explain what's the need of encrypting any folder and what happens when a folder is encrypted. Frankly saying, I could see nothing except the name of the folder written in green text when I try to encrypt any folder.
 
Computer science news on Phys.org
Encryption is a huge subject. In addition, you seem to be asking why bother with encryption rather than how it works. As for why, the reason is simply to prevent others from viewing your data. A common example would be if someone steals your laptop. If your files are unencrypted then the thief will have access to a variety of personal data, some of which could be very valuable.

You mention online, which implies totally different types of encryption. In the case of online communications, the encryption is used to protect communications from eavesdropping. In general you should assume that your internet connection can be monitored by anyone with sufficient motivation to do so. By encrypting your data you ensure that even if they can see the communications that can't actually read the contents.

An interesting question is how can you communicate securely with someone you've never met, or exchanged a password with, while a hostile third party watches all your communications. At first this may seem impossible, but it is not. Every time you connect to a secure website (one that starts with https) you and that site are exchanging keys in a way that a eavesdropper can't see. This is done by asymmetric encryption (aka public key encryption), and is generally slower and less secure than symmetric (aka normal encryption). Therefore, the asymmetric encryption is used only to exchange a random key so that symmetric encryption can then be used. This is called key exchange, and is quite interesting (at least to me):
http://en.wikipedia.org/wiki/Key_exchange"

If you are interested in learning more about how encryption works, I highly recommend this guide:
http://www.moserware.com/2009/09/stick-figure-guide-to-advanced.html"

It is split into 4 sections, starting quite basic, and finally going into quite a bit of detail.

If you are interested in encrypting your personal files a program called Truecrypt is free/open source, and quite good. You can encrypt your entire hard drive so that you need to enter a password to access it. If you use a strong passphrase the encryption will hold up against the strongest known attacks (that is, even if a government wants your files they will be unlikely to crack it, of course there are http://xkcd.com/538/" ).
http://www.truecrypt.org/"
 
Last edited by a moderator:
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...

Similar threads

Back
Top