当前位置:主页 > 科技论文 > 软件论文 >

智能IETM中信息安全管理关键技术的研究与实现

发布时间:2018-06-23 05:32

  本文选题:IETM + RBAC ; 参考:《西安科技大学》2017年硕士论文


【摘要】:信息安全在智能电子交互式技术手册(Interactive Electronic Technical Manual,IETM)系统中是十分重要的,但是针对这个问题的研究还比较少。智能IETM的应用越来越广泛,因此在许多重要领域中,对智能IETM中的信息安全具有较高的要求。本文研究智能IETM中信息安全管理的两个关键技术,主要内容如下:(1)针对用户在权限内访问系统资源的问题,研究了访问控制技术。在IETM系统中运用了基于角色的访问控制模型(Role-Based Access Control,RBAC)。针对RBAC模型存在的局限,从授权方式、主客体粒度、权限继承三方面对其进行了改进。本文用形式化的语言描述了改进的RBAC模型,设计了访问控制流程,实现了智能IETM中RBAC模型的基本管理功能。通过非法访问实验,验证了改进后的RBAC模型在IETM系统中的有效性,确保系统资源受控、合法地被访问。(2)针对数据库中数据易泄露的问题,研究了数据库加密技术。采用了二级密钥管理机制保护密钥安全,并且通过对密文追加字符串的存储方式确保密文的安全。设计并实现了便携式维修辅助设备(Portable Maintenance Assistant,PMA)上禁止数据库文件复制、拷贝的功能,进而保证数据库中数据的安全。测试了数据库加密模块的性能,测试结果表明主密钥更换对系统响应时间性能影响小,工作密钥更换对系统响应时间性能的影响是随着数据量的增加而增加的,密文数据库中插入和读取数据对性能影响较小,达到了设计指标。(3)采用B/S模式、ASP.net框架开发了智能IETM系统,其主要有四个功能模块:浏览子系统、管理子系统、故障维修辅助系统、维修训练辅助系统。对智能IETM中的信息安全管理进行了测试,验证了各个模块功能的正确性。
[Abstract]:Information security is very important in IETM (Interactive Electronic Technical Manual) system, but there are few researches on this problem. The application of intelligent IETM is more and more extensive, so in many important fields, the information security in intelligent IETM has higher requirements. In this paper, two key technologies of information security management in intelligent IETM are studied. The main contents are as follows: (1) aiming at the problem of users accessing system resources within authority, access control technology is studied. Role-Based Access Control (RBAC) is used in IETM system. Aiming at the limitation of RBAC model, this paper improves the RBAC model from three aspects: authorization mode, granularity of subject and object, and privilege inheritance. This paper describes the improved RBAC model in formal language, designs the access control flow, and implements the basic management function of RBAC model in intelligent IETM. Through illegal access experiments, the effectiveness of the improved RBAC model in IETM system is verified, and the system resources are controlled and accessed legally. (2) the database encryption technology is studied in order to solve the problem that the data in the database is easy to leak. A two-level key management mechanism is adopted to protect the security of the ciphertext, and the security of the ciphertext is ensured by storing the string appended to the ciphertext. This paper designs and implements the function of prohibiting the copying and copying of database files on Portable maintenance Assistant (PMA), so as to ensure the security of data in the database. The performance of the database encryption module is tested. The test results show that the change of the master key has little effect on the response time performance of the system, and the effect of the change of the work key on the response time performance of the system increases with the increase of the amount of data. Inserting and reading data in ciphertext database has little effect on performance and achieves the design target. (3) the intelligent IETM system is developed by using the ASP. Net framework of B / S mode, which has four main function modules: browse subsystem, management subsystem, etc. Fault maintenance Auxiliary system, maintenance training Auxiliary system. The information security management in intelligent IETM is tested and the correctness of each module is verified.
【学位授予单位】:西安科技大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TP311.13;TP309

【参考文献】

相关期刊论文 前10条

1 罗钧;赵传智;汪飞;;基于RBAC模型的权限高效管理方法[J];计算机研究与发展;2016年05期

2 赵维;沈凡宇;;基于Web的IETM及其安全保密技术研究[J];装备制造技术;2015年11期

3 贾秀权;李鑫;胡斌;;大型复杂信息化装备军民一体化保障的研究[J];现代电子技术;2013年11期

4 毛熠;陈娜;;MD5算法的研究与改进[J];计算机工程;2012年24期

5 范小康;何连跃;王晓川;刘晓东;林彬;申彤;宋晓虹;;一种基于RBAC模型的角色管理方法[J];计算机研究与发展;2012年S1期

6 刘武;段海新;张洪;任萍;吴建平;;TRBAC:基于信任的访问控制模型[J];计算机研究与发展;2011年08期

7 吴新松;贺也平;周洲仪;梁洪亮;;一个环境适应的基于角色的访问控制模型[J];计算机研究与发展;2011年06期

8 刘洪;陈志勇;杨瑛;;基于GJB6600的IETM创作研究[J];舰船电子工程;2011年05期

9 严骏;苏正炼;凌海风;朱亮;张蕉蕉;;MIS中基于部门和角色的细粒度访问控制模型[J];计算机应用;2011年02期

10 陆洪武;陈建国;王荣颖;;IETM技术发展综述及其特点分析[J];舰船电子工程;2009年07期

相关硕士学位论文 前10条

1 杨阳;基于角色的访问控制改进模型研究与应用[D];西安科技大学;2014年

2 王建;数据库加密系统的设计与实现[D];山东大学;2014年

3 于春慧;交互式电子技术手册系统的研究与设计[D];南京邮电大学;2013年

4 孟凯;数据库加密系统的设计与实现[D];太原理工大学;2012年

5 王劲东;目基于高级数据加密标准AES的数据库加密技术研究与实现[D];西安电子科技大学;2011年

6 杨天贺;基于S1000D规范的IETM的研究与应用[D];南京航空航天大学;2011年

7 李刚彪;数据库加密技术的研究与实现[D];太原理工大学;2010年

8 关尔昱;基于数据库外层加密的数据库加密系统的设计与实现[D];北京邮电大学;2010年

9 成方杰;基于角色的访问控制模型及其在图书管理系统中的应用研究[D];山东大学;2008年

10 李竹;数据库加密技术探讨及其在高校档案数据库中的应用[D];电子科技大学;2008年



本文编号:2056004

资料下载
论文发表

本文链接:https://www.wllwen.com/kejilunwen/ruanjiangongchenglunwen/2056004.html


Copyright(c)文论论文网All Rights Reserved | 网站地图 |

版权申明:资料由用户92fb8***提供,本站仅收录摘要或目录,作者需要删除请E-mail邮箱bigeng88@qq.com