优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于安卓Android手机的AES算法加密系统的设计

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于安卓Android手机的AES算法加密系统的设计(任务书,开题报告,论文10800字,程序代码)
摘  要
随着对称密码的不断发展,DES数据加密标准算法的密钥长度较小(56位),已经不适应当今分布式开放网络对数据加密安全性的要求,因此1997年NIST公开征集新的数据加密标准,即AES。经过三轮的筛选,比利时Joan Daeman和Vincent Rijmen提交的Rijndael算法被提议为AES3的最终算法。此算法将成为美国新的数据加密标准而被广泛应用在各个领域中。总体来说,AES作为新一代的数据加密标准汇聚了强安全性、高性能、高效率、易用和灵活等优点。
随着智能手机的普及,android手机也成为手机市场的主流,android手机上的应用也在不断地增加,伴随着而来的是手机的安全问题不断地得到人们的重视,安装手机时请求一些权限,应用就能访问用户的联系人,手机短信,甚至是手机的文件,仅仅是设置一个密码只能阻止其他人来读取用户的信息,但对于其他软件却没有效果。这个系统的作用就是为了阻止其他应用访问你的手机上的加密联系人,加密短信,以及加密的文件,保障用户信息安全。
关键词:AES;Android;手机联系人;短信;文件
Abstract
With the continuous development of symmetric cipher and des data encryption standard algorithm key length smaller (56), already did not adapt to today's open distributed network of data encryption security requirements, so NIST 1997 public collecting new data encryption standard, the AES[1]. After three rounds of screening, the Belgian Daeman Vincent and Rijmen Rijndael submitted the Joan algorithm is proposed as the final algorithm for AES3. This algorithm will become the new data encryption standard in the United States and is widely used in various fields. Overall, AES as a new generation of data encryption standard brings together the advantages of strong security, high performance, high efficiency, easy to use and flexible. [资料来源:http://think58.com]
With the popularity of smart phones, Android phone has become the mainstream of the mobile phone market, Android phone application is increasing constantly, with is the security issue of mobile phones continue to get people's attention, when installing the phone request some privileges, can be used to access the user's contacts, SMS, and even mobile phone file, just set a password can prevent other people to read the user's information, but for other software has no effect. The role of this system is to prevent other applications to access your phone's encrypted contacts, encrypted messages, as well as encrypted files, to protect users' information security.
Key words: AES; Android; mobile phone contact; SMS; file
功能需求
可在Android手机运行的AES算法加密系统,主要运用Eclipse、SDK开发环境,针对手机中的短信、联系人和文件夹等用户隐私信息进行加密和解密软件的设计。
  [资料来源:http://www.THINK58.com]

基于安卓Android手机的AES算法加密系统的设计
基于安卓Android手机的AES算法加密系统的设计
基于安卓Android手机的AES算法加密系统的设计
基于安卓Android手机的AES算法加密系统的设计


目录
第1章 绪论    1
1.1 课题意义    1 [资料来源:THINK58.com]
1.2 国内外研究现状    1
第2章 需求分析    2
2.1 设计目的    2
2.2 功能需求    2
2.3 可行性分析    2
2.3.1 技术可行性    3
2.3.2社会可行性    3
第3章 系统设计    4
3.1 Aes算法概述    4
3.1.1 AES介绍    4
3.1.2 AES和DES的比较    4
3.2手机通讯设计    5
3.2.1 SQLITE介绍    6
3.2.2设计通讯录界面    6
3.2.3 通讯录数据库表的建立    7
3.2.4通讯录功能    8
3.2.5通讯录功能分析    9
3.2.6 短信加密流程图    10
3.3短信加密功能    10
3.4文件管理器    11
3.4.1功能    11
第4章 系统详细设计    12
4.1 Aes算法的实现    12
4.2 Aes加密手机联系人    12

[资料来源:www.THINK58.com]

4.2.1手机通讯录的实现    12
4.3文件管理器    13
4.3.1显示指定目录函数的内容    13
4.3.2 重命名文件    13
4.3.3 删除文件    14
4.3.4粘贴文件    14
4.3.5搜索文件    14
4.3.6广播接收器    14
4.3.7文件管理器详细设计    14
第5章 总结与展望    16
致谢    17
参考文献    18
 
[来源:http://think58.com]