Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

登录时密码到期后强制修改密码时,存在密码明文传输问题 #3645

Closed
fsea opened this issue Jul 18, 2023 · 3 comments
Closed

Comments

@fsea
Copy link

fsea commented Jul 18, 2023

image
如上图,其中红框中的password值是明文,建议和登录一样,修改为加密后再传输

@starlying
Copy link
Contributor

收到,我们会尽快修复

@fsea
Copy link
Author

fsea commented Jul 21, 2023

今天看到password字段已经StringUtils.Base64Decode(request.Password);编码了
但是base64只是编码,并没有加密,
建议还是要加密再传输,只base64编码还是会泄露

@starlying
Copy link
Contributor

这个修改密码功能和登录还不太一样,没办法把密码加密再传输,因为后台需要接受原始密码并加密存储到数据库中,如果用md5加密后就没法获取原始密码了。

@fsea fsea closed this as completed Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants