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

Local Storage Handler #6

Closed
wkennington opened this issue Jun 5, 2013 · 2 comments
Closed

Local Storage Handler #6

wkennington opened this issue Jun 5, 2013 · 2 comments
Milestone

Comments

@wkennington
Copy link

No description provided.

@mvcisback
Copy link
Member

The interface for this I'd imagine would be something like:

  • save : takes data structure and somehow saves it
    • Takes in the encryption handler to encrypt the data structure
  • load : take location to handler and somehow loads it into data structure
    I feel priority 1 would be a file structure + encryption.
    I suppose in this case the over all data structure would be the file system, with individual files as nodes. (similar to pass)

@mvcisback
Copy link
Member

reference implementation done, uses local filesystem

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