公开密钥加密的研究与实现
2019-09-02吴海军
吴海军
【摘 要】随着信息社会的发展和电子商务的发展,信息安全越来越成为人们关注的问题,网络上数据传输的安全性成为了人们十分重视和关注的事情,数据加密传输成为了国际上信息领域比较前言的课题。文中以公开密钥加密算法为理论基础,探讨一下在Internet环境下的信息安全问题和实现问题。
【关键词】信息安全;公开密钥;加密传输
中图分类号: TN918.6文献标识码: A文章编号: 2095-2457(2019)10-0226-002
DOI:10.19694/j.cnki.issn2095-2457.2019.10.099
Research and Implementation of Public Key Encryption
WU Hai-jun
(College of Applied Engineering,Henan University of Science and Technology,Sanmenxia Henan 472000,China)
【Abstract】With the development of information society and e-commerce,information security has become a more and more concerned issue.The security of data transmission on the network has become a matter of great importance and concern.Data encryption and transmission has become a topic of comparative foreword in the international information field.Based on the theory of public key encryption algorithm,this paper discusses the information security and implementation in the Internet environment.
【Key words】Information security;Public key;Encrypted transmission
0 序言
虽然密码学有着很悠久的历史,但是复杂度比较高的密码学还是在近代的数学理论尤其是数论出现以后才出现的,而用公开密钥加密的算法则出现的时间就更短,他是1976年Hellman等人才提出了公开密钥加密的算法。现代密码学里面的加密分为两种:一种是对称密钥密码体制加密,另一种是费对称密钥密码体制加密。
对称密钥加密,又称私钥加密,即信息的发送方和接收方用一个密钥去加密和解密数据。它的最大优势是加/解密速度快,适合于对大数据量进行加密,但密钥管理困难。
对称密钥密码体制又称单密钥密码体制,是指加密密钥和解密密钥相同的密码体制。这种密码体制的保密性主要取决于对密钥的保密,其加密和解密算法是公开的。要保证对称密钥密码体制的安全性,其加密算法必须足够复杂,同时其密钥必须保密并且有足够大的密钥空间,从而使得攻击者在截取密文和知道加密算法的情况下,仍然无法还原出明文。最有影响的对称密钥密码体制是1977年美国国家标准局须布的数据加密标准DES。……
