Lab expriments and termworks Computer Networks lab Template Title of the experiment Objective of the experiment Brief theory about the experiment Algorithm & Program Sample input/output with calculations if necessary Course Learning Outcome Conclusion References Termwork 1 (not included) Title of the experiment Objective of the experiment Brief theory about the experiment Algorithm & Program Sample input/output with calculations if necessary Course Learning Outcome Conclusion References James F Kurose and Keith W Ross, Computer Networking, A Top-Down Approach, Sixth edition, Pearson,2017 . Larry L Peterson and Bruce S Davie, Computer Networks, fifth edition, ELSEVIER Termwork 2 Title of the experiment
Write a program to implement RSA algorithm Objective of the experiment To implement RSA algorithm To understand the basic concepts of cryptography To understand network encryption Brief theory about the experiment RSA (Rivest-Shamir-Adleman) is one of the first public-key cryptosystems and is widely used for secure data transmission. The algorithm involves three steps: key generation, encryption, and decryption.
...