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

Latest commit

 

History

History
8 lines (7 loc) · 345 Bytes

TODO.md

File metadata and controls

8 lines (7 loc) · 345 Bytes

Things What Remain To Do

  • look into password handling best practices (e.g., use char[] and wipe it) vs. the Servlet API (e.g., handle everything as a String)
  • add ETags and If-Match and If-None-Match support for documents
  • add more configuration details for things like key algorithms, etc.
  • key rotation!