完成实验4报告

This commit is contained in:
Jingfan Ke 2024-05-12 18:32:02 +08:00
parent 398d2c6e26
commit 7e6941d68d
7 changed files with 533 additions and 0 deletions

View File

@ -0,0 +1,42 @@
<mxfile host="Electron" modified="2024-04-14T15:42:55.943Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.2.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="hARLcT9WkAa-4vkd7JeS" version="24.2.5" type="device">
<diagram name="第 1 页" id="8gD-nmpbGrSfBscDRJWZ">
<mxGraphModel dx="1014" dy="757" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="fg4ZL1lo39rl1VEh5dWy-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-2" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-2" value="用户点击“忘记密码”链接" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="160" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-4" target="fg4ZL1lo39rl1VEh5dWy-8">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-4" value="用户输入身份证号和手机号,请求发送短信验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="240" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-6" value="正确" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-17">
<mxGeometry y="-20" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-7" value="错误" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry x="-0.75" y="-10" relative="1" as="geometry">
<Array as="points">
<mxPoint x="240" y="340" />
<mxPoint x="240" y="260" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-8" value="服务器验证数据库中身份证号和手机号是否匹配发送短信验证码给用户,用户输入验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="320" width="200" height="80" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-17" value="用户输入新密码并提交,系统重新生成盐值,客户端生成密文,更新到服务器数据库" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="440" width="200" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

View File

@ -0,0 +1,372 @@
<h1><center>课程作业</center></h1>
<div style="text-align: center;">
<div><span style="display: inline-block; width: 65px; text-align: center;">课程名称</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">数据库系统原理</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">作业次数</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">作业#4</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">学号</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">21281280</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">姓名</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">柯劲帆</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">班级</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">物联网2101班</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">指导老师</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">郝爽</span></div>
<div><span style="display: inline-block; width: 65px; text-align: center;">修改日期</span><span style="display: inline-block; width: 25px;">:</span><span style="display: inline-block; width: 210px; font-weight: bold; text-align: left;">2024年4月14日</span></div>
</div>
---
# 1. 题目1
> 一、 **视图设计与操作(上机检查)**
>
> 请针对你在作业#2中所设计的用户界面的数据需求
>
> 1至少设计并创建行列子集视图、带表达式的视图和分组视图各一个并将代码加入自己的建库脚本中。
>
> 2编写测试代码通过视图实现数据查询操作
>
> 3对不同类别视图尝试进行数据修改和删除操作看能否实现分析其原因
>
> 4在实验室报告中总结视图的主要作用。
## 1.1 & 1.2 & 1.3
**行列子集视图:**
```mysql
mysql> CREATE VIEW TrainSchedule AS
-> SELECT
-> Passbys.TrainID,
-> Stations.Name AS StationName,
-> Passbys.arrive_time
-> FROM
-> Passbys
-> JOIN
-> Stations ON Passbys.StationID = Stations.ID;
Query OK, 0 rows affected (0.01 sec)
mysql> SELECT *
-> FROM TrainSchedule
-> WHERE TrainID = 'G103';
+---------+--------------+---------------------+
| TrainID | StationName | arrive_time |
+---------+--------------+---------------------+
| G103 | 沧州西 | 2024-03-28 06:20:00 |
| G103 | 济南西 | 2024-03-28 08:01:00 |
| G103 | 徐州东 | 2024-03-28 09:07:00 |
| G103 | 宿州东 | 2024-03-28 09:28:00 |
| G103 | 蚌埠南 | 2024-03-28 09:56:00 |
| G103 | 南京南 | 2024-03-28 10:40:00 |
| G103 | 无锡南 | 2024-03-28 11:27:00 |
| G103 | 上海虹桥 | 2024-03-28 11:58:00 |
+---------+--------------+---------------------+
8 rows in set (0.00 sec)
mysql> UPDATE TrainSchedule
-> SET arrive_time = '2024-03-28 07:00:00'
-> WHERE TrainID = 'G103' AND StationName = '北京南';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0 Changed: 0 Warnings: 0
```
**带表达式的视图:**
```mysql
mysql> CREATE VIEW TrainStopsWithDuration AS
-> SELECT
-> Passbys.TrainID,
-> Stations.Name AS StationName,
-> Passbys.arrive_time,
-> Passbys.leave_time,
-> TIMESTAMPDIFF(MINUTE, Passbys.arrive_time, Passbys.leave_time) AS StayDuration
-> FROM
-> Passbys
-> JOIN
-> Stations ON Passbys.StationID = Stations.ID;
Query OK, 0 rows affected (0.00 sec)
mysql> SELECT *
-> FROM TrainStopsWithDuration
-> WHERE TrainID = 'G103';
+---------+--------------+---------------------+---------------------+--------------+
| TrainID | StationName | arrive_time | leave_time | StayDuration |
+---------+--------------+---------------------+---------------------+--------------+
| G103 | 沧州西 | 2024-03-28 06:20:00 | 2024-03-28 06:20:00 | 0 |
| G103 | 济南西 | 2024-03-28 08:01:00 | 2024-03-28 08:04:00 | 3 |
| G103 | 徐州东 | 2024-03-28 09:07:00 | 2024-03-28 09:09:00 | 2 |
| G103 | 宿州东 | 2024-03-28 09:28:00 | 2024-03-28 09:33:00 | 5 |
| G103 | 蚌埠南 | 2024-03-28 09:56:00 | 2024-03-28 09:58:00 | 2 |
| G103 | 南京南 | 2024-03-28 10:40:00 | 2024-03-28 10:43:00 | 3 |
| G103 | 无锡南 | 2024-03-28 11:27:00 | 2024-03-28 11:29:00 | 2 |
| G103 | 上海虹桥 | 2024-03-28 11:58:00 | 2024-03-28 11:58:00 | 0 |
+---------+--------------+---------------------+---------------------+--------------+
8 rows in set (0.01 sec)
mysql> -- 尝试更新 TrainStopsWithDuration 视图
mysql> UPDATE TrainStopsWithDuration
-> SET StayDuration = 10
-> WHERE TrainID = 'G103' AND StationName = '北京南';
ERROR 1348 (HY000): Column 'StayDuration' is not updatable
```
**分组视图:**
创建:
```mysql
mysql> CREATE VIEW TrainRoutes AS
-> SELECT
-> Trains.ID AS TrainID,
-> TIMESTAMPDIFF(HOUR, MIN(Passbys.arrive_time), MAX(Passbys.leave_time)) AS TotalDuration
-> FROM
-> Trains
-> JOIN
-> Passbys ON Trains.ID = Passbys.TrainID
-> GROUP BY
-> Trains.ID;
Query OK, 0 rows affected (0.01 sec)
mysql> SELECT *
-> FROM TrainRoutes;
+---------+---------------+
| TrainID | TotalDuration |
+---------+---------------+
| G103 | 5 |
+---------+---------------+
1 row in set (0.01 sec)
mysql> DELETE FROM TrainRoutes
-> WHERE TrainID = 'G103';
ERROR 1288 (HY000): The target table TrainRoutes of the DELETE is not updatable
```
## 1.4
尝试通过视图进行数据修改或删除受限于视图的结构和 SQL 引擎的限制。
可更新的视图通常需要直接对应到单个底层表的列,且不能包含聚合函数、不同的数据源或其他复杂的 SQL 操作,如 DISTINCT、GROUP BY、ORDER BY 等。
此外,视图中的所有字段都必须直接来源于一个底层数据表,而且这个表中相应的字段必须允许被更新。
# 2. 题目2
> **二、 用户口令管理设计题**
>
> 用户注册与认证管理是数据库系统的基本功能,请为你在作业#2中选择的具体案例设计一个用户注册与认证中的口令管理解决方案,要求如下
>
> 1) 用户口令采用密文存储,采用不可逆加密算法加密,查资料了解现有的不可逆算法。
> 2) 设计用户修改密码流程用VISO画出流程图
> 3) 设计用户密码重置业务流程可以包含线下流程用VISO画出业务流程图
## 2.1
常见的不可逆加密算法有
- **MD5**
- **HMAC**
- **SHA1**默认会产生一个160位的信息摘要SHA1加密算法的安全性要比MD5更高
- **SHA2**SHA-224、SHA-256、SHA-384、SHA-512SHA后面的数字表示的是加密后的字符串长度SHA2加密算法安全性比SHA1的要高。
- **bcrypt**:设计用于密码存储,对抗暴力破解攻击效果更好。
- **Argon2**: 这是一个较新的算法,获得了密码哈希竞赛的胜利,为抵抗大规模攻击提供了强有力的防御。
## 2.2
![修改密码](修改密码.drawio.svg)
## 2.3
![重置密码](重置密码.drawio.svg)
# 3. 题目3
> **三、 用户授权操作题(上机检查)**
>
> 为你在作业#2中选择的具体案例增加若干个数据库用户,并对各个用户进行相应的授权操作,至少应完成如下操作:
>
> 1) 创建用户
> 2) 为不同的用户授予和收回表级SELECT, INSERT, UPDATE, DELETE, ALL PRIVILEGES权限
> 3) 为不同的用户授予和收回属性列级的SELECT, INSERT, UPDATE的权限
> 4) 创建角色,并把角色授予用户或收回用户的某个角色
>
> 将以上语句写成单独的SQL脚本上机实验调试通过编写测试代码测试权限设置或取消是否成功并将调试结果截屏写入实验报告。
```mysql
DROP USER IF EXISTS 'ticketAgent'@'localhost';
DROP USER IF EXISTS 'stationManager'@'localhost';
DROP USER IF EXISTS 'adminUser'@'localhost';
DROP ROLE IF EXISTS 'ticketRole';
DROP ROLE IF EXISTS 'stationRole';
CREATE USER 'ticketAgent'@'localhost' IDENTIFIED BY 'password123';
CREATE USER 'stationManager'@'localhost' IDENTIFIED BY 'password123';
CREATE USER 'adminUser'@'localhost' IDENTIFIED BY 'password123';
GRANT SELECT, INSERT ON DBLab.Tickets TO 'ticketAgent'@'localhost';
GRANT ALL PRIVILEGES ON DBLab.Stations TO 'stationManager'@'localhost';
GRANT SELECT, INSERT, UPDATE, DELETE ON DBLab.* TO 'adminUser'@'localhost';
REVOKE INSERT ON DBLab.Tickets FROM 'ticketAgent'@'localhost';
GRANT SELECT(Price) ON DBLab.Tickets TO 'ticketAgent'@'localhost';
GRANT UPDATE(Name, City) ON DBLab.Stations TO 'stationManager'@'localhost';
CREATE ROLE 'ticketRole';
CREATE ROLE 'stationRole';
GRANT SELECT, INSERT ON DBLab.Tickets TO 'ticketRole';
GRANT SELECT, UPDATE ON DBLab.Stations TO 'stationRole';
GRANT 'ticketRole' TO 'ticketAgent'@'localhost';
GRANT 'stationRole' TO 'stationManager'@'localhost';
REVOKE 'ticketRole' FROM 'ticketAgent'@'localhost';
FLUSH PRIVILEGES;
```
执行结果:
```sh
$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 42
Server version: 8.0.33 MySQL Community Server - GPL
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> source ./privilege.sql
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.02 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
Query OK, 0 rows affected (0.00 sec)
Query OK, 0 rows affected (0.01 sec)
mysql> exit
Bye
$ mysql -u ticketAgent -ppassword123
mysql: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 45
Server version: 8.0.33 MySQL Community Server - GPL
Copyright (c) 2000, 2023, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use DBLab;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select * from Stations;
ERROR 1142 (42000): SELECT command denied to user 'ticketAgent'@'localhost' for table 'Stations'
mysql>
```
# 4. 题目4
> **四、 数据库完整性实验题**
>
> 完善作业#3中你的数据模型完整性设计,模型中至少应体现如下完整性要求:
>
> 1 实体完整性
>
> 2 参照完整性
>
> 3 用户定义的完整性
>
> 4 对部分完整性约束进行命名
>
> 5 创建域以实现某些属性内容完整性
>
> 将以上实现代码加入到作业#3 的脚本中并调试通过用违犯相应约束的语句尝试以验证完整性约束实施效果。注意观察不同的RDBMS平台对完整性的支持程度。
原本的建表语句中已满足1、2、3。做如下修改
```mysql
CREATE TABLE Passengers (
ID BIGINT PRIMARY KEY,
`Name` VARCHAR ( 255 ) NOT NULL,
Phone_number BIGINT UNIQUE NOT NULL,
CHECK ( REGEXP_LIKE ( ID, '^\\d{18}$' ) ),
CHECK ( REGEXP_LIKE ( Phone_number, '^\\d{11}$' ) )
);
```
对完整性约束进行命名:
```mysql
CREATE TABLE Passengers (
ID BIGINT PRIMARY KEY,
`Name` VARCHAR(255) NOT NULL,
Phone_number BIGINT UNIQUE NOT NULL,
CONSTRAINT CHK_ID_FORMAT CHECK (REGEXP_LIKE(ID, '^\\d{18}$')),
CONSTRAINT CHK_PHONE_FORMAT CHECK (REGEXP_LIKE(Phone_number, '^\\d{11}$'))
);
```
尝试违反:
```mysql
mysql> INSERT INTO Passengers (ID, `Name`, Phone_number) VALUES (123456789012345678, 'John Doe', 1234567890);
ERROR 3819 (HY000): Check constraint 'CHK_PHONE_FORMAT' is violated.
```
MySQL不直接支持域但是可以通过`CHECK`约束来实现类似的功能。

View File

@ -0,0 +1,69 @@
<mxfile host="Electron" modified="2024-04-14T15:37:49.557Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.2.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="65cy9XaTA9EYA9C3bQji" version="24.2.5" type="device">
<diagram name="第 1 页" id="Pu3Tz8dmBveczpA-iqg-">
<mxGraphModel dx="1001" dy="744" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="cacXAtfUxRZSPkUY4_fB-15" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-1" target="cacXAtfUxRZSPkUY4_fB-2">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-1" value="用户登陆系统并访问修改密码页面" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="160" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-16" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-2" target="cacXAtfUxRZSPkUY4_fB-3">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-2" value="用户输入当前密码和新密码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="240" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-10" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=1;exitY=0.25;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;curved=1;dashed=1;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-3" target="cacXAtfUxRZSPkUY4_fB-5">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-18" value="正确" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-3" target="cacXAtfUxRZSPkUY4_fB-17">
<mxGeometry y="-20" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-19" value="错误" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-3" target="cacXAtfUxRZSPkUY4_fB-2">
<mxGeometry x="-0.75" y="-10" relative="1" as="geometry">
<Array as="points">
<mxPoint x="240" y="340" />
<mxPoint x="240" y="260" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-3" value="系统验证当前密码的正确性" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="320" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-11" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-5" target="cacXAtfUxRZSPkUY4_fB-6">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-5" value="客户端向服务器发送验证请求" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="560" y="200" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-12" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-6" target="cacXAtfUxRZSPkUY4_fB-8">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-6" value="服务器从数据库中获取密码盐值并发送给客户端" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="560" y="280" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-13" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-8" target="cacXAtfUxRZSPkUY4_fB-9">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-8" value="客户端获取盐值并与本地密码生成密文,发给服务器" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="560" y="360" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-14" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=1;entryY=0.75;entryDx=0;entryDy=0;curved=1;dashed=1;" edge="1" parent="1" source="cacXAtfUxRZSPkUY4_fB-9" target="cacXAtfUxRZSPkUY4_fB-3">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-9" value="服务器将收到的密文与数据库中的密文比对" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="560" y="440" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="cacXAtfUxRZSPkUY4_fB-17" value="系统重新生成盐值,客户端生成密文,更新到服务器数据库" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="400" width="200" height="40" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 206 KiB

View File

@ -0,0 +1,42 @@
<mxfile host="Electron" modified="2024-04-14T15:44:48.968Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/24.2.5 Chrome/120.0.6099.109 Electron/28.1.0 Safari/537.36" etag="aONS4KkOsKD7IUMsxQRa" version="24.2.5" type="device">
<diagram name="第 1 页" id="8gD-nmpbGrSfBscDRJWZ">
<mxGraphModel dx="1014" dy="757" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="fg4ZL1lo39rl1VEh5dWy-1" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-2" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-2" value="用户点击“忘记密码”链接" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="160" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-3" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-4" target="fg4ZL1lo39rl1VEh5dWy-8">
<mxGeometry relative="1" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-4" value="用户输入身份证号和手机号,请求发送短信验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="240" width="200" height="40" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-6" value="正确" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-17">
<mxGeometry y="-20" relative="1" as="geometry">
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-19" value="错误" style="edgeStyle=orthogonalEdgeStyle;rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;" edge="1" parent="1" source="fg4ZL1lo39rl1VEh5dWy-8" target="fg4ZL1lo39rl1VEh5dWy-4">
<mxGeometry x="-0.7778" y="-10" relative="1" as="geometry">
<Array as="points">
<mxPoint x="240" y="360" />
<mxPoint x="240" y="260" />
</Array>
<mxPoint as="offset" />
</mxGeometry>
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-8" value="服务器验证数据库中身份证号和手机号是否匹配发送短信验证码给用户,用户输入验证码,服务器比对验证码" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="320" width="200" height="80" as="geometry" />
</mxCell>
<mxCell id="fg4ZL1lo39rl1VEh5dWy-17" value="用户输入新密码并提交,系统重新生成盐值,客户端生成密文,更新到服务器数据库" style="rounded=1;whiteSpace=wrap;html=1;" vertex="1" parent="1">
<mxGeometry x="280" y="440" width="200" height="80" as="geometry" />
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 152 KiB