-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
密码加密/ encrypting data, especially password #3552
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
我想使用bcrypt来实现数据库内密码的加密处理,但是我不明白这样的更新操作之后是否会导致旧数据库和新的密码存储方式不兼容。 |
可以修改一下更新机制,比如在配置文件里写上当前的版本,然后更新之后判断一下,如果是从特定版本更新的,则对数据库进行调整 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue was closed due to inactive more than 52 days. You can reopen or recreate it if you think it should continue. Thank you for your contributions again. |
Please make sure of the following things
Description of the feature / 需求描述
密码在Alist数据库以明文形式出现,有点危险。
希望加密储存。
推荐直接变成SHA256
To encrypt password in the database
Suggested solution / 实现思路
储存和读取密码时加密即可
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: