From b8ba5d49b5206c2d6af0e9fca618f2d0f9b6630d Mon Sep 17 00:00:00 2001 From: William Katz Date: Thu, 23 Sep 2021 22:51:44 -0700 Subject: [PATCH] :memo: --- docs/features/user_side.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/user_side.md b/docs/features/user_side.md index de3c42e..8cb7b39 100644 --- a/docs/features/user_side.md +++ b/docs/features/user_side.md @@ -12,7 +12,7 @@ Low memory usage at 8 Mb baseline, and 203 bytes per new log. Anecdotally I typically expierenced <1% CPU usage. -Small save files at typically a couple kb. +Small save files at typically a couple kb, easily shareable. ## Accessibility #### Connected Services as explained in earlier docs a ecosystem of connected services allows you many ways to utilize CCash. @@ -24,7 +24,7 @@ its game indepedent meaning you dont have to be in-game to use it. #### HTTPS OpenSSL is used to secure the HTTP server. #### Hashed Passwords -if the server's save file is compromised the user passwords will not be derivable. This means you could share save files with no consequence (besides exposing all previously hidden accounts) +if the server's save file is compromised the user passwords will not be derivable. ## Other #### Logs each transaction is logged and the last `n` logs are stored, if set to 0 logs will be disabled.