This project is about Java implementation of various algorithms related to Elliptic Curve and its Cryptography (potentially). To get an idea about the subject matter, read these articles on Wikipedia:
http://en.wikipedia.org/wiki/Elliptic_curve
http://en.wikipedia.org/wiki/Elliptic_curve_cryptography
Follow Elliptic Curve Applet
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Elliptic Curve Applet demonstrates how Group Law works on Elliptic Curve. One can search for integer points on a curve given in a generic form, add and multiply several points and see the result. Applet also demonstrates how Elliptic Curve Triangulation works, which is described in authors article: www.matveev.se/math/tec.htm