- look into password handling best practices (e.g., use
char[]
and wipe it) vs. the Servlet API (e.g., handle everything as aString
) - add ETags and
If-Match
andIf-None-Match
support for documents - add more configuration details for things like key algorithms, etc.
- key rotation!
This repository has been archived by the owner on May 8, 2018. It is now read-only.