毕业设计(论文)安全电子商务支付平台的设计实现——CA中心开发.doc
文本预览下载声明
毕业设计题目:安全电子商务支付平台的设计实现
——CA中心开发
摘 要
随着计算机的广泛普及和网络技术的成熟发展,电子商务得到了迅速发展。享受电子商务带来的方便同时,人们日渐重视起自身信息的安全问题。人们在使用电子商务的同时,自身信息的安全也要得到很好的保障。正因为有这种需求,安全电子商务支付平台的出现成为了一种必然。人们能够真正享受电子商务带来的便利,是以安全电子商务支付平台提供的和谐环境为前提。
本论文的主要内容是对安全电子商务支付平台进行研究和实践,通过对学习电子商务的流程、PKI的基本原理和相关技术、CA中心的运行原理及其实现等知识,实现安全电子商务支付平台中CA中心的开发。
关键词:电子商务;安全支付;PKI;CA中心
Abstract
With the popularization of computer and the well development of the network technology, electronic commerce had developed quickly. While people enjoy the convenience of electronic commerce, they pay more attention to the security problem about their private information. Their private information required protecting well while they using the electronic commerce. Basic on this requirement, the safe payment system become the solution of the security problem. People can really enjoy the convenience of electronic commerce is base on the safe payment system which providing the safe environment for electronic commerce.
The main content of the research is study and practice the safe payment system of electronic commerce. Through studying the knowledge about electronic commerce, PKI and certificate authority, I finish the development of certificate authority from the electronic commerce with safe payment system.
Key word: Electronic Commerce, Safe Payment, Public Key Infrastructure, Certificate Authority
目 录
1、绪论 1
1.1 开发背景及意义 1
1.2 开发环境 2
1.3 论文组织 2
2、相关知识 3
2.1 公开密钥基础设施 3
2.2 证书授权中心 4
2.3 CA理论 4
2.3.1 CA的架构 4
2.3.2 CA的职责 5
2.3.3 CA的数字证书 5
2.3.4 CA的作用 6
3、概要设计 9
3.1系统流程 9
3.2模块划分 9
3.3 CA模块的设计 10
4、CA的实现 11
4.1 运行环境的搭建 11
4.2 CA私钥和根证书的生成 12
4.3 私钥和证书生成过程 13
4.4 实现代码 16
4.4.1代码1 16
4.4.1代码2 17
5、系统测试 20
5.1 申请证书 20
5.2 导入证书 22
5.3 使用证书 23
6、总结 24
6.1 工作回顾 24
6.2 工作展望 24
参考文献 25
致 谢 261、绪论
1.1 开发背景及意义
电子商务(Electronic Commerce):以电子及电子技术为手段,以商务为核心,把原来传统的销售、购物渠道移到互联网上来,打破国家与地区有形无形的壁垒,使生产企业达到全球化,网络化,无形化,个性化、一体化。电子商务是运用数字信息技术,对企业的各项活动进行持续优化的过程。电子商务涵盖的范围很广,一般可分为企业对企业(Business-to-Business)和企业对消费者(Business-to-Consumer)两种。另外还有消费者对消费者(Consumer-to-Cons
显示全部