1 / 92
文档名称:

毕业设计论文AES加密算法.doc

格式:doc   大小:4,250KB   页数:92页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计论文AES加密算法.doc

上传人:艾米 2022/4/11 文件大小:4.15 MB

下载得到文件列表

毕业设计论文AES加密算法.doc

相关文档

文档介绍

文档介绍:毕业设计论文AES加密算法
XX大学毕业设计(论文)任务书
院(系) 计算机学院 专业 XXXX 班 XX 姓名 XX 学号 XX
(论文)题目: AES加密算法在用户信 年 月 日
AES加密算法在用户信息管理模块中的应用
摘 要
随着信息产业在我国国民经济中扮演越来越重要的角色,信息安全越来越受到重视。信息安全主要是由安全协议和密码算法组成,其中密码算法是信息安全的基础和核心。所以研究和分析当今流行的密码算法对我国的信息安全有很大的意义。而分组密码是现代密码体制发展的两个发展方向之一,它具有速度快、易于标准化和便于软硬件实现等特点,因此在计算机通信和信息安全领域中得到了广泛的应用。
本文首先描述了AES算法的数学基础以及从数学的基础上得出的加密算法的描述。着重介绍了AES加密算法的原理步骤,核心算法主要分为密钥的生成和加密流程循环,其中密钥核心为置换和代替,加密流程循环对State矩阵执行四中不同的操作,在规范中被称为SubBytes(字节替换)、ShiftRows(行移位变换)、MixColumns(列混合变换)和AddRoundKey。其次使用C++将AES加密和解密算法进行实现。由于当今社会人们对信息安全非常重视,所以最后将算法加入到用户信息管理模块中,实现具体的应用。
关键词:信息安全;AES算法;加密;解密;实现;应用
AES Encryption Algorithm In The User Information Management Module
Abstract
With the information industry to play an increasingly important role in China's national economy, information security and more attention. Information security by security protocols and cryptographic algorithms, cryptographic algorithms is the foundation and core of information security. Therefore, research and analysis of today's popular cryptographic algorithms on the information security of our country has great significance. The block cipher is one of the two development directions of the development of modern cryptography, it has a fast, easy standardization and ease of hardware and software, has been widely used in the field of computer communications and information security.
This paper first describes the mathematical basis of the AES algorithm derived from the basis of mathematical description of the encryption algorithm. Highlights the principle steps of the AES encryption algorithm, the core algorithm is divided into key generation and encryption process cycle, the key core replacement and instead, the encryption process cycle State matrix to perform four different operations in the specification The known as SubBytes (byte substitution), ShiftRows (line shift transformation