1、 1 64 位 DES 加密系统设计与实现 摘 要 数据加密技术主要通过对网络中传输的信息进行数据加密来保障其安全性, 是一种主动安全的防御策略。信息技术改变着人们的生活和工作方式,与此同时, 信息安全也已成为世人关注的社会问题。密码技术是信息安全的关键技术,密码算法 的快速实现日益重要,本文简要介绍了 DES 算法的基本原理及具体实现过程,并分析 了该算法的安全性,并着重对 DES 算法的加密过程及优缺点进行了探讨。通过对分 组密码 DES 算法 IP 变换、IP 逆变换、S- 盒换位表的分析, 找出了他们的换位规 则, 根据这种规则提出了对 DES 算法软件实现的改进方法。并结合 C 编程
2、环境,介 绍了 DES 加密程序实现的具体方法。 关键词 DES 加密; C 编程程序实现;算法 2 Abstract The encryption of the data safeguards its security mainly by encrypting the data transmitted by the netwoyrk.This active defensive device can voluntarily offer considerable safety protection for information with only a little cost . Informa
3、tion technology changes our life and work style. At the same time, Information security has become one of our important social problems. Cryptotechnique is the key technique of information security , a quick implementation of cryptographic algorithm has become more and more important.This paper intr
4、oduces the basic elements of DES arithmetic and the realizing process of DES algorithm, analyze the security of DES arithmetic It focuses on the discussion of the encryption process and the pluses and minuses of DES algorithm.。 Through the analysis of DES algorithm, IP commutation, IP- 1 commutation, S- box, find out their replacement rule and put forward the improvement methods of DES algorithm s software realization according to this kind of rule. The concrete method of programming to achieve