mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
📚🚧
This commit is contained in:
parent
7a0a5d4036
commit
ce9b431cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ its game indepedent meaning you dont have to be in-game to use it.
|
||||||
#### HTTPS
|
#### HTTPS
|
||||||
OpenSSL is used to secure the HTTP server.
|
OpenSSL is used to secure the HTTP server.
|
||||||
#### Hashed Passwords
|
#### Hashed Passwords
|
||||||
if the server's save file is compromised the user passwords will not be derivable.
|
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)
|
||||||
## Other
|
## Other
|
||||||
#### Logs
|
#### Logs
|
||||||
each transaction is logged and the last `n` logs are stored, if set to 0 logs will be disabled.
|
each transaction is logged and the last `n` logs are stored, if set to 0 logs will be disabled.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue