You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
305 B
9 lines
305 B
5 years ago
|
# 平台私密信息传输自定义加解密
|
||
|
前台向后台传递密码等私密信息时,需要经过可逆的加密算法进行加密处理,提高安全性
|
||
|
|
||
|
# 效果截图
|
||
|
默认为AES加密
|
||
|
![result](screenshots/result1.png)
|
||
|
安装插件之后变为Base64加密
|
||
|
![result](screenshots/result2.png)
|