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

[R4R]-{develop}: passphrase for the seed generation process to increase the seed's secu… #1297

Merged
merged 4 commits into from
Jul 18, 2023

Conversation

guoshijiang
Copy link
Contributor

Goals of PR

Core changes:

  • passphrase for the seed generation process to increase the seed's security

Notes:

  • no

Related Issues:

  • no

@guoshijiang guoshijiang changed the title passphrase for the seed generation process to increase the seed'ssecu… [R4R]-{develop}: passphrase for the seed generation process to increase the seed'ssecu… Jul 14, 2023
@guoshijiang guoshijiang changed the title [R4R]-{develop}: passphrase for the seed generation process to increase the seed'ssecu… [R4R]-{develop}: passphrase for the seed generation process to increase the seed's secu… Jul 14, 2023

privKey, err := GetConfiguredPrivateKey(mnemonic, hdPath, privKeyStr)
privKey, err := GetConfiguredPrivateKey(mnemonic, hdPath, privKeyStr, password)
Copy link
Collaborator

Choose a reason for hiding this comment

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

How about adding a empty checker for password?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The password can be passed empty without restriction

@guoshijiang guoshijiang merged commit 1e4099e into develop Jul 18, 2023
1 of 4 checks passed
@guoshijiang guoshijiang deleted the auditfix/fix-secure3-mtc-15 branch July 18, 2023 08:51
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.

None yet

3 participants