mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 17:12:14 +11:00
Update README.md
This commit is contained in:
parent
bead48e7b1
commit
d53b05cf90
1 changed files with 1 additions and 1 deletions
|
|
@ -38,13 +38,13 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
|
||||||
- written in **C++**, arguably the fastest language
|
- written in **C++**, arguably the fastest language
|
||||||
- **multi-threaded**
|
- **multi-threaded**
|
||||||
- **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded
|
- **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded
|
||||||
|
- **Passwords are Hashed**, allowing each user to be 12 bytes, which is trivially copyable
|
||||||
|
|
||||||
### Safety
|
### Safety
|
||||||
|
|
||||||
- **Tamper Proof** relative to an in-game implementation
|
- **Tamper Proof** relative to an in-game implementation
|
||||||
- **Auto-Saving**, Saves on crash, Saves on close
|
- **Auto-Saving**, Saves on crash, Saves on close
|
||||||
- **HTTPS** (OpenSSL)
|
- **HTTPS** (OpenSSL)
|
||||||
- **Passwords are Hashed**, meaning if the bank is compromised passwords wont be leaked
|
|
||||||
|
|
||||||
### Accessibility
|
### Accessibility
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue