From fc1f740a523b98d9a8df72c354afab84dbe9fb37 Mon Sep 17 00:00:00 2001 From: magnetrwn Date: Sun, 12 Nov 2023 14:05:09 +0100 Subject: [PATCH] Updated README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc9510..244c89e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ + OpenSSL algorithms for encryption and hashing (will add more). + Persistent settings, including window size and random string generator options. + Random string generator using STL Mersenne Twister implementation, and many different string generators. ++ 1337 settings toggle. :wink: ## Quick Start @@ -70,10 +71,10 @@ In the `build` folder, simply run the application using `./passcoder` after buil The project is licensed under the BSD 3-Clause License. Feel free to contribute! I am welcome to suggestions and improvements. ---- - # Project Structure +**Here is a more in-depth description of the project structure overall.** + ## Random Strings The random string generator is encapsulated in the `MemorableStringGen` class, in `memorable.hpp` and `memorable.cpp`.