mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-29 11:28:15 +00:00
Updated docs
This commit is contained in:
parent
e01038083c
commit
56f1cee973
@ -18,21 +18,6 @@ File.: Kernel
|
|||||||
Desc.: Added new hash mode -m 13000 = RAR5
|
Desc.: Added new hash mode -m 13000 = RAR5
|
||||||
Issue: 68
|
Issue: 68
|
||||||
|
|
||||||
Type.: Feature
|
|
||||||
File.: Host
|
|
||||||
Desc.: Added a Makefile target for native compilation
|
|
||||||
Issue: 2
|
|
||||||
|
|
||||||
Type.: Feature
|
|
||||||
File.: Host
|
|
||||||
Desc.: Switched to Khronos OSS OpenCL reference implementation for building
|
|
||||||
Issue: 2
|
|
||||||
|
|
||||||
Type.: Feature
|
|
||||||
File.: Host
|
|
||||||
Desc.: No longer requires NV CUDA-SDK, NV ForceWare or AMD APP-SDK in depencies
|
|
||||||
Issue: 2
|
|
||||||
|
|
||||||
Type.: Feature
|
Type.: Feature
|
||||||
File.: Host
|
File.: Host
|
||||||
Desc.: Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV
|
Desc.: Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV
|
||||||
@ -48,6 +33,21 @@ File.: Host
|
|||||||
Desc.: Added support to utilize multiple different OpenCL devices-types in parallel, ex: GPU + CPU
|
Desc.: Added support to utilize multiple different OpenCL devices-types in parallel, ex: GPU + CPU
|
||||||
Issue: 2
|
Issue: 2
|
||||||
|
|
||||||
|
Type.: Feature
|
||||||
|
File.: Host
|
||||||
|
Desc.: Added a Makefile target for native compilation
|
||||||
|
Issue: 2
|
||||||
|
|
||||||
|
Type.: Feature
|
||||||
|
File.: Host
|
||||||
|
Desc.: Switched to Khronos OSS OpenCL reference implementation for building
|
||||||
|
Issue: 2
|
||||||
|
|
||||||
|
Type.: Feature
|
||||||
|
File.: Host
|
||||||
|
Desc.: No longer requires NV CUDA-SDK, NV ForceWare, NVML, NVAPI, AMD APP-SDK and AMD ADL in depencies
|
||||||
|
Issue: 2
|
||||||
|
|
||||||
Type.: Feature
|
Type.: Feature
|
||||||
File.: Host
|
File.: Host
|
||||||
Desc.: Added option --opencl-platform to select specific OpenCL platforms
|
Desc.: Added option --opencl-platform to select specific OpenCL platforms
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
oclHashcat v2.10
|
oclHashcat v2.10
|
||||||
================
|
================
|
||||||
|
|
||||||
NV users require ForceWare 346.59 or later (recommended 358.09 or later)
|
|
||||||
AMD users require Catalyst 14.9 or later (recommended 15.12 or later)
|
AMD users require Catalyst 14.9 or later (recommended 15.12 or later)
|
||||||
|
Intel users require Intel OpenCL Runtime 14.2 or later (recommended 15.1 or later)
|
||||||
|
NVidia users require ForceWare 346.59 or later (recommended 358.09 or later)
|
||||||
|
|
||||||
##
|
##
|
||||||
## Features
|
## Features
|
||||||
@ -11,21 +12,20 @@ AMD users require Catalyst 14.9 or later (recommended 15.12 or later)
|
|||||||
- World's fastest password cracker
|
- World's fastest password cracker
|
||||||
- World's first and only GPGPU-based rule engine
|
- World's first and only GPGPU-based rule engine
|
||||||
- Free
|
- Free
|
||||||
- Open-Source
|
- Open-Source (MIT License)
|
||||||
- Multi-GPU (up to 128 GPUs)
|
- Multi-OS (Linux, Windows and OSX)
|
||||||
- Multi-Hash (up to 100 million hashes at once)
|
- Multi-Platform (CPU, GPU, FPGA, etc., everything that comes with an OpenCL runtime)
|
||||||
- Multi-OS (Linux & Windows native binaries)
|
- Multi-Hash (Cracking multiple hashes at the same time)
|
||||||
- Multi-Platform (OpenCL support)
|
- Multi-Devices (Utilizing multiple devices in same system)
|
||||||
- Multi-Algorithm (see below)
|
- Multi-Device-Types (Utilizing mixed device types in same system)
|
||||||
- Low resource utilization; you can still watch movies or play games while cracking
|
- Supports distributed cracking networks (using overlay)
|
||||||
- Focuses on highly iterated modern hashes
|
- Supports interactive pause / resume
|
||||||
- Focuses on dictionary-based attacks
|
|
||||||
- Supports distributed cracking
|
|
||||||
- Supports pause / resume while cracking
|
|
||||||
- Supports sessions
|
- Supports sessions
|
||||||
- Supports restore
|
- Supports restore
|
||||||
- Supports reading words from file and stdin
|
- Supports reading words from file and stdin
|
||||||
- Supports hex-salt and hex-charset
|
- Supports hex-salt and hex-charset
|
||||||
|
- Supports user-defined workload and vector-width settings
|
||||||
|
- Supports automatic keyspace ordering markov-chains
|
||||||
- Built-in benchmarking system
|
- Built-in benchmarking system
|
||||||
- Integrated thermal watchdog
|
- Integrated thermal watchdog
|
||||||
- 150+ Hash-types implemented with performance in mind
|
- 150+ Hash-types implemented with performance in mind
|
||||||
@ -208,17 +208,26 @@ AMD users require Catalyst 14.9 or later (recommended 15.12 or later)
|
|||||||
- Android FDE (Samsung DEK)
|
- Android FDE (Samsung DEK)
|
||||||
- TrueCrypt 5.0+
|
- TrueCrypt 5.0+
|
||||||
|
|
||||||
##
|
|
||||||
## Tested OS's
|
|
||||||
##
|
|
||||||
|
|
||||||
- All Windows and Linux versions should work on both 32 and 64 bit
|
|
||||||
|
|
||||||
##
|
##
|
||||||
## Tested GPU's
|
## Tested GPU's
|
||||||
##
|
##
|
||||||
|
|
||||||
- All NVidia CUDA enabled cards >= sm_20
|
- AMD OpenCL enabled GPU using AMD Catalyst driver
|
||||||
- All AMD OpenCL enabled cards >= HD 5000
|
- Intel OpenCL enabled GPU using Intel OpenCL driver
|
||||||
|
- NVidia OpenCL enabled GPU using NVidia ForceWare driver
|
||||||
|
|
||||||
|
##
|
||||||
|
## Tested CPU's
|
||||||
|
##
|
||||||
|
|
||||||
|
- AMD CPU using AMD Catalyst driver
|
||||||
|
- Intel CPU using Intel OpenCL driver
|
||||||
|
- Generic CPU using pocl driver or Catalyst driver
|
||||||
|
|
||||||
|
##
|
||||||
|
## Tested Accelerators's
|
||||||
|
##
|
||||||
|
|
||||||
|
- Intel Xeon Phi coprocessors using Intel OpenCL driver
|
||||||
|
|
||||||
To get started, run the example scripts or check out docs/user_manuals.txt
|
To get started, run the example scripts or check out docs/user_manuals.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user