[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6027":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":15,"starSnapshotCount":15,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},6027,"hashcat","hashcat\u002Fhashcat","World's fastest and most advanced password recovery utility","https:\u002F\u002Fhashcat.net\u002Fhashcat\u002F",null,"C",26137,3453,517,272,0,13,49,208,45,false,"master",[23,24,25,26,5,27,28,29],"c","cracking","cuda","gpgpu","hashes","opencl","password","2026-06-12 02:01:15","## *hashcat* ##\n\n**hashcat** is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 300 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.\n\n### License ###\n\n**hashcat** is licensed under the MIT license. Refer to [docs\u002Flicense.txt](docs\u002Flicense.txt) for more information.\n\n### Installation ###\n\nDownload the [latest release](https:\u002F\u002Fhashcat.net\u002Fhashcat\u002F) and unpack it in the desired location. Please remember to use `7z x` when unpacking the archive from the command line to ensure full file paths remain intact.\n\nYour platform may also provide [packages](docs\u002Fpackages.md).\n\n### Usage\u002FHelp ###\n\nPlease refer to the [Hashcat Wiki](https:\u002F\u002Fhashcat.net\u002Fwiki\u002F) and the output of `--help` for usage information and general help. A list of frequently asked questions may also be found [here](https:\u002F\u002Fhashcat.net\u002Fwiki\u002Fdoku.php?id=frequently_asked_questions). The [Hashcat Forum](https:\u002F\u002Fhashcat.net\u002Fforum\u002F) also contains a plethora of information. If you still think you need help by a real human come to [Discord](https:\u002F\u002Fdiscord.gg\u002FHFS523HGBT).\n\n### Building ###\n\nRefer to [BUILD.md](BUILD.md) for instructions on how to build **hashcat** from source.\n\nTests:\n\nTravis | Coverity | GitHub Actions\n------ | -------- | --------------\n[![Hashcat Travis Build status](https:\u002F\u002Ftravis-ci.org\u002Fhashcat\u002Fhashcat.svg?branch=master)](https:\u002F\u002Ftravis-ci.org\u002Fhashcat\u002Fhashcat) | [![Coverity Scan Build Status](https:\u002F\u002Fscan.coverity.com\u002Fprojects\u002F11753\u002Fbadge.svg)](https:\u002F\u002Fscan.coverity.com\u002Fprojects\u002Fhashcat) | [![Hashcat GitHub Actions Build status](https:\u002F\u002Fgithub.com\u002Fhashcat\u002Fhashcat\u002Factions\u002Fworkflows\u002Fbuild.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fhashcat\u002Fhashcat\u002Factions\u002Fworkflows\u002Fbuild.yml)\n\n### Contributing ###\n\nContributions are welcome and encouraged, provided your code is of sufficient quality. Before submitting a pull request, please ensure your code adheres to the following requirements:\n\n1. Licensed under MIT license, or dedicated to the public domain (BSD, GPL, etc. code is incompatible)\n2. Adheres to gnu99 standard\n3. Compiles cleanly with no warnings when compiled with `-W -Wall -std=gnu99`\n4. Uses [Allman-style](https:\u002F\u002Fen.wikipedia.org\u002Fwiki\u002FIndent_style#Allman_style) code blocks & indentation\n5. Uses 2-spaces as the indentation or a tab if it's required (for example: Makefiles)\n6. Uses lower-case function and variable names\n7. Avoids the use of `!` and uses positive conditionals wherever possible (e.g., `if (foo == 0)` instead of `if (!foo)`, and `if (foo)` instead of `if (foo != 0)`)\n8. Use code like array[index + 0] if you also need to do array[index + 1], to keep it aligned\n\nYou can use GNU Indent to help assist you with the style requirements:\n\n```\nindent -st -bad -bap -sc -bl -bli0 -ncdw -nce -cli0 -cbi0 -pcs -cs -npsl -bs -nbc -bls -blf -lp -i2 -ts2 -nut -l1024 -nbbo -fca -lc1024 -fc1\n```\n\nYour pull request should fully describe the functionality you are adding\u002Fremoving or the problem you are solving. Regardless of whether your patch modifies one line or one thousand lines, you must describe what has prompted and\u002For motivated the change.\n\nSolve only one problem in each pull request. If you're fixing a bug and adding a new feature, you need to make two separate pull requests. If you're fixing three bugs, you need to make three separate pull requests. If you're adding four new features, you need to make four separate pull requests. So on, and so forth.\n\nIf your patch fixes a bug, please be sure there is an [issue](https:\u002F\u002Fgithub.com\u002Fhashcat\u002Fhashcat\u002Fissues) open for the bug before submitting a pull request. If your patch aims to improve performance or optimize an algorithm, be sure to quantify your optimizations and document the trade-offs, and back up your claims with benchmarks and metrics.\n\nIn order to maintain the quality and integrity of the **hashcat** source tree, all pull requests must be reviewed and signed off by at least two [board members](https:\u002F\u002Fgithub.com\u002Forgs\u002Fhashcat\u002Fpeople) before being merged. The [project lead](https:\u002F\u002Fgithub.com\u002Fjsteube) has the ultimate authority in deciding whether to accept or reject a pull request. Do not be discouraged if your pull request is rejected!\n\n### Happy Cracking!\n","hashcat 是全球最快且最先进的密码恢复工具，支持超过300种高度优化的哈希算法，并提供五种独特的攻击模式。该项目采用C语言编写，能够充分利用CPU、GPU及其他硬件加速器，在Linux、Windows和macOS平台上实现高效的密码破解功能。特别适用于需要进行密码安全性评估、密码找回或密码审计等场景。此外，hashcat 还支持分布式破解设置，进一步提升了其在处理大规模数据集时的能力。",2,"2026-06-11 03:05:24","top_language"]