免费获取|
论文天下网
  • 论文天下网 |
  • 原创毕业论文 |
  • 论文范文 |
  • 论文下载 |
  • 计算机论文 |
  • 论文降重 |
  • 毕业论文 |
  • 外文翻译 |
  • 免费论文 |
  • 开题报告 |
  • 心得体会 |

当前位置:论文天下网 -> 论文下载 -> 毕业论文下载

柜员身份指纹管理系统

本文ID:22674 字数:15541.页数:48

下载地址 全文下载链接(充值:¥50.00元) 

点击下载:下载地址 柜员身份指纹管理系统 (收费:5000 积分)  如何获取积分?

论文字数: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

相关论文
上一篇:基于Web网站的网上书店的设计 下一篇:仓库管理系统毕业论文
推荐论文 本专业最新论文
Tags:柜员 身份 指纹 管理系统 2011-11-19 09:40:59【返回顶部】

相关栏目

教育管理论文
汉语言文学
学前教育论文
心理学论文
小学教育论文
现代教育技术
数学与应用数学
数学教育论文
工商管理
人力资源管理
财务会计
法律论文
行政管理论文
物流专业论文
电子商务论文
理工科论文
物理学论文
乡镇企业管理
电视制片管理
文化产业管理
物业管理论文
毕业论文下载
包装工程论文
印刷工程论文
工业工程论文
信息管理论文
生物工程论文
制药工程论文
电子信息工程
通信工程论文
电气工程论文
信息计算科学
药学专业毕业论文


关于我们 | 联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 原创毕业论文

 

论文天下网提供论文检测,论文降重,论文范文,论文排版,网站永久域名WWW.GEPUW.NET

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 893628136@qq.com

Copyright@ 2009-2022 GEPUW.NET 论文天下网 版权所有