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

Rename document field to encrypted field #5

Closed
uzyn opened this issue Jan 14, 2017 · 0 comments
Closed

Rename document field to encrypted field #5

uzyn opened this issue Jan 14, 2017 · 0 comments
Labels

Comments

@uzyn
Copy link
Contributor

uzyn commented Jan 14, 2017

  1. document field => encrypted field by default but configurable
  2. SecDocBehavior to EncryptableBehavior
  3. Key => Requester (similar concept with CakePHP's ACL)
  4. Document => Object (similar concept with CakePHP's ACL)
  5. When reading, $this->Model->privateKey to $this->Model->requestAs
  6. When saving, $this->Model->forKeys to $this->Model->saveFor
@uzyn uzyn added the todo label Jan 14, 2017
uzyn added a commit that referenced this issue Feb 3, 2017
uzyn added a commit that referenced this issue Feb 26, 2017
Vault-based encryption for increased efficiency. All basic operations implemented. Closes #10 #5 #3
@uzyn uzyn closed this as completed Feb 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant