From 5e1a2f30ce49683f65aef831fa6dfdafe8c79bd2 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Wed, 14 Oct 2020 10:10:38 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17cad03..0121434 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ You can toggle between the normal algorithm and GRC's algorithm and create custo * The normal algorithm is: ```javascript - Math.pow(number-of-characters, Password-length); +Var characters = 10; +Var length = 5; + Math.pow(characters, length); ``` and a symbol character set size of 32.