Update README.md
This commit is contained in:
parent
8fb6cc5b37
commit
5e1a2f30ce
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue