******************************************************************************** * Mandar Deodhar . Roll no 03329014 * Network security - Assignment 1 * Generation of Public private keys of given length * Encryption, decryption of message. * ******************************************************************************** Run file runme.sh with parameter as keylength such 128 or 256 or whatever. Follow the instructions on the screen. After the execution files like time_* are generated which have time stored for key generation, encryption, decryption. time_generate Generation time time_encrypt Encryption time time_decrypt Decryption time _________________________________________________________________________________ java code is supplied as RSA.java _________________________________________________________________________________ output of sample run of program is given in 'output' file Statistical results of various keylengths, data size, probablity of primeness are given in 'Results.dat' _________________________________________________________________________________ RSA-Tester.sh file generates test data which takes input file to encrypt as parameter. Please delete time_* files beore using this program since results are apended in this file. *********************************************************************************