You are on page 1of 3

RainbowCrack 1.6.

1 readme
Introduction
-------------------------------RainbowCrack is a general propose implementation of Philippe Oechslin's faster t
ime-memory trade-off technique.
It cracks hashes with rainbow tables.
Files:
rtgen.exe
rainbow table generation program
rtsort.exe
rainbow table sort program
rt2rtc.exe
rainbow table conversion program
rtc2rt.exe
rainbow table conversion program
rcrack.exe
rainbow table lookup program (
command line
user interface
)
rcrack_gui.exe
rainbow table lookup program (Windows only, graphics use
r interface
)
rcrack_cuda.exe
rainbow table lookup program (Windows only, command line
user interface, GPU acceleration with NVIDIA GPUs)
rcrack_cuda_gui.exe rainbow table lookup program (Windows only, graphics use
r interface,
GPU acceleration with NVIDIA GPUs)
rcrack_cl.exe
rainbow table lookup program (Windows only, command line
user interface, GPU acceleration with AMD GPUs )
rcrack_cl_gui.exe rainbow table lookup program (Windows only, graphics use
r interface,
GPU acceleration with AMD GPUs )
alglib0.dll
shared library
charset.txt
charset configuration file
profile.txt
profile configuration file for rcrack*_gui.exe program (
Windows only)
readme.txt
this file
Features:
- Full time-memory tradeoff tool suites, including rainbow table generation, sor
t, conversion and lookup
- Support rainbow table of any hash algorithm
- Support rainbow table of any charset
- Support rainbow table in raw file format (.rt) and compact file format (.rtc)
- Computation on multi-core processor support
- GPU acceleration with NVIDIA GPUs (CUDA technology)
- GPU acceleration with AMD GPUs (OpenCL technology)
- GPU acceleration with multiple GPUs
- Runs on Windows operating systems
- Runs on Linux operating systems
- Unified rainbow table file format on all supported operating systems
- Command line user interface
- Graphics user interface
System Requirements
-------------------------------Operating System: 32-bit / 64-bit Windows 7 / Windows 8
32-bit / 64-bit Linux
Memory:
32-bit operating systems: 1 GB minimal, 2 GB recommended
64-bit operating systems: 2 GB minimal, 4 GB to 8 GB recommend
ed
GPU:
CUDA enabled NVIDIA GPUs
OpenCL enabled AMD GPUs
Rainbow Tables Supported by rcrack_cuda*.exe / rcrack_cl*.exe
--------------------------------

lm_alpha-numeric#1-7
lm_ascii-32-65-123-4#1-7
{ntlm,md5,sha1,sha256}_ascii-32-95#1-6
{ntlm,md5,sha1,sha256}_ascii-32-95#1-7
{ntlm,md5,sha1,sha256}_mixalpha-numeric#1-7
{ntlm,md5,sha1,sha256}_mixalpha-numeric#1-8
{ntlm,md5,sha1,sha256}_loweralpha-numeric#1-8
{ntlm,md5,sha1,sha256}_loweralpha-numeric#1-9
Documentation
-------------------------------Documentation of RainbowCrack 1.6.1 software is available at http://project-rain
bowcrack.com/.
Version History
-------------------------------Changes in version 1.6.1
- NVIDIA GPUs with compute capability 5.* supported
- NVIDIA GPUs with compute capability 1.* no longer supported
Changes in version 1.6
- Support GPU acceleration with AMD GPUs (OpenCL technology)
- Improved performance of NVIDIA GPU acceleration (CUDA technology)
Changes in version 1.5
- Support 64-bit Windows operating systems
- Support 32-bit Linux operating systems (x86 only)
- Support 64-bit Linux operating systems (x86_64 only)
- Support rainbow table file larger than 2 GB
Changes in version 1.4.1
- Improved performance of rcrack and rcrack_gui program
Changes in version 1.4
- New compact rainbow table file format (.rtc) reduce rainbow table size by 50%
to 56.25%
- New rt2rtc utility convert rainbow table from raw file format (.rt) to compact
file format (.rtc)
- New rtc2rt utility convert rainbow table from compact file format (.rtc) to ra
w file format (.rt)
- The rcrack/rcrack_cuda program support both .rt and .rtc rainbow table file fo
rmat
- Conversion from non-perfect to perfect rainbow table is supported by rt2rtc ut
ility
Changes in version 1.3
- Multicore processor support
Earlier versions will only use one core on a multicore processor system.
- Overlapped harddisk read and computation
RainbowCrack 1.3 can do computation and load rainbow tables from harddisk conc
urrently.
- Improved hash algorithm performance of NTLM and MD5
- Fully backward compatible with existing rainbow tables generated by earlier ve
rsions of RainbowCrack
RainbowCrack 1.3 use same rainbow table format as earlier versions.
- Other enhancements
Changes in version 1.2
- Multiple hash algorithms support
- Configurable plaintext length

- LanManager password case correction


Changes in version 1.1
- Custom charset support
Changes in version 1.0.1
- Bugfix
Changes in version 1.0
- Initial release
Copyright 2003-2015 RainbowCrack Project. All rights reserved.
http://project-rainbowcrack.com/
April 25, 2015

You might also like