Sort
Last updated 12 Sep 2026
Sort processes large text datasets locally. Select a tool, input files, and an output folder, review its options, then select Execute. Input content is not uploaded.
Shared settings
The output folder is local. The read buffer defaults to 64 MB and accepts 1–256 MB. Where a
separator is configurable, the choices are colon, pipe, semicolon, @, #, and ~.
All 10 tools
| Tool | What it does | Default behavior |
|---|---|---|
| URL Sorter | Categorizes url:login:password rows | All categories; dedup on |
| URL Cleaner | Validates and normalizes URL credential rows | Protocol + ads cleanup; dedup on |
| Archive Extractor | Reads archives for credential text | Recursive; dedup; 16 threads |
| Cleaner | Validates login:password lengths and rules | Login 3–64; password 4–128 |
| Domain Counter | Counts email domains and applies a threshold | Dedup on |
| Anti Public | Checks against a selected local database | Save public/private; effort auto |
| Deduper | Removes duplicate lines | Case-sensitive |
| Filter | Matches a substring or regular expression | Plain substring; not inverted |
| Splitter | Splits an input by line count | 500,000 lines; Chunk prefix |
| Joiner | Merges multiple files | Dedup on |
URL Sorter can emit email, phone, username, unknown, full URL-login-password, and login-password categories. Cleaner has no password-character requirements by default; mail-password mode is off, ad removal is on, and deduplication is on.
Archive Extractor supports ZIP, RAR, 7z, TAR, TAR.GZ/TGZ, TAR.BZ2/TBZ2, TAR.XZ/TXZ, GZ/GZIP,
BZ2, XZ, and ZST/ZSTD. It reads .txt, .csv, and .log content, supports nested archives and
password lists, and recognizes password-list filenames. Test unfamiliar archive sets with a small
sample first.
Output files
- URL Sorter:
mail_pass.txt,phone_pass.txt,user_pass.txt,unknown.txt,url_login_pass.txt, andlogin_pass.txt. - URL Cleaner and Cleaner:
cleaned.txt/bad.txt, andvalid.txt/invalid.txt. - Deduper, Filter, and Joiner:
deduped.txt,filtered.txt/unmatched.txt, andjoined.txt. - Splitter and Domain Counter:
Chunk_001.txtonward, anddomains.txt. - Archive Extractor and Anti Public: category files plus
archive_results.txt, orpublic.txt/private.txt.
Reference benchmarks
These are approximate observed runs, not guarantees. Storage speed, CPU, input shape, options, and deduplication cardinality change the result.
| Tool | Input | Observed time |
|---|---|---|
| Archive Extractor | 100 GB | about 50 seconds |
| URL Cleaner | 1 billion URLs | about 2 minutes |
| URL Sorter | 1 billion URLs, about 58 GB | about 20 seconds |
| Deduper | 1 billion URLs, about 58 GB | about 2 minutes |
The test machine specifications and timing procedure were not recorded.
Only process datasets you own or are authorized to handle. Review the output format on a small file before running a destructive downstream workflow.