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

密码加密/ encrypting data, especially password #3552

Closed
4 tasks done
liumingedwin opened this issue Feb 21, 2023 · 5 comments
Closed
4 tasks done

密码加密/ encrypting data, especially password #3552

liumingedwin opened this issue Feb 21, 2023 · 5 comments
Labels
enhancement New feature or request
Milestone

Comments

@liumingedwin
Copy link

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

密码在Alist数据库以明文形式出现,有点危险。
希望加密储存。
推荐直接变成SHA256

To encrypt password in the database

Suggested solution / 实现思路

储存和读取密码时加密即可

Additional context / 附件

No response

@liumingedwin liumingedwin added the enhancement New feature or request label Feb 21, 2023
@welcome
Copy link

welcome bot commented Feb 21, 2023

Thanks for opening your first issue here! Be sure to follow the issue template!

@zhuangzi926
Copy link

我想使用bcrypt来实现数据库内密码的加密处理,但是我不明白这样的更新操作之后是否会导致旧数据库和新的密码存储方式不兼容。

@XZB-1248
Copy link
Contributor

我想使用bcrypt来实现数据库内密码的加密处理,但是我不明白这样的更新操作之后是否会导致旧数据库和新的密码存储方式不兼容。

可以修改一下更新机制,比如在配置文件里写上当前的版本,然后更新之后判断一下,如果是从特定版本更新的,则对数据库进行调整

@stale
Copy link

stale bot commented May 8, 2023

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.

@stale stale bot added the stale No activity for more than 30 days label May 8, 2023
@stale
Copy link

stale bot commented May 18, 2023

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.

@stale stale bot closed this as completed May 18, 2023
@xhofe xhofe removed the stale No activity for more than 30 days label Jul 30, 2023
@xhofe xhofe reopened this Jul 30, 2023
@xhofe xhofe added the working In process label Jul 30, 2023
@xhofe xhofe added this to the v3.25.0 milestone Aug 5, 2023
@xhofe xhofe closed this as completed in 75acbcc Aug 6, 2023
@github-actions github-actions bot removed the working In process label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants