# rsa-redis-majun
**Repository Path**: freestylewill/rsa-redis-majun
## Basic Information
- **Project Name**: rsa-redis-majun
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-05-14
- **Last Updated**: 2025-05-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 工程简介
参考:https://blog.csdn.net/xixingzhe2/article/details/126325348
##访问登录页面
http://localhost:8080/login
##调用流程
1、前端调用后端接口获取公钥,对密码进行加密。
2、前端调用登录接口,将加密密码传到后端。
3、后端对密码解密,存入数据库。
# 延伸阅读