From d53b05cf90405587c20f6e9474f5d830bd8251f2 Mon Sep 17 00:00:00 2001 From: William Katz Date: Wed, 14 Apr 2021 10:06:17 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a315b8..06f87fb 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ sudo ./bank - 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