Free Ssl Certificate



             


Saturday, July 5, 2008

Digital Certificates and Secure Web Access


Digital Certificates and Secure Web Access

Introduction

This paper describes the use of Digital Certificates as a mechanism for strongly authenticating users to web sites where identity information is required. Before the advent of digital certificates the only option for authenticating users to a site was to assign a username and password. Digital certificates on the other hand provide for much more robust access control and have a number of benefits over username and password.

Username and password authentication

Using username and password the process is generally as follows: each time a user wishes to access a web service the user navigates to the site and authenticate themselves to the application using unique username and password. This data is passed to the server (hopefully in an encrypted form), the application looks up the username and the password (or a representation of the password) in some form of access control list and provided the information matches the user is granted access.

This method has some obvious limitations:

* The username and password are passed over the web (encrypted or unencrypted) with the typical security concerns of interception.
* The systems administrator normally has unrestricted access to all usernames and passwords with associated security and liability concerns for the service provider (especially with confidential data)
* The user needs to remember as many usernames and passwords as are required by their applications leading to inevitable support issues to recover lost access data

Digital Certificate Authentication

The typical digital certificate web access process is:

The user navigates to the website. Before allowing access it checks the certificate against the access database. The user enters the password locally to confirming their access right to the certificate and is allowed to the website.

Benefits of certificates over username and password:

* General security is enhanced: the user needs both the certificate itself and the password to the certificate to gain access.
* The password is never passed over the web, not even during account set-up.
* At no stage do systems administrators have access to user passwords.
* The certificate can electronically sign data on the website with the benefit of non-repudiation.
* The user uses one digital identity with one password to access a range of applications (reduces passwords to remember).

Implementing Digital Certificates

All major web servers support client authentication via certificates. An SSL certificate on the web server (to support https) enables configuration of client authentication and only requires specification of the access rights for each directory served by the web server. Amend the web application to support client authentication by certificates. If any code was developed to handle user name and password, then the certificate credentials can be looked up in an access control list in just the same way. Client certificates are issued via a Public Key Infrastructure (PKI) You can choose implement your own or use the services of a Managed Service Provider such as Diginus Ltd.

Wider Use

Once customers or employees have digital certificates, the same certificates can be used to digitally sign email, PDF and web forms and Microsoft Word documents. With a few small steps a corporate website can be transformed into the centre of a powerful web services infrastructure, with single sign on to multiple web applications, signed email and forms data exchange, all the time knowing exactly who is accessing the resources and data.

Jonathan Gay BA(hons) CISA MBCS, is an IS Security professional specialising in identity management and Public Key Infrastructure (PKI) related matters. Jonathan works for Diginus Ltd the e-identity solutions company.

You can contact Jonathan via the Diginus Ltd web site www.diginus.com

Labels: , , , ,

Monday, May 26, 2008

SSL Certificates-What They Are

There is hardly any doubt that the Internet has successfully created new opportunities for e-commerce. However, that expansion has also attracted cyber criminals. This industry is always on the threshold of new threats from hackers. This is where a fraudulent web site impersonating a legitimate business attempts to woo unsuspecting visitors into divulging personal information. Until now we don’t have a solution of this problem, but now we have a wonderful solution in shape of a Secure Sockets Layer.

Secure Sockets Layer which is also known as “SSL certificates” is the standard security technology for establishing an encrypted link between a web server and a browser. This digital certificate is used with the most popular security protocol on the Internet. Without this encryption, packets of data travel networks in full view. Anyone can see the data and manipulate it to imitate other users.

Today maximum e – commerce sites are using this digital certificates to keep secure their customers valuable information. That’s why when we make a purchase on the Web and notice the closed lock icon at the bottom of our browser or the HTTPS:// prefix in the URL, it means now all data passed between the web server and browsers remain private and integral.

Today gaining the trust of online customers is vital for the success of any e-commerce based business. Now any web server company can enable “SSL Certificates” in their web server and secure their data by using four simple steps. These steps are:

1) Obtain SSL Certificate(s),

2) Produce a Certificate Signing Request,

3) Register for a SSL server certificate,

4) Establish the SSL server certificates.

Some time many companies find problem to manage their multiple sub domains security. For them there is another certificate is present which manage secure multiple websites with a single certificate. We call this wildcard certificate. This certificate is a cost effective and well-organized way of securing multiple sub domains without the need to manage multiple certificates. You may get ssl certificates, digital certificates, and verisign certificates from places like http://www.ssl.com , and other sites on the net.

When VeriSign issues an SSL Certificate it acts as a Certification Authority (CA). It digitally signs each certificates. Each browser contains a list of Certification Authorities to be trusted. When the SSL handshake occurs, the browser verifies that the server certificate was issued by a trusted CA.

Deepak

http://www.ssl.com

Labels: , , , , , , ,