摘要
主要针对公开密钥RSA算法在面向对象编程方法Visual C++6.0下的实现,系统地给出了类的定义、核心函数的实现流程和使用的主要计算机算法。使算法实现较传统的实现方法代码更容易重用、数据有更好的封装性和安全性、实现流程更清晰。通过算法的选取和优化,获得了较传统实现方法更好的系统性能。
In the paper the realization of RSA algorithm for public encryption key based on Visual C+ + 6.0 was presented. Class definition, flow charts of kernel functions and the computer algorithm were given. Realization of RSA in OOP makes the code easier to be reused, data encapsulation better and safer, and flow charts clearer than the previous realization methods. By optimized algorithm better system performance than the previous realization methods was obtained.
出处
《安徽理工大学学报(自然科学版)》
CAS
2008年第2期70-72,共3页
Journal of Anhui University of Science and Technology:Natural Science
关键词
公钥
私钥
RSA
面向对象编程方法
public encryption key
private key
RSA; object-oriented programming