From eaf60a07b5c2dfae0f6288f953f0c262071e6218 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Mon, 24 Aug 2020 17:44:32 -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 3e1a33d..4aeee9b 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)