Hashcat: Difference between revisions

From ArchWiki
(add zh-hans link)
m (fix broken section link)
Tag: Redirect target changed
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Cryptography]]
#REDIRECT [[List of applications/Security#Password auditing]]
[[es:Hashcat]]
[[ja:Hashcat]]
[[zh-hans:Hashcat]]
[[Wikipedia:Hashcat|Hashcat]] is a powerful password recovery tool that supports over 200 hashing algorithms. It uses OpenCL to enhance performance.
 
== Installation ==
[[Install]] {{Pkg|hashcat}} package.
 
Hashcat can't work without [[OpenCL]], so you need to install the [[GPGPU#OpenCL Runtime]] package for your CPU or GPU.
 
== Usage ==
For getting password from ''hash_file'' with ''hash_type'' using ''dictionary_file'':
 
hashcat -m ''hash_type'' ''hash_file'' ''dictionary_file''
 
More examples and usage details can be found at [https://hashcat.net/wiki/ Hashcat wiki].
 
== See also ==
 
* [https://hashcat.net/hashcat/ Official website]

Latest revision as of 13:34, 28 January 2024