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

Move to a model where names are stored publicly as HASH + SALT #118

Open
rahulgi opened this issue Sep 29, 2018 · 3 comments
Open

Move to a model where names are stored publicly as HASH + SALT #118

rahulgi opened this issue Sep 29, 2018 · 3 comments

Comments

@rahulgi
Copy link
Member

rahulgi commented Sep 29, 2018

While this does not prevent a determined attacker from unmasking a given user, it does prevent the entire user graph from being revealed trivially.

Added by Omar:
Context: Trying to see if there's a way we can a) make Raha a bit more private by not associating names with accounts/balances in the blockchain publicly; while b) not storing that information privately within Raha servers specifically, effectively centralizing this aspect of identity. if we stored hashes and third party verifiers could check, for instance, a government id's name against a hashed name rather than the real one, maybe you can get some amount of pseudoanonymity while still creating a network of trust.

But as mentioned in the comments below, this idea is probably pretty flawed.

The question ultimately is, what's more important—privacy or decentralization? or, is there a scheme such that we can have both?

@osdiab
Copy link
Member

osdiab commented Sep 29, 2018

That said it may be easier to reveal segments of the graph easily because names don't have a great deal of variety, not relative to strong passwords, which are the intended protection of hashes and salts in case of database intrusion usually. For example, you find one person, then maybe you can find their family based on the connection of them and keeping the same family name + same heritage of names in your search space.

@osdiab
Copy link
Member

osdiab commented Sep 29, 2018

Made even worse if you have some idea of who it is you might be targeting, like if you're trying to unveil wealthy accounts and you have an inkling who it might belong to.

That said it is not something like a password you're unveiling, but the security we're offering in a system like this is likely fairly weak.

@osdiab
Copy link
Member

osdiab commented Sep 29, 2018

@tinaroh relevant to ways of making Raha more private.

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

No branches or pull requests

2 participants