Enables encryption Requires key because we always store stuff locked up. Must be logged in, so we know the user id. If path exist, then load it and decrypt with key. Otherwise create new keys and store them there encrypted with key.
See Implementation
Enables encryption Requires key because we always store stuff locked up. Must be logged in, so we know the user id. If path exist, then load it and decrypt with key. Otherwise create new keys and store them there encrypted with key.