01-08-2013, 10:34 PM
I pulled this from http://thepasswordproject.com/ (its inactive now).
Basically they posted every major leak and analyzed passwords. I copied length frequency in passwords table.
Basically they posted every major leak and analyzed passwords. I copied length frequency in passwords table.
Code:
+-----------------------------+
| Length | Count | Of total |
+-----------------------------+
| 1 | 115 | 0.026 % |
| 2 | 66 | 0.0149 % |
| 3 | 302 | 0.0682 % |
| 4 | 2746 | 0.6201 % |
| 5 | 5324 | 1.2023 % |
| 6 | 79649 | 17.9863 % |
| 7 | 65653 | 14.8257 % |
| 8 | 119212 | 26.9204 % |
| 9 | 66056 | 14.9167 % |
| 10 | 54814 | 12.3781 % |
| 11 | 21259 | 4.8007 % |
| 12 | 21784 | 4.9192 % |
| 13 | 2584 | 0.5835 % |
| 14 | 1432 | 0.3234 % |
| 15 | 772 | 0.1743 % |
| 16 | 440 | 0.0994 % |
| 17 | 251 | 0.0567 % |
| 18 | 115 | 0.026 % |
| 19 | 77 | 0.0174 % |
| 20 | 168 | 0.0379 % |
| 21 | 5 | 0.0011 % |
| 22 | 3 | 0.0007 % |
| 24 | 1 | 0.0002 % |
| 28 | 1 | 0.0002 % |
| 29 | 2 | 0.0005 % |
| 30 | 1 | 0.0002 % |
+-----------------------------+