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

Adapt argon2id protocol recommendation #5273

Closed
ManuGowda opened this issue Aug 29, 2023 · 1 comment
Closed

Adapt argon2id protocol recommendation #5273

ManuGowda opened this issue Aug 29, 2023 · 1 comment
Assignees
Milestone

Comments

@ManuGowda
Copy link
Contributor

Description

Adapt encryption and decryption as per recommendation. Bump lisk-client to latest version

Refer to the LIP changes to the protocol: https://github.com/LiskHQ/lips/pull/465/files

Argon2id for Wallets

As some mobile devices have less memory, we recommend to use the second recommended option of RFC 9106 which requires less memory but uses more iterations instead:

  • iterations=3,
  • parallelism=4 lanes,
  • memory=65536 KiB (64 MiB),
  • 16 bytes salt,
  • 32 bytes output.
@ManuGowda
Copy link
Contributor Author

Refer: LiskArchive/lips#465

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants