基于android系统手机隐私的保护软件设计与实现

阅读: 评论:0

分类号密级
UDC注1
学位论文基于Android系统的手机隐私保护软件
设计与实现
(题名和副题名)
钱晶晶
(作者姓名)
指导教师曹宗杰副教授
脚手架网电子科技大学成都
贺远毅副教授
南京炮兵学院南京
(姓名、职称、单位名称)
申请学位级别硕士专业学位类别工程硕士
工程领域名称软件工程
提交论文日期2014年3月论文答辩日期2014年5月
学位授予单位和日期电子科技大学2014年06月25日答辩委员会主席
评阅人
注1:注明《国际十进分类法UDC》的类号。
DESIGN AND IMPLEMENTATION OF PHONE
PRIVACY PROTECTION SYSTEM BASED ON
ANDROID
A Doctor Dissertation (Master Thesis or Master Research Report)Submitted to
氨分解制氢
University of Electronic Science and Technology of China
钢水取样器Major: Software Engineering
Author: Qian Jing-Jing
Advisor: Cao Zong-Jieaa183
School : School of Electronic Engineering
独创性声明
本人声明所呈交的学位论文是本人在导师指导下进行的研究工作及取得的研究成果。据我所知,除了文中特别加以标注和致谢的地方外,论文中不包含其他人已经发表或撰写过的研究成果,也不包含为获得电子科技大学或其它教育机构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示谢意。
作者签名:日期:年月日
论文使用授权
本学位论文作者完全了解电子科技大学有关保留、使用学位论文的规定,有权保留并向国家有关部门或机构送交论文的复印件和磁盘,允许论文被查阅和借阅。本人授权电子科技大学可以将学位论文的全部或部分内容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存、汇编学位论文。
(保密的学位论文在解密后应遵守此规定)
作者签名:导师签名:
日期:年月日
摘要
摘要
随着电子科技的迅猛发展,手机已经不局限于基本的通话短信功能,当下手机的功能已经越来越强大,越来越智能了。根据最新的调查显示,智能手机已经全面占领了市场份额。传统手机市场份额越来越小,已经不再被广大使用体所接受了。随着手机的普及,已经成为了人们日常的生活必需品,但是,手机上安装了很多应用程序之后,必然带来了一些安全问题。有时候我们会在自己的手机上阅读文档、信息,使用应用软件,进行办公、商务、付款、通讯等功能,手机已经成为了我们日常生活
中一个必不可少的东西。随着3G的技术的广泛应用,和4G技术的发展,使得智能手机得到广泛的应用,就像无论在哪儿,你都可以发现基本上人人都在玩着自己的手机,用来上网,查询等等。这些环节中必然会存在一些不安全因素,导致手机文档存在很大安全风险,因此,急需研究适合手机文档的保护技术来解决这类问题,而且不能影响用户的使用快乐。
现在,透明加密技术已经在Windows平台上得以实现,其工作在Windows 的底层和用户层。通过监控应用程序对文件进行操作,在打开文件时候自动对文件进行解密,在写文件的时候将文件进行加密,写入硬盘中。一般情况下,用户采用的透明加密技术就是钩子技术,即利用HOOKER API对打开和关闭文件的动作进行侦测拦截,而内核层采用的是进行文件过滤驱动的加密。
本文的工作内容是根据国内外加密算法的研究现状,重点是实现加密系统在Android上的实现。由于需要改动Android的内核设计,所以如何做好与原版本的兼容,让用户能够享受与原版本一样的体验效果,追求更加人性化的设计,是我们迫切需要解决的问题。钩子加密技术和过滤驱动加密技术。通过对已有加密算法的一个研究:对称加密算法、非对称加密算法和HASH算法,分析了其特点和其缺陷。这是为了下面的开发做准备。在已有的加密基础上,通过钩子透明加密技术,针对应用的需求,进行建模,设计数据库,用户的操作流程等等一系列的工作。
分级授权
关键词:Android,透明加密,移动终端,软件工程
ABSTRACT
ABSTRACT
物理教具制作
With the rapid development of electronic technology, the mobile phone is not limited to basic call functions. The moment the phone's functions have become increasingly powerful, more intelligent. According to the latest survey, the smart phone has been fully occupied the market share. Smaller traditional mobile phone market share is no longer accepted by the majority of the user groups. With the popularity of mobile phones, smart phones have become the people's daily necessities. However, on the phone after installing a lot of applications, will inevitably bring some security problems. Sometimes we read the documentation, information, application software on their mobile phones, conducted office, business, payment, communications and other functions. Mobile phones have become an essential in our daily life things. With the wide application of 3G technology and 4G technology, making smart phones are widely used. Like no matter where it is, you can find basically everyone playing their phones for Internet access, query, and so on. These aspects will inevitably have some insecurity, and there is a big security risk leading to cell phone documentation. Therefore, the urgent need to study the document protection technology for mobile phones to solve such problems, and can’t affect the user's pleasure to use.
Now, transparent encryption technology has been implemented on the Windows platform, and its work on the underlying Windows and user layers. By monitoring applications to manipulate files, open the file when the file is automatically decrypted when writing files to encrypt files written to the hard disk. Under normal circumstances, transparent encryption technology is used in hook technology, namely the use of HOOKER API to open and close files action for detection interception. The core layer is used for file encryption filter driver.
Work content of this paper is an encryption algorithm based on current research, the focus is to achieve the encryption system implemented on the Android. As the need for changes to the Android kernel design, so how do compatible with the original version, so users can enjoy the same experience with the original version of the effect, the pursuit of a more user-friendly design, is that we urgently need to address the problem. Hook filter driver encryption technology and encryption technology. Through a study of the existing encryption algorithms: symmetric encryption algorithms,

本文发布于:2023-06-30 06:54:29,感谢您对本站的认可!

本文链接:https://patent.en369.cn/patent/2/158019.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:进行   手机   学位   文件   电子科技   使用   大学
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 369专利查询检索平台 豫ICP备2021025688号-20 网站地图