摘要
RSA算法是目前应用最广泛的公钥加密方法,它的安全性依赖于大素数因式分解的困难性。对于普通的应用系统来说,效率也是不容忽视的。本文对生成密钥过程中所需参数进行分析和讨论,并结合实例对RSA公钥加密算法进行了C语言的实现。
The RSA algorithm is the broadest applied public key cryptosystems at present.Its security is dependent on big prime number factorizations difficulty.As for average application system,efficiency is also not to admit ignoring.The article comes true to generating what secret key process middle requires a parameter to carry out analysis and discuss that,and having carried out whit C programming language on public RSA key encryption algorithm combining with an example.
出处
《网络安全技术与应用》
2007年第6期88-91,共4页
Network Security Technology & Application
关键词
公钥密码
RSA算法
加密
C语言
Public Key Cryptosystems
RSA algorithm
Encrypt
C programming Language