RSA Algorithm Implementation for Network Security
- By Kannika Kabilar

Network Security program implementation for data transfer using encryption. The cryptography algorithm consists of public key and a protected private key to encrypt messages. The program utilizes composite numbers with high prime factors, enabling it to encrypt large amounts of data.
Visit my GitHub page to view the source code for this project:
https://github.com/kannikakabilar/NetworkSecurityUsingRSA_Algorithm