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
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
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