In: Computer Science
Digital security is an increasing concern is the Internet age. In order to protect sensitive information online, what are the methods for enhancing digital security? Select one method and describe in detail how it is implemented and how you would implement it to protect your online data.
Some digital security measures are:
Using SSL certificates for websites is a must nowadays.
So what is SSL?
-> SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser(user basically. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is the most widely used protocol for websites and web applications.
What is the benefit of using SSL?
-> SSL allows you to share confidential information like bank account details, passwords, etc securely. If we don't use SSL the data sent is just plain text which has a higher risk of getting misused.
How do you create an SSL connection?
-> To create an SSL connection you buy an SSL certificate from a certification authority such as SSL.com. Your web server will then create 2 keys one public and the other one as private.