预览加载中,请您耐心等待几秒...
1/10
2/10
3/10
4/10
5/10
6/10
7/10
8/10
9/10
10/10

亲,该文档总共33页,到这已经超出免费预览范围,如果喜欢就直接下载吧~

如果您无法下载资料,请参考说明:

1、部分资料下载需要金币,请确保您的账户上有足够的金币

2、已购买过的文档,再次下载不重复扣费

3、资料包下载后请先用软件解压,在使用对应软件打开

PAGE\*MERGEFORMATVI江苏科技大学本科毕业设计(论文)学院计算机学院专业软件工程学生姓名谢赛男班级学号1441904107指导教师肖寒二零一八年六月江苏科技大学本科毕业论文游戏统一用户认证系统的设计与实现DesignandImplementationofGameUnifiedUserAuthenticationSystem摘要本文想开发的就是一款游戏统一用户认证系统。由于信息化办公的不断推进,很多企业都使用了信息化系统。正因为这些系统彼此独立,用户必须在使用每个应用系统之前根据相应的系统标识来登录。这就会遇到一个问题,用户必须在登录前完成用户名,以及对应密码的匹配工作。而很多用户没有那么好的记性,这给用户带来了很多麻烦。特别是,当用户不记得密码,并且输入次数过多时,系统的稳定性会受到影响,进而影响到系统的相关进程,导致系统的数据安全性受到影响。开发系统时在语言上我选择了c#,因为其拥有更先进的语法体系,而且c#的语言机器优美。这个系统主要计划建设一个单点登录平台,换句话来说就是通过一次认证登录后,我们就可访问所有有权访问的应用系统,避免频繁登录。在登录之前先要注册一个账号,用户可以使用这个账号登录系统畅玩系统内所有游戏。由于所有的登录都集合在这一个账号上,所以对账号的安全管理非要重要,然后就设置了一个验证码登录来使得整个系统更加安全。经过最后对该系统的测试,我们可以了解到,面对用户的重复登录和系统管理员的繁琐工作,统一用户认证管理系统非常完美的解决了这个问题,并且在一定程度上大大提高了系统的安全性。关键词:统一身份认证;有效登陆;C#AbstractWiththerapiddevelopmentofinformationtechnologyandnetworktechnology,therearemoreandmoreapplicationsystemswithinenterprisesandinstitutions.Becausethesesystemsareindependentofeachother,theusermustloginaccordingtothecorrespondingsystemIDbeforeusingeachapplicationsystem.Forthisreason,theusermustremembertheusernameandpasswordofeachsystem,whichbringsalotoftroubletotheuser.Inparticular,withtheincreaseinthenumberofsystems,thepossibilityoferrorswillincrease,thepossibilityofillegalinterceptionanddestructionwillincrease,andthesecuritywillalsobereducedaccordingly.Whendevelopingthesystem,Ichosec#forlanguagebecauseithasamoreadvancedgrammarsystemandthelanguagemachineofc#isbeautiful.Thissystemmainlyplanstobuildasinglesign-onplatform.Inotherwords,afterlogginginthroughoneauthentication,wecanaccessallapplicationsystemsthatareallowedtoaccessandavoidfrequentlogin.Beforeloggingin,youneedtoregisteranaccount.Userscanusethisaccounttologintothesystemtoplayallgamesinthesystem.Sinceallloginsaregroupedonthisaccount,thesecuritymanagementoftheaccountisimportant,andthenaverificationcodeloginissettomaketheentiresystemmoresecure.Afterthefinaltestofthesystem,wecanunderstandthatinthefaceofusers'repeatedloginsandthecumbersomeworkofsystemadmini