You must Sign In to post a response.
  • Category: Other Security Issues

    How does encryption ensure the security?

    I have heard many a times that you should encrypt your file to make it secure.
    But how does it work? And how do we implement encryption? How is it that when we implement encryption to our system the system is more secure?
    How can be encrypt a system? What are the tools that are used if any?
  • #25469
    Encryption is a method to secure our data and keep it away from the people whom we do not want to access it. Here data means your personal files, emails, sensitive information shared through internet etc.

    If the data is encrypted and it goes to some wrong hands, they will not be able to make out anything as they will see something gibberish or junk.

    There are many program tools which are used for encryption of files. The most popular are -
    VeraCrypt (Windows/OS X/Linux)
    AxCrypt (Windows)
    BitLocker (Windows)
    GNU Privacy Guard (Windows/OS X/Linux)
    7-Zip (Windows/OS X/Linux)

    These programs are easy to handle and will encrypt the files with a password of your choice and only after giving the password you will be able to open them. These programs store the encrypted files in their own directories and you can drag them from there to windows in the usual ways.

    The level of encryption is also important and more you choose more difficult to break the encryption. The only negative point is if the computer corrupts at any point of time the data is gone for good.

    Knowledge is power.

  • #26511
    Encryption takes plain text, like a text message or email, and scrambles it into an unreadable format — called "cipher text." This helps protect the confidentiality of digital data either stored on computer systems or transmitted through a network like the Internet.


  • Sign In to post your comments