The issues that confront us in relation to securing electronic transactions are : Confidentiality Integrity Availability Authenticity Non-repudiability Auditability Confidentaility Information should be protected from being read by external hackers or unauthorized internal users. It should be also safe while being transmitted on the network and make data unintelligible even if someone gets access to it. The content should be sent deciphered so that none other than the person who has the transformation algorithm can read it. Integrity Sometimes the message might be read and modified on its path. It should be possible to generate an alert on any modification -addition or deletion of the original content. Proper mechanisms are necessary to ensure end-to-end message content and copy authentication. Availability The information that is being stored or transmitted across communication networks should be available whenever required and to whatever extent as desired wi...