Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetrwn committed Nov 12, 2023
1 parent c177ed6 commit fc1f740
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit fc1f740

Please sign in to comment.