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

Data Sanitization #34

Open
OR13 opened this issue Oct 7, 2020 · 3 comments
Open

Data Sanitization #34

OR13 opened this issue Oct 7, 2020 · 3 comments

Comments

@OR13
Copy link
Collaborator

OR13 commented Oct 7, 2020

It should be possible to "show your wallet contents" to another party, without loosing any controlling authority that comes from any secret (private) information in wallet contents.

Doing so will of course allow that party to track you everywhere you use any public components of the content, but that party should not be able to impersonate you, or decrypt messages intended for you.

@TelegramSam
Copy link

Can you explain the purpose behind such a feature?

@OR13
Copy link
Collaborator Author

OR13 commented Oct 9, 2020

@TelegramSam yep, essentially "keypairs" have private keys, but showing them is dangerous... what if you could automatically ask for data models that are "safe to share" in that they reveal correlation, but don't lead to compromise.

This could be accomplished by being smarter about the security context associated with certain members, such as privateKeyBase58 or mnemonic.value

@OR13
Copy link
Collaborator Author

OR13 commented May 5, 2021

JSON Schema for type matching would help identify content that should be filtered properly.

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