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

Encryption mechanism #1

Open
codynhat opened this issue Feb 17, 2020 · 1 comment
Open

Encryption mechanism #1

codynhat opened this issue Feb 17, 2020 · 1 comment

Comments

@codynhat
Copy link
Owner

The original proof of concept uses the built-in password-based encryption provided by iTunes. An open question is whether this should be supported long-term. Some concerns:

  • Relies on password strength. This could be an issue, especially if users choose to store their backup in the public IPFS network
  • There are some manifest/metadata files that don't seem to be encrypted. How sensitive is this data?

Possible ideas:

  • Custom encryption mechanism that requires a more strict key-management integration and encrypts manifests
  • Use the built-in encryption, but enforce a password strength
  • Leave it up to the user
@codynhat
Copy link
Owner Author

codynhat commented Mar 2, 2020

More info on the metadata:

https://www.theiphonewiki.com/wiki/ITunes_Backup

There is definitely sensitive data.

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

1 participant