网学网ASP.net编辑为广大网友搜集整理了:动态口令认证的网上选课系统的设计与实现绩等信息,祝愿广大网友取得需要的信息,参考学习。
包括论文,设计,论文字数:9514,页数:28
摘 要
将计算机引入教学信息管理已经成为高校教学管理工作的重要内容之一,比如实行网上选课。与传统的选课方式相比,网上选课提高了学生选课效率,增加了学生选课自主权,使教学更加透明,同时大大提高了教务管理工作的效率。
本文设计实现的网上选课系统基于ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET平台进行开发,后台由SQL Server 2000数据库支持,通过使用C#语言实现动态网页的效果,达到对数据库的操作以完成使用者的要求。本系统主要由以下几个模块组成:身份验证模块;选课模块;信息管理模块等。用户只需要通过浏览器访问就可以实现选课操作,操作简单灵活。并且本系统登录时使用动态口令进行身份认证,解决了静态口令所遇到的很多攻击性问题,如:网络数据流窃听、字典攻击、穷举攻击等,增加了系统安全性。
关键词:网上选课系统; 动态口令;C#;ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET
Design and Implementation of Web-based Course Selecting System with Dynamic Password Authentication
Abstract
Applying computer to manage the teaching information is one of the important parts of the university management, such as course selecting on internet. Comparing to the traditional course selecting method, course selecting on internet saves more resources, at the same time, it enhances the students’ independence when choosing courses, which makes the teaching more transparent, also greatly increases the efficiency of teaching management.
This paper designs a Web-based Elective System, which bases on the platform of ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET; the database is SQL Server 2000. We use C# language to achieve the front page movement effect. This system mainly is composed of following several modules: ID authenticating module; course selecting module; information management module. The user just through IE explore to realize the course selecting operation, the operation is simple and flexible. This system adopts Dynamic Password to authenticate ID when login in, it prevents many problems of the static password, for example Sniffer, Dictionary attack, Brute Force and so on. The Dynamic Password improves the safety of the system.
Key words: Online Course Selecting System; Dynamic Password; C#; ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET
目 录
1引言 1
2理论基础 1
2.1 C# 1
2.2 ASPNET/ style=text-decoration:underline;font-size:14px;color:#2B4DD5; target=_blank>ASP.NET 1
2.3动态口令 2
3需求分析 3
3.1该设计要完成的功能 3
3.2设计思路 4
4总体设计 7
4.1功能模块构造 7
4.2功能模块具体介绍 8
4.2.1身份验证模块 8
4.2.2信息管理模块 8
4.2.3选课模块 8
4.3 E-R图 9
4.4数据库设计 9
5详细设计和实现 12
5.1连接数据库 12
5.2初始化动态口令 12
5.3管理员/老师/学生登录功能 13
5.4管理员/学生/老师密码管理功能 17
5.5老师信息的添加、删除、修改 17
5.6管理员为老师分配课程 18
5.7学生选课 19
5.8老师查看选课名单 21
5.9退出系统 22
结论 22
参考文献 22
致 谢 23
声 明 24
动态口令认证的网上选课系统的设计与实现......