题 目: Web 数据库系统的安全性分析 摘 要 计算机和网络技术的广泛应用,给信息安全提出了更高的要求,在信息系统开发设计过程中,安全性能总是被放在首要的位置,成为信息系统生存的关键。数据库是基于 WEB 信息系统的核心组成部分,面临来自外部和内部的双重威胁,对其进行加密等安全处理,是进行数据保护的有效手段。本文介绍了几种流行的 Web 数据库访问技术,同时针对 Web 数据库的安全问题给出了一个初步的安全模型。关键词:数据库;Web 安全;访问控制 SummaryThe wide applications of computer and Internet technology call for a higher demand on the information security. In the process of exploring and designing an information system, security has always been given the first priority, which is critical for the survival of the information system. As the nuclear part of WEB information system, database faces the double threats coming internally and externally. Do such as encryption security process becomes the effective means for data protection. Several popular access technologies are introduced and a primary security model of Web Database is given in the paper.Key words: Database; Web safety; access control2目 录第一章 引言............................................................61.1 本课题的研究意义.................................................71.2 本论文的目的、内容及作者的主要贡献...............................7第二章 Web 数据库的研究现状及设计目标...................................82.1 相近研究课题的特点及优缺点分析...................................82.2 现行研究存在的问题及解决办法.....................................82.3 本课题要达到的设计目标...........................................9第三章 Web 数据库的访问技术及安全分析...................................103.1 Web 数据库的安全威胁............................................103.2 Web 数据库访问技术..............................................123.2.1 CGI/API 技术...........................................