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

Support password hash #1543

Merged
merged 2 commits into from
Oct 16, 2024
Merged

Support password hash #1543

merged 2 commits into from
Oct 16, 2024

Conversation

feiniks
Copy link
Contributor

@feiniks feiniks commented Jun 18, 2024

No description provided.

QString pwd_hash_algo, pwd_hash_params, pwd_hash;

pwd_hash_algo = seafApplet->accountManager()->currentAccount().getEncryptedLibraryPwdHashAlgo();
pwd_hash_params = seafApplet->accountManager()->currentAccount().getEncryptedLibraryPwdHashAlgo();

int enc_version = seafApplet->accountManager()->currentAccount().getEncryptedLibraryVersion();

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

从服务器返回的 repo download info 转换到 more_info 的代码没有改吧?这样的话新的参数是不会自动被加到 more_info 里面的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants