From 56f1cee9736e64bee93d871580fc77bbdb393f27 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Thu, 4 Feb 2016 10:59:13 +0100 Subject: [PATCH] Updated docs --- docs/changes.txt | 12 ++++++------ docs/readme.txt | 43 ++++++++++++++++++++++++++----------------- 2 files changed, 32 insertions(+), 23 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 89f0e128e..0f1ad5e52 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -20,32 +20,32 @@ Issue: 68 Type.: Feature File.: Host -Desc.: Added a Makefile target for native compilation +Desc.: Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV Issue: 2 Type.: Feature File.: Host -Desc.: Switched to Khronos OSS OpenCL reference implementation for building +Desc.: Added support to utilize OpenCL devices-types other than GPU, ex: CPU or FPGA Issue: 2 Type.: Feature File.: Host -Desc.: No longer requires NV CUDA-SDK, NV ForceWare or AMD APP-SDK in depencies +Desc.: Added support to utilize multiple different OpenCL devices-types in parallel, ex: GPU + CPU Issue: 2 Type.: Feature File.: Host -Desc.: Added support to utilize multiple different OpenCL platforms in parallel, ex: AMD + NV +Desc.: Added a Makefile target for native compilation Issue: 2 Type.: Feature File.: Host -Desc.: Added support to utilize OpenCL devices-types other than GPU, ex: CPU or FPGA +Desc.: Switched to Khronos OSS OpenCL reference implementation for building Issue: 2 Type.: Feature File.: Host -Desc.: Added support to utilize multiple different OpenCL devices-types in parallel, ex: GPU + CPU +Desc.: No longer requires NV CUDA-SDK, NV ForceWare, NVML, NVAPI, AMD APP-SDK and AMD ADL in depencies Issue: 2 Type.: Feature diff --git a/docs/readme.txt b/docs/readme.txt index ffd947411..48f14145a 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -1,8 +1,9 @@ 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) +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 @@ -11,21 +12,20 @@ AMD users require Catalyst 14.9 or later (recommended 15.12 or later) - World's fastest password cracker - World's first and only GPGPU-based rule engine - Free -- Open-Source -- Multi-GPU (up to 128 GPUs) -- Multi-Hash (up to 100 million hashes at once) -- Multi-OS (Linux & Windows native binaries) -- Multi-Platform (OpenCL support) -- Multi-Algorithm (see below) -- Low resource utilization; you can still watch movies or play games while cracking -- Focuses on highly iterated modern hashes -- Focuses on dictionary-based attacks -- Supports distributed cracking -- Supports pause / resume while cracking +- Open-Source (MIT License) +- Multi-OS (Linux, Windows and OSX) +- Multi-Platform (CPU, GPU, FPGA, etc., everything that comes with an OpenCL runtime) +- Multi-Hash (Cracking multiple hashes at the same time) +- Multi-Devices (Utilizing multiple devices in same system) +- Multi-Device-Types (Utilizing mixed device types in same system) +- Supports distributed cracking networks (using overlay) +- Supports interactive pause / resume - Supports sessions - Supports restore - Supports reading words from file and stdin - Supports hex-salt and hex-charset +- Supports user-defined workload and vector-width settings +- Supports automatic keyspace ordering markov-chains - Built-in benchmarking system - Integrated thermal watchdog - 150+ Hash-types implemented with performance in mind @@ -209,16 +209,25 @@ AMD users require Catalyst 14.9 or later (recommended 15.12 or later) - TrueCrypt 5.0+ ## -## Tested OS's +## Tested GPU's ## -- All Windows and Linux versions should work on both 32 and 64 bit +- AMD OpenCL enabled GPU using AMD Catalyst driver +- Intel OpenCL enabled GPU using Intel OpenCL driver +- NVidia OpenCL enabled GPU using NVidia ForceWare driver ## -## Tested GPU's +## 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 ## -- All NVidia CUDA enabled cards >= sm_20 -- All AMD OpenCL enabled cards >= HD 5000 +- Intel Xeon Phi coprocessors using Intel OpenCL driver To get started, run the example scripts or check out docs/user_manuals.txt