Update README.md

This commit is contained in:
MixtapeXD 2020-10-14 10:10:38 -04:00 committed by GitHub
parent 8fb6cc5b37
commit 5e1a2f30ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.