论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

柜员身份指纹管理系统

 本文ID:LWGSW18001 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 柜员身份指纹管理系统 (收费:1000 积分)  

论文字数:15541.页数:48

摘要
 随着计算机技术在金融领域应用的不断深化,银行的金融电子化程度越来越高,银行对计算机系统的依赖性越来越大。与此同时,金融领域的计算机的犯罪也出现不断增加的趋势,其中内部人员利用计算机犯罪占有很大的比重。目前银行综合业务系统中,比较常见的有“柜员号+密码”的验证方法和“柜员权限卡+密码”的验证方法,这些柜员身份验证方式均存在较大安全隐患。为此,要用一种更好的验证方法代替以上两种验证方法,这要利用人体指纹的唯一性和不变性原理实现柜员的身份认证,这就是柜员身份指纹管理系统。
 柜员身份指纹管理系统是为满足使用指纹验证柜员身份的需求而开发的指纹身份验证系统,该系统包括指纹服务程序、指纹服务管理程序、指纹客户端管理程序和指纹硬件设备四部分组成:
 指纹服务程序主要负责接受客户端发过来的数据并进行处理、进行指纹比对、验证柜员身份等功能;
 指纹服务管理程序主要有柜员信息查询、交易日志查询、数据库备份和恢复等功能;
 指纹客户端管理程序主要有柜员指纹信息的增、删、改等功能;
 指纹硬件设备负责指纹的采集。
 本文介绍了柜员身份指纹管理系统的概念,产生、定义以及组成部分。介绍了目前各种常见的柜员身份验证方法,分析了这几种方法带来的危害。对柜员身份指纹管理系统进行了模块化分析,对自己研究这个课题所遇到的问题进行了概括。

关键词:柜员身份指纹管理系统,指纹服务程序,指纹客户端管理程序,UNIX

ABSTRACT

With computer technology in the field of application of financial deepening, the bank's electronic financial increasingly, the bank's dependence on computer systems is increasing. At the same time, the financial field of computer crime also rising trend, including the use of computer-related crime within the staff of a large proportion. At present the banking system of integrated services, the more common "+ password teller," the verification method and the "teller access card + password" test methods, such as authentication method teller there are greater security risks. To this end, use a better method of verification instead of the above two methods of verification, which wants to use the only human fingerprint and invariance principle teller to achieve the status of certification, which is teller fingerprint identity management system.
 Teller fingerprint identity management system is the use of fingerprint authentication to meet the needs of the teller as the development of fingerprint authentication system, which includes fingerprint service procedures, fingerprint service management procedures, fingerprints client management procedures and fingerprint hardware devices composed of four parts:
 Fingerprints to accept service of process is mainly responsible for the client over the data and processed for fingerprint matching, the identity verification teller functions;
 Fingerprint service management processes are the main teller information, the transaction log for the database backup and recovery functions;
 Fingerprint client management processes are the main teller by the fingerprint information, delete, change, and other functions;
 Fingerprint hardware devices responsible for collecting fingerprints.
 This paper introduces the teller fingerprint identity management system concept, produced, and an integral part of the definition. On the current common teller authentication methods, these methods of the hazards. The teller fingerprint identity management system for the modular analysis, Research on the subject of their own problems encountered by a general
 .
 
Keywords: Teller fingerprint identity management system, Fingerprint service procedures, Fingerprint client management procedures,UNIX
 
目录
摘要 I
ABSTRACT II
第1章 引言 1
     1.1 背景 1
     1.2 研究内容 2
第2章 柜员身份指纹管理系统 3
     2.1 指纹硬件设备 3
     2.2 指纹客户端管理程序功能说明 4
          2.2.1 系统初始化登陆 5
          2.2.2 指纹管理系统登陆 5
          2.2.3 柜员增加 6
          2.2.4 柜员修改 7
          2.2.5 机构修改 8
          2.2.6 柜员删除 8
          2.2.7 机构统计 9
          2.2.8 系统管理员更换 10
     2.3 指纹服务程序 10
     2.4 指纹服务管理程序 12
          2.4.1 柜员管理 12
          2.4.2 日志管理 13
          2.4.3 数据库备份 14
          2.4.4 数据库恢复 15
第3章 柜员身份指纹验证系统实现原理 16
     3.1 客户端与服务端的交易处理过程 17
     3.2 指纹特征和指纹模版的生成问题 17
     3.3 指纹模版的存储问题 17
     3.4 指纹比对问题 18
     3.5 指纹身份验证系统和银行综合业务系统的关系问题 24
第4章 柜员身份指纹验证系统实现方案 26
     4.1 基于后台指纹数据库和后台比对的实现方案 26
          4.1.1 实现原理 26
          4.1.2 系统层次关系 27
          4.1.3 系统结构 27
     4.2 在指纹服务器上进行比对的实现方案 28
          4.2.1 实现原理 28
          4.2.2 系统层次关系 29
          4.2.3 系统结构 30
     4.3 在指纹验证读写器比对的实现方案 31
          4.3.1 实现原理 31
          4.3.2 系统层次关系 32
          4.3.3 系统结构 33
第5章 整个系统需要解决的主要问题 35
     5.1 系统运行环境问题 35
          5.1.1 UNIX系统环境 35
          5.1.2 UNIX系统下的数据库环境 36
     5.2 指纹数据提取和传输的原理和方法 37
     5.3 MAKEFILE文件编写问题 38
     5.4 配置文件的问题 39
第6章 结束语 40
致谢 41
附录 术语 43


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:仓库管理系统毕业论文 下一篇:基于Web网站的网上书店的设计
Tags:柜员 身份 指纹 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号