简体   繁体   English

用于可视化和实现椭圆曲线加密的工具

[英]Tools for visualizing and implementing elliptic curve cryptography

I need to create a program which will show how elliptic curve cryptography works. 我需要创建一个程序来显示椭圆曲线加密的工作原理。 I was considering using Java Swing to create the GUI, but the main problem is what tool to use to plot the elliptic curve itself, and how to integrate that with Java Swing. 我正在考虑使用Java Swing来创建GUI,但主要问题是用于绘制椭圆曲线本身的工具,以及如何将其与Java Swing集成。

I would like the plot to be included in the user interface and also allow changes to be made to it. 我希望将绘图包含在用户界面中,并允许对其进行更改。 Can you suggest any tools that would help with this? 你能建议任何有助于此的工具吗?

在屏幕上获取像素(并且仍然利用您的Java体验)的最快方法是使用Processing

您也可以考虑Java函数绘图库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM