mousheng / lowcoder_CN

🔥🔥🔥开源Retool, Tooljet和Appsmith的替代方案,码匠的开源版
GNU Affero General Public License v3.0
159 stars 47 forks source link

[Feat]:账号密码加密 #47

Open ganyz505 opened 11 months ago

ganyz505 commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

看了一下登录的时候账号密码是明文传输,是不是先加密一下

mousheng commented 11 months ago

前端加密基本上调试一下就能找到秘钥,如果部署推荐添加证书启用https协议,可以参考 https://moushengkoo.gitee.io/lowcoder_cn/#/docker?id=%e5%ae%89%e8%a3%85%e8%af%81%e4%b9%a6%ef%bc%88ssl%ef%bc%89

mousheng commented 11 months ago

当然也可以用rsa非对称加密,后续有时间我尝试一下