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

Add encrypted repo backend #48

Open
creationix opened this issue May 15, 2014 · 1 comment
Open

Add encrypted repo backend #48

creationix opened this issue May 15, 2014 · 1 comment
Milestone

Comments

@creationix
Copy link
Owner

This needs to be a layer that works for github mount mode and local repos.

It will be implemented as a fs-db repo layered on top of the existing repo with aes encryption for the blobs. The user's private key will live locally in the app. This will be used to decrypt the encrypted aes key. The private key will be stored locally encrypted with a passphrase.

@creationix creationix added this to the new platform milestone May 15, 2014
@creationix
Copy link
Owner Author

This is now proved out in the https://github.com/creationix/test-workspace and https://github.com/creationix/workspace repos and just needs to be integrated into tedit.

Probably should be done after #20 so there is somewhere sane to integrate the UI.

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