Articles database
 
 
Web AnyArticles.com
Browse by Category:
  Internet and Businesses Online >
  Subcategories
Affiliate Revenue Affiliate Revenue (725)
Auctions Auctions (490)
Audio Streaming Audio Streaming (59)
Blogging RSS Blogging RSS (535)
Domain Names Domain Names (189)
E Books E Books (244)
Ecommerce Ecommerce (395)
Email Marketing Email Marketing (496)
Forums Forums (81)
Internet Marketing Internet Marketing (1737)
Podcasting Podcasting (59)
PPC Advertising PPC Advertising (461)
Security Security (418)
SEO SEO (1482)
Site Promotion Site Promotion (461)
Spam Blocker Spam Blocker (179)
Traffic Building Traffic Building (621)
Video Streaming Video Streaming (41)
Web Design Web Design (1015)
Web Development Web Development (599)
Web Hosting Web Hosting (413)


  Categories :
 
  Arts and Entertainment
  Automotive
  Business
  Communications
  Computers and Technology
  Finance
  Food and Drink
  Health and Fitness
  Home and Family
  Home Based Business
  Internet and Businesses Online
  Kids and Teens
  Legal
  News and Society
  Recreation and Sports
  Reference and Education
  Self Improvement
  Shopping and Product Reviews
  Travel and Leisure
  Womens Interests
  Writing and Speaking
  Random Category
  Funny stuff
  Cruising
  Funny stuff
Security article : Authentication Methods
 

Internet and Businesses Online > Security > Authentication Methods

0 Reviews [ add review ], Article rating : 0.00, 0 votes. Author : Reggie Andersen

Before authentication methods can be discussed, authentication should be defined. So basically we are deciding whether someone or something is, who or what it is declared to be.

In both private situations and in public Internet usage, authentication is commonly done through the use of logon passwords. Recognition and remembrance of the password is assumed to guarantee that the user is authentic. The Achilles' heel in this system is that transaction passwords can often be stolen, accidentally revealed, or forgotten.

For this reason, Internet business and many other transactions require a sturdier authentication approach. The use of digital certificates issued and verified by a Certificate Authority (CA) as part of a public key infrastructure may become the norm in processing authentication on the Internet.

There are three methods by which a human can authenticate themselves:

1. Something about the user is recognized as unique

2. Something the user possesses is unique

3. Something the user knows (a password or PIN) is unique

Also, a combination of methods is used, e.g., a bank card and a PIN, in which case the term "two-factor authentication" can be used.

In the law enforcement world, fingerprints have been used as the most authoritative method of authentication, but recent ourt cases have doubted their reliability (as have retinal and fingerprint scans).

In the computer environment, cryptographic methods have been developed which are currently very reliable if the user's key has not been compromised.

There are two ways of restricting access to online documents: either by the browser hostname, or by asking for a username and password. Using the browser hostname can restrict the use of documents within a company or group of individuals. However if the people who are allowed to access the documents are in different locations, or the server administrator needs to be able to control access on an individual basis, it is possible to require a username and password before being allowed access to a document. This is called user authentication.

Configuring user authentication requires creating a file containing the usernames and passwords and then telling the server what sectors are to be protected and which users are allowed (after entering a valid password) to access them.

The directives to create the protected area can be placed in an .htaccess file in the directory concerned, or in a section in the access.conf file.

To allow a directory to be restricted within an .htaccess file, one must verify that the access.conf file allows user authentication to be set up in an .htaccess file. This is controlled by the AuthConfig override. The access.conf file should include AllowOverride AuthConfig to allow the authentication directives to be used in an .htaccess file.

To restrict a directory to any user listed in the users file just created, one can create an .htaccess file containing:

AuthName "restricted stuff"

AuthType Basic

AuthUserFile /usr/local/etc/httpd/users

require valid-user

These are but a few online authentication methods because, unfortunately, people still do not trust the Worldwide Web for the safety of their money transactions. With increased trust in the safety of online processing comes benefits for the business owner which include greater profitability and improved business/customer relationships. And benefits for the consumer with more convenient bill payment processing and account access.

Reggie Andersen is a home business office advocate. He recommends persistence and a healthy work environment including a strict schedule, good ethics, fast bandwidth Bandwidth Resources and verifiable authentication methods (For more authentication resources, see: Authentication Methods)


0 Reviews [ add review ], Article rating : 0.00, 0 votes. Author : Reggie Andersen
Rate this story : and read/post review(s)


Article reviews



Post your review
[ Note : no HTML/URLs - will removed automatically ]
Your name
Your comments


More articles from Internet and Businesses Online > Security

Add article | Manage Articles | Top Rated articles | Most Reviewed articles | Contact us | Links