Paper Title
Supportive Security for Data Being Transmitted Over SSL/TLS

Abstract
The aim is to develop a mechanism by which we can provide additional security to the data being transmitted over secure socket layer (SSL) or transport layer security (TLS). SSL or TLS establishes a secured, bidirectional tunnel for arbitrary binary data between two hosts. The data which is being transmitted over network via SSL is encrypted before sending and is decrypting after receiving. So the idea for implementing this is to use some specific encryption standard for performing the encryption and decryption from the client and server. The public key cryptosystem is used to avoid the complexity of key exchange, and the algorithm used is RSA (Rivest, Shamir, Addleman). Keywords— Information Security, Attack, Secure Socket Layer(SSL), Transport Security Layer(TLS), Encryption, Decryption.