
	Name:Santosh Dwivedi	
	RollNo:03329004
	AssignmentNo:1
	
Analysis of RSA Algorithm based on KeySize and MessageSize

Java source file:		RSA.java
Java Exec:			RSA.class
Script:				script
output files:			Analysis_RSA and Analysis_RSA_millisec
sample key and mesg file:	sample
	
Note: running time required by the script may be 5-15 mins. since it calls the RSA program for all keysize,message size and
      probability factors . the script might be modified by updating its for loops.


conclusions:  Encryption and Decryption time increases with Message Size for a fixed KeySize.
	      Encryption and Decryption time increases with KeySize for a fixed Message Size.
	      	
