![]() |
Visitor Login |
|---|---|
Information SecurityHave you ever wondered where your credit card information goes after you submit it to pay for an online purchase? Although you may think that the data goes directly to the merchant, as it passes over the Internet it actually travels through intermediary networks before it reaches its targeted location. As a result, the Internet is often referred to as an ‘open’ system. Due to the open nature of the Internet there is increased security risk. For instance, when customers provide their credit card information over the Internet to purchase online, this data is at risk of being intercepted as it travels from a customer’s site to the merchant’s site. If the data is intercepted the order can be stopped, the payment information can be altered or someone other than the cardholder can use the credit card information. Six main security elements are required in an E-commerce transaction. From a consumer’s perspective, they are as follows:
ENCRYPTIONTo aid in the process of effectively protecting data as it is transmitted over the Internet, encryption techniques are available. Encryption is the transformation of data into unreadable code that is not easily interpreted. Two common encryption techniques include private (secret/symmetric) key and public (asymmetric) key cryptography. Private Key CryptographyIn private key encryption, both the merchant and consumer share a private key that is used to encrypt and decrypt data. Private key systems are simpler and faster. The main drawback is the distribution and management of the keys. Imagine having thousands of customers who require their own key. You would need to devise a method that ensures each person receives a key and that the key is managed appropriately. Hence, private key systems are best for small networks where the parties know each other and can trust each other with the keys.
Public Key CryptographyPublic key encryption uses two keys - a public key that encrypts the message and a private key that decrypts the message. Both the consumer and merchant would have their own pair. The public key is stored in a key repository with a certification authority (trusted third party) and is publicly available, while the private key is retained by the user. For instance, a customer uses his or her credit card to make an online purchase. The merchant’s public key is used to encrypt the customer’s credit card information. When the merchant receives the encrypted data it is decrypted with the merchant’s private key. The main advantages of a public key system are that it supports digital certificates and digital signatures, and it provides all security elements required for an E-commerce transaction. The main disadvantages are that it uses more computer resources than private key cryptography, which means it is slower, and it is more costly to implement. |
|
|
  | ||||||
|   |