We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
希望能增加用户模块,方便在网络上存储密码。 建议数据库中存储的是加密后的密码,用户需要网络存储时,需要设置加密密钥,加密密钥在数据库中存储为md5,用户输入的信息经过加密后存储到数据库,需要从网络数据库下载时,只有输入的加密密钥正确才能同步到本地,保证用户密码不被泄露
The text was updated successfully, but these errors were encountered:
No branches or pull requests
希望能增加用户模块,方便在网络上存储密码。
建议数据库中存储的是加密后的密码,用户需要网络存储时,需要设置加密密钥,加密密钥在数据库中存储为md5,用户输入的信息经过加密后存储到数据库,需要从网络数据库下载时,只有输入的加密密钥正确才能同步到本地,保证用户密码不被泄露
The text was updated successfully, but these errors were encountered: