Tanvir1337 commited on
Commit
bd3d029
·
verified ·
1 Parent(s): 9efadf9

init readme

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pretty_name: research-papers
4
+ tags:
5
+ - wordlist
6
+ - crackstation
7
+ - password
8
+ - dictionary
9
+ - cracking
10
+ language:
11
+ - en
12
+ annotations_creators: []
13
+ source_datasets: []
14
+ task_categories:
15
+ - text2text-generation
16
+ - text-generation
17
+ - sentence-similarity
18
+ - fill-mask
19
+ - feature-extraction
20
+ - token-classification
21
+ ---
22
+
23
+ # crackstation-wordlist [TXT dataset]
24
+
25
+ ## Overview
26
+
27
+ This dataset is a curated collection of [CrackStation's Password Cracking Dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm).
28
+
29
+ It includes every wordlist, dictionary, and password database leak available online, along with every word from the Wikipedia databases (pages-articles, retrieved 2010, all languages) and numerous books from Project Gutenberg. Additionally, it contains passwords from some lesser-known database breaches that circulated in the underground years ago.
30
+
31
+ The dataset is provided as a standard text file, sorted in non-case-sensitive alphabetical order, with lines separated by newline (`\n`) characters.
32
+
33
+ You can test the list without downloading it by submitting SHA256 hashes to the [free hash cracker](https://crackstation.net). To compute hashes easily, you can use this [online tool](https://defuse.ca/checksums.htm). For reference, here are the results of cracking the password hash leaks from [LinkedIn](https://defuse.ca/blog/cracking-linkedin-hashes-with-crackstation) and [eHarmony](https://defuse.ca/blog/cracking-eharmonys-unsalted-hashes-with-crackstation) using this list.
34
+
35
+ ## Source
36
+
37
+ [CrackStation's Password Cracking Dictionary](https://crackstation.net/crackstation-wordlist-password-cracking-dictionary.htm)
38
+
39
+ ## Citation
40
+
41
+ If you use this dataset in your research, please cite the original source following their citation guidelines. You may also reference this repository as the source of the curated collection.