指纹识别的银行卡业务系统
随着时代的进步和信息技术的发展,银行卡系统方面的漏洞越来越突出。诸多由于密码泄露,身份证泄露出现的现金丢失现象层出不穷。指纹由于具有唯一性和稳定性已成为现在社会身份认证的常用手段。本系统在基本的银行卡业务系统的基础上,增加了指纹识别认证功能,使得客户既可以使用密码操作,也可以使用指纹操作[1],使得用户资金能够得到更安全的保障。相信基于指纹识别的银行卡业务系统将来会成为银行卡的主流方式。
目录
1背景与意义 2
1.1 选题背景 2
1.2 课题的意义 2
1.3 指纹识别技术研究现状 2
2关键技术介绍 3
2.1 指纹相关技术 3
2.1.1 指纹图像获取 3
2.1.2 指纹图像处理 3
2.1.3 指纹特征提取 3
2.1.4 指纹对比技术 4
2.2 系统关键技术 4
2.2.1 系统总述 4
2.2.2 开发工具 4
2.2.3 Windows应用程序技术分析 7
3系统的分析与设计 8
3.1 系统研究目标 8
3.2 系统总体框架设计 8
3.3 系统功能结构 8
3.4 系统ER图 8
3.5 ER图向关系模型转换中应用规则: 10
4逻辑结构设计 11
4.1 关系模式设计与优化分析 11
4.1.1 关系模式设计 11
4.1.2 数据库各表的设计 11
4.2 数据关系依赖 13
5 数据库和用户模块设计 13
5.1 数据存放位置 13
5.2 模块设计 13
5.2.1 指纹识别模块 13
5.2.2 用户模块 14
5.3.3 管理员模块 14
5.3.4 模块之间的消息通信 14
5.4 功能模块详细设计 15
5.5 模块关键伪代码 16
5.5.1 管理员模块 16
5 *好棒文|www.hbsrm.com +Q: ^351916072#
.5.2 员工模块 16
6 系统测试与运行 17
6.1 软件测试的目标 17
6.2 软件测试的过程 17
6.2.1 测试用户登录是否成功 17
6.2.2 测试指纹登录 17
6.2.3 测试用户功能界面 17
6.2.4 测试管理员功能界面 17
6.2.5 用户退出系统的测试 17
6.2.6 测试密码更改 17
6.3 系统错误处理测试 18
6.4 系统安全性分析 18
6.4.1 系统安全维护 18
6.5 本程序运行情况 18
6.6 用户使用和系统维护说明 20
6.6.1 用户使用说明 20
6.6.2 系统维护说明 20
7 结束语 21
致谢 21
参考文献 21
基于指纹识别的银行卡业务系统
网络工程专业 管亚伟
指导教师 沈毅
Bank Card Business System Based On Fingerprint Identification
Student majoring in Network engineering Guan Yawei
Tutor Shen Yi
Abstract:With the progress of era and the development of information technology, the vulnerability of bank card system appears more and more prominent. Since many password leak, id leak cash leakage phenomenon emerge in endlessly. Now because of the uniqueness and stability of fingerprint ,it has become a common ways of social identity. On the basis of the basic system of bank card business, this system strengthen the function of fingerprint identification authentication. It makes the customer not only use cryptographic operations,and also use the fingerprint operations, it makes the money of user security. I believe that the bank card business system based on fingerprint identification will become the mainstream in the future .
Key words: fingerprint identification;bank card business system;the identity authentication
引言 随着经济和信息技术的快速发展,人们在逛街购物时越来越喜欢采用方便快捷的银行卡支付。银行卡支付几乎已经渗漏到人们生活的方方面面,银行的金融电子化程度越来越高,银行对计算机系统的依赖性就越大。在我们享受银行卡带来的方便快捷的同时,也要承担更多的风险。这就迫切要求一种更为安全的身份认证机制,而指纹识别由于其普遍性、唯一性、不变性、可采集性已成为身份认证的常用手段。在指纹的传统市场,如指纹考勤、指纹门锁等均保持良好的发展势头。并且在金融、交通、电子商务等领域,指纹识别产业发展迅速,这也是指纹识别应用创新的最大亮点。[2]
1背景与意义
1.1 选题背景
随着计算机网络的迅速发展和银行卡功能的日益完善,银行卡日益成为人们生活中不可缺少的一部分。从简单的存款、取款发展到几乎涉及到所有的金融产品,特别是各种金融创新工具,并与各种非金融机构的产品相结合,并在地域上逐步扩展,由国内走向国际,为持卡人提供多方位、全球化、综合性的服务。
目录
1背景与意义 2
1.1 选题背景 2
1.2 课题的意义 2
1.3 指纹识别技术研究现状 2
2关键技术介绍 3
2.1 指纹相关技术 3
2.1.1 指纹图像获取 3
2.1.2 指纹图像处理 3
2.1.3 指纹特征提取 3
2.1.4 指纹对比技术 4
2.2 系统关键技术 4
2.2.1 系统总述 4
2.2.2 开发工具 4
2.2.3 Windows应用程序技术分析 7
3系统的分析与设计 8
3.1 系统研究目标 8
3.2 系统总体框架设计 8
3.3 系统功能结构 8
3.4 系统ER图 8
3.5 ER图向关系模型转换中应用规则: 10
4逻辑结构设计 11
4.1 关系模式设计与优化分析 11
4.1.1 关系模式设计 11
4.1.2 数据库各表的设计 11
4.2 数据关系依赖 13
5 数据库和用户模块设计 13
5.1 数据存放位置 13
5.2 模块设计 13
5.2.1 指纹识别模块 13
5.2.2 用户模块 14
5.3.3 管理员模块 14
5.3.4 模块之间的消息通信 14
5.4 功能模块详细设计 15
5.5 模块关键伪代码 16
5.5.1 管理员模块 16
5 *好棒文|www.hbsrm.com +Q: ^351916072#
.5.2 员工模块 16
6 系统测试与运行 17
6.1 软件测试的目标 17
6.2 软件测试的过程 17
6.2.1 测试用户登录是否成功 17
6.2.2 测试指纹登录 17
6.2.3 测试用户功能界面 17
6.2.4 测试管理员功能界面 17
6.2.5 用户退出系统的测试 17
6.2.6 测试密码更改 17
6.3 系统错误处理测试 18
6.4 系统安全性分析 18
6.4.1 系统安全维护 18
6.5 本程序运行情况 18
6.6 用户使用和系统维护说明 20
6.6.1 用户使用说明 20
6.6.2 系统维护说明 20
7 结束语 21
致谢 21
参考文献 21
基于指纹识别的银行卡业务系统
网络工程专业 管亚伟
指导教师 沈毅
Bank Card Business System Based On Fingerprint Identification
Student majoring in Network engineering Guan Yawei
Tutor Shen Yi
Abstract:With the progress of era and the development of information technology, the vulnerability of bank card system appears more and more prominent. Since many password leak, id leak cash leakage phenomenon emerge in endlessly. Now because of the uniqueness and stability of fingerprint ,it has become a common ways of social identity. On the basis of the basic system of bank card business, this system strengthen the function of fingerprint identification authentication. It makes the customer not only use cryptographic operations,and also use the fingerprint operations, it makes the money of user security. I believe that the bank card business system based on fingerprint identification will become the mainstream in the future .
Key words: fingerprint identification;bank card business system;the identity authentication
引言 随着经济和信息技术的快速发展,人们在逛街购物时越来越喜欢采用方便快捷的银行卡支付。银行卡支付几乎已经渗漏到人们生活的方方面面,银行的金融电子化程度越来越高,银行对计算机系统的依赖性就越大。在我们享受银行卡带来的方便快捷的同时,也要承担更多的风险。这就迫切要求一种更为安全的身份认证机制,而指纹识别由于其普遍性、唯一性、不变性、可采集性已成为身份认证的常用手段。在指纹的传统市场,如指纹考勤、指纹门锁等均保持良好的发展势头。并且在金融、交通、电子商务等领域,指纹识别产业发展迅速,这也是指纹识别应用创新的最大亮点。[2]
1背景与意义
1.1 选题背景
随着计算机网络的迅速发展和银行卡功能的日益完善,银行卡日益成为人们生活中不可缺少的一部分。从简单的存款、取款发展到几乎涉及到所有的金融产品,特别是各种金融创新工具,并与各种非金融机构的产品相结合,并在地域上逐步扩展,由国内走向国际,为持卡人提供多方位、全球化、综合性的服务。
版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/jsj/jsjkxyjs/1878.html