Implementation of ECC Using Socket Programming In Java
Elliptic Curve Cryptography (ECC) has attracted the attention of researchers and developers as it has got robust mathematical structure and higher security compared to algorithms like RSA public key algorithm. It increases the security compared to RSA or at least give comparable security with lesser key size than RSA. This paper shows the implementation of ECC algorithm on a data that is sent from one computer device to another connected through LAN using socket programming in Java.