Hashcat
Hashcat is a powerful password recovery tool that supports over 200 hashing algorithms. It uses OpenCL to enhance performance.
Installation
Hashcat cannot work without OpenCL, so you need to install the GPGPU#OpenCL 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 Hashcat wiki.
See also
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.