JohanBeytell commited on
Commit
6407f80
·
verified ·
1 Parent(s): 115e2a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -13,7 +13,7 @@ size_categories:
13
 
14
  # PWLDS (Password Weakness and Level Dataset)
15
 
16
- PWLDS is a public dataset of over 10 million passwords with varying assigned strength levels. The dataset was designed to help researchers, security professionals, and developers analyze password strength and build more secure systems. The dataset contains 5 classes:
17
 
18
  - `very_weak`: Represented by `0` in the dataset
19
  - `weak`: Represented by `1` in the dataset
@@ -25,7 +25,8 @@ For strength level `4`, we used Python's `secrets` module to generate cryptograp
25
 
26
  #### Changelog:
27
 
28
- - v1.1: Doubled the amount of passwords. Now, there are 10.000.471 unique passwords.
 
29
  - v1.0: 5 Million unique passwords in 5 classes.
30
 
31
  ## Intended Uses
 
13
 
14
  # PWLDS (Password Weakness and Level Dataset)
15
 
16
+ PWLDS is a public dataset of over 15 million passwords with varying assigned strength levels. The dataset was designed to help researchers, security professionals, and developers analyze password strength and build more secure systems. The dataset contains 5 classes:
17
 
18
  - `very_weak`: Represented by `0` in the dataset
19
  - `weak`: Represented by `1` in the dataset
 
25
 
26
  #### Changelog:
27
 
28
+ - v1.2: Added 5m new passwords.
29
+ - v1.1: Doubled the number of passwords. Now, there are 10.000.471 unique passwords.
30
  - v1.0: 5 Million unique passwords in 5 classes.
31
 
32
  ## Intended Uses