ABSTRACT

TLS protocol provides options to the applications for choosing cipher suite among the set of cipher suites. By making our application to choose one of the strongest cipher suite concluded by various cryptanalysis studies, we can make the application secure. We chose TLS_RSA_WITH_AES_128_CBC_SHA256, for our application, grid-user communication so that the communication channel for our request and reply cannot be decrypted easily and also computation for ciphers output can be done in reasonable amount of time. To make the communication secure we should at least use this cipher suite in our application.