Client.enable_encryption

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.

class Client
void
enable_encryption
(
string key
)

Meta