The dataset viewer is not available for this split.
Error code: FeaturesError Exception: UnicodeDecodeError Message: 'utf-8' codec can't decode byte 0xe4 in position 12452: invalid continuation byte Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 233, in compute_first_rows_from_streaming_response iterable_dataset = iterable_dataset._resolve_features() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2998, in _resolve_features features = _infer_features_from_batch(self.with_format(None)._head()) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1918, in _head return _examples_to_batch(list(self.take(n))) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2093, in __iter__ for key, example in ex_iterable: File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1576, in __iter__ for key_example in islice(self.ex_iterable, self.n - ex_iterable_num_taken): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 279, in __iter__ for key, pa_table in self.generate_tables_fn(**gen_kwags): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/text/text.py", line 73, in _generate_tables batch = f.read(self.config.chunksize) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 826, in read_with_retries out = read(*args, **kwargs) File "/usr/local/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe4 in position 12452: invalid continuation byte
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
CrackStation-password-list
Overview
This dataset is based on the comprehensive CrackStation Password Cracking Dictionary, a widely recognized resource in password security research.
Key Features
- Comprehensive Collection: Aggregates publicly available wordlists, password leaks, and dictionaries from various sources.
- Diverse Origins: Includes entries from Wikipedia dumps (2010, all languages), texts from Project Gutenberg, and lesser-known database breaches shared in underground communities.
- Optimized Format: The data is stored as plain text, alphabetically sorted without case sensitivity, and uses newline (
\n
) as the delimiter.
Files
- crackstation.txt.gz/realuniq.lst - CrackStation's main password cracking dictionary. Contains around ~1.49 Billion words (1,493,677,782 words).
- crackstation-human-only.txt.gz/realhuman_phill.txt - A smaller wordlist with just the "real human" passwords leaked from various website databases. Contains around ~64 Million passwords.
Usage
- Test hashes with this dataset via the CrackStation hash cracker.
- Generate and verify hash values using tools like Defuse Checksum.
The dataset has proven highly effective in cracking real-world password leaks such as LinkedIn and eHarmony, highlighting its utility in password analysis and research.
Licensing and Sharing
This dataset is shared under the Creative Commons Attribution-ShareAlike 3.0 License. Ensure ethical usage and comply with local laws.
Source
Citation
If you use this dataset in your research, cite CrackStation as the original source and you may also include a link to this Hugging Face repository for transparency.
- Downloads last month
- 0