From 9a59eec65e5fd41b22452017af1be5ea605692e8 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Mon, 24 Aug 2020 17:45:19 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4aeee9b..a54ea23 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Built off of GRC's Interactive Brute Force Password “Search Space” Calculator. You can toggle between the normal algorithm and GRC's algorithm. -# The normal algorithm is: +* The normal algorithm is: ```javascript Math.pow(number-of-characters, Password-length); ``` and a symbol character set size of 32. -# GRC's algorithm is: +* GRC's algorithm is: ```javascript function GRC(Password-length)