-
Notifications
You must be signed in to change notification settings - Fork 27
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
赞一个 #1
Comments
我的本地测试环境是虚拟机装的ubuntu,服务器软件apache,点击基本是20ms左右。上线服务器是境外服务器,延迟高配置低,服务器软件IIS,平均1~2s左右。你参考一下 |
跟你的差不多。或许是因为这段时间在研究react和vue,所以才有这个感觉吧。 还有一个问题就是,你用js来处理密码加密? |
并没有用js来处理加密,js先进行了sha256签名然后进行AES加密(不传明文密码),AES加密的密钥和向量每次由后台随机生成(每次请求传送的数据都不相同)保存session,有固定时间时效。这一步是为了防止明文密码泄露和防止被抓包后冒充登陆。 |
不好意思呢。没仔细看代码。 |
谢谢支持。如果有遇到新问题欢迎提问,很乐意为你解答。 |
支持一个。
不过后台的异步有点慢。不知道是不是我本地的问题。
The text was updated successfully, but these errors were encountered: