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

大佬,你这个前端传送密码好像是明文传的 #46

Open
fang-bin opened this issue Jan 20, 2020 · 3 comments
Open

大佬,你这个前端传送密码好像是明文传的 #46

fang-bin opened this issue Jan 20, 2020 · 3 comments

Comments

@fang-bin
Copy link

大佬,我也在写一个类似的项目,想使用rsa加密,在服务端解密好像有点问题,你有什么好推荐的插件不

@alvin0216
Copy link
Owner

项目用的就是 bcrypt 在后端进行加密的,前端则是明文传输,觉得足够用了。
如果要使用 rsa 做一次前后端加密的方案的话,就需要去查阅相关文档啦。

@fang-bin
Copy link
Author

项目用的就是 bcrypt 在后端进行加密的,前端则是明文传输,觉得足够用了。
如果要使用 rsa 做一次前后端加密的方案的话,就需要去查阅相关文档啦。

如果要做记住密码功能的话,直接cookie中存储明文密码是不是不太好

@alvin0216
Copy link
Owner

项目用的就是 bcrypt 在后端进行加密的,前端则是明文传输,觉得足够用了。
如果要使用 rsa 做一次前后端加密的方案的话,就需要去查阅相关文档啦。

如果要做记住密码功能的话,直接cookie中存储明文密码是不是不太好

一般来说 是的

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