- 1、本文档共33页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《计算机安全技术》课程报告模板.doc
《安全技术》课程报告
AES加密技术概述与应用领域概括
《计算机安全技术》课程报告
题 目:AES加密技术概述与应用领域概括
年 级: 2012级1225113004
成 绩:
指导教师: 卢 正 添
提交报告时间: 2015年 6月 2 日
摘要
高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法。这个标准用来替代原先的DES,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。
本文是组织结构如下:
第一章 浅述AES加密技术、发展过程以及AES加密技术的研究意义。
第二章 简单地介绍AES加密技术的必要算法基础。
第三章 对AES算法进行详尽的描述。
第四章 我将介绍AES算法的JAVA实现。
第五章对AES在不同领域(汽车、手机支付、数据库加密)的应用情况进行介绍。
本文旨在理解AES密码体制中加密算法和解密算法的基本原理,并在此基础上对AES在各个不同领域的应用进行介绍,进一步突出计算机安全,信息安全在信息时代的重要性。
Abstract
AES (Advanced Encryption Standard) is called Rijndael Encryption in cryptography. This standard has been introduced to replace the former DES. AES was published by NIST on FIPS PUB 197 in November 26th, 2001 and it became a valid standard in May 25th, 2002.
The organization of the passage is as follows:
Chapter 1: A brief talk in the AES encryption techniques, AES development process and the meaning of the study on AES.
Chapter 2: A brief talk in the necessary algorithm of the AES encryption techniques
Chapter 3: A detailed description of the AES algorithm
Chapter 4: The Java implementation of the AES algorithm
Chapter 5: The introduction of the application of AES in different fields (smartphones, vehicles, electronic systems, mobile payments and data encryption).
The passage is focused on the comprehension of basic principles of the encryption and decryption algorithm in AES and introduces the applications of AES in several different fields which shows the importance of computer security and information safety in the information era.
Key words:
Encryption;
The description of AES algorithm;
The implementation of AES techniques;
The application of AES encryption in different fields
目Abstract 3
Key words: 3
第一章 绪论 5
1.1引言 5
1.2密码学概述 6
1.2.1密码学发展概述 6
1.2.2密码系统的组成 7
1.3高级加密标准(Advanced Encryption Standard)概述 8
1.3.1高级加密标准(AES)发展概述 8
1.3.2高级加密标准(AES)评价 9
第二章 高级数据加密标准(AES)算法基础 11
2.1 AES算法的数学基础 11
文档评论(0)