Menu

Tree [c90732] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2016-02-15 w w [c90732] ocl_md5_brutal
 Makefile 2016-02-15 w w [c90732] ocl_md5_brutal
 Readme 2016-02-15 w w [c90732] ocl_md5_brutal
 ocl_md5.h 2016-02-15 w w [c90732] ocl_md5_brutal
 ocl_md5_brutal.cpp 2016-02-15 w w [c90732] ocl_md5_brutal
 ocl_md5_brutal.hpp 2016-02-15 w w [c90732] ocl_md5_brutal
 ocl_md5_brutal.mak 2016-02-15 w w [c90732] ocl_md5_brutal

Read Me

ocl_md5_brutal is an open source OpenCL password hash auditing software
for CPU, GPU and ACCELERATOR.

To build and run md5_ocl_brutal:
- Install Display drivers for all GPU	(OpenCL 1.0+)
- Install the ATI Catalyst Display drivers (10.11+)
  http://support.amd.com/us/gpudownload/Pages/index.aspx
- Install the ATI Stream SDK (2.2+)
  http://developer.amd.com/gpu/atistreamsdk/pages/default.aspx
- on linux - install gcc4.7+
- on windows win64 - install mingw64
  http://mingw-w64.org/doku.php/download
- on windows win32 - install mingw32
  http://www.mingw.org/category/wiki/download
- install on windows pthreads library
  http://sources.redhat.com/pthreads-win32/
- on windows replace ocl_md5_brutal.bin to ocl_md5_brutal.exe on ocl_md5_brutal.mak

- Compile with "make"
- Run with "./ocl_md5_brutal.bin -c1 -d2 -l4 02c425157ecd32f259548b33402ff6d3"
- Help: "./ocl_md5_brutal.bin -h"


Author: Wieslaw Murach, wmmur44 on Gmail
License: md5_ocl_brutal is distributed under the GPLv3.