网站地图| 免费获取|
免费论文网
  • 网站首页|
  • 论文范文|
  • 修改降重|
  • 职称论文|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 原创论文|
  • 开题报告论文
搜索

当前位置:免费论文网 -> 论文下载 -> 论文下载 -> 柜员身份指纹管理系统
行政管理论文范文| 物流管理论文| 人力资源论文| 工商管理论文| 旅游管理| 财管管理论文| 工程管理| 安全管理| 乡镇企业管理| 电视制片管理| 文化产业管理| 物业管理|
工程管理论文| 工商管理论文下载| 信息管理论文| 人力资源论文| 酒店管理| 免费物流论文| 工商管理| 行政管理| 物流专业论文| 免费旅游论文| 行政管理论文| 人力资源|

柜员身份指纹管理系统

本文ID:LW22674 字数: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

柜员身份指纹管理系统由免费论文网(www.jaoyuw.com)会员上传。
原创论文流程 相关论文
上一篇:基于Web网站的网上书店的设计 下一篇:仓库管理系统资料文档
推荐论文 本专业最新论文
Tags:柜员 身份 指纹 管理系统 2011-11-19 09:40:59【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文


免费论文网提供论文范文,论文代发,原创论文

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

Copyright@ 2009-2023 免费论文网 版权所有