1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 10:52:31 +01:00

Update passwordStrength.ts

This commit is contained in:
Erkin Alp Güney 2022-04-12 20:10:30 +03:00 committed by GitHub
parent 977861ad4e
commit 0aa100c8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ const blocklist: string[] = []; // TODO: update ones passwordblocklist is stored
* - min <n> numbers
* - min <n> symbols
* - min <n> uppercase chars
* - shannon entropy divided by password entropy
* - shannon entropy folded into [0, 1) interval
*
* Returns: 0 > pw > 1
*/