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

feat(fc-pallet-pass): more secure account derivation #29

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

pandres95
Copy link
Member

This PR implements a new logic to calculate the AccountId for a Pass account, that uses a rehash for the already hashed user Id. This mitigates the feasibility to easily determine an accountId by merely using a brute-force method (or anything more sophisticated, like a rainbow hash).3

@pandres95 pandres95 requested a review from olanod November 22, 2024 13:26
@olanod olanod changed the title change(Pass) rehash userId using the [0, 0, ..., ...user] array. change(Pass) more secure account derivation Nov 22, 2024
@olanod olanod changed the title change(Pass) more secure account derivation feat(fc-pallet-pass): more secure account derivation Nov 22, 2024
@pandres95 pandres95 merged commit dd313a4 into main Nov 22, 2024
6 of 8 checks passed
@pandres95 pandres95 deleted the pandres95/pass-improve-account-id-generation branch November 22, 2024 13:33
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