Skip to content
This repository has been archived by the owner on Jul 26, 2018. It is now read-only.

Use password in place of keys #1

Open
mvcisback opened this issue Jun 5, 2013 · 2 comments
Open

Use password in place of keys #1

mvcisback opened this issue Jun 5, 2013 · 2 comments

Comments

@mvcisback
Copy link
Member

No description provided.

@wkennington
Copy link

How about we abstract this to support many (likely keys or passphrases) types of symmetric key derivation for encrypting the data.

I would imagine that our password store should be small enough to fit completely in ram, especially for v1. Maybe later we add support for extra, separate files which are indexed by this master store.

@mvcisback
Copy link
Member Author

yeah, I agree. So we should define an API that can be used.

I'd imagine encrypt(dataformat) -> encrypted_dataformat would be sufficent
as well its inverse operation

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants