NAME: MallikarjunReddy ROLL: 03329024 MAIL: mallikarjun@it.iitb.ac.in ABOUT ASSIGNMENT: The second question is related to analyzing the performance of RSA algorithm for various keysizes various message sizes. We compute key generation encryption and decryption times for diff keysizes message sizes. The script "RSA_analysis" when run will analyse the RSA algorithm, place the output in the "out" file. In this case the text is AUTOMATICALLY generated so no need for user to enter the text. The program can also be run from command prompt as "java RSA keysize mesgsize probability" I have also provided the SAMPLERUN script to execute the program for sample input and also outputs the encrypted and decrypted data along with the times taken. CONCLUSIONS FROM "ANALYZEDATA" file ___________________________________ 1. For fixed message sizes as the keysize increases keygeneration times, encryption and decryption times increses. the increase is significant for higher values of key sizes. 2. For fixed key sizes as the message size increases encryption and decryption times increses. the increase is significant for higher values of key sizes. 3. With changing probability of finding Prime numbers the encryption and decryption time does not change, the keygeneration time slightly changes.