Update README.md

This commit is contained in:
William Katz 2021-04-14 10:06:17 -07:00 committed by GitHub
parent bead48e7b1
commit d53b05cf90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,13 +38,13 @@ sudo ./bank <admin password> <saving frequency in minutes> <threads>
- written in **C++**, arguably the fastest language
- **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
- **Tamper Proof** relative to an in-game implementation
- **Auto-Saving**, Saves on crash, Saves on close
- **HTTPS** (OpenSSL)
- **Passwords are Hashed**, meaning if the bank is compromised passwords wont be leaked
### Accessibility