Bug 75278 - rainbowcrack-1.2.ebuild (New Package)
Bug#: 75278 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: crypto@gentoo.org Reported By: halitosis@phreaker.net
Component: Ebuilds
URL:  http://www.antsight.com/zsl/rainbowcrack/
Summary: rainbowcrack-1.2.ebuild (New Package)
Keywords:  
Status Whiteboard: 
Opened: 2004-12-22 00:09 0000
Description:   Opened: 2004-12-22 00:09 0000
Attached is an ebuild for rainbowcrack-1.2. Also attached is a patch to allow
the makefile to use the user's $CXXFLAGS settings.

From the rainbowcrack website:

 RainbowCrack is a general propose implementation of  Philippe Oechslin's 
faster time-memory trade-off technique. In short, the RainbowCrack tool is a
hash cracker. While a traditional brute force cracker try all possible
plaintexts one by one in cracking time, RainbowCrack works in another way. It
precompute all possible plaintext - ciphertext pairs in advance and store them
in the file so called "rainbow table". It may take a long time to precompute
the tables, but once the one time precomputation is finished, you will always
be able to crack the ciphertext covered by the rainbow tables in seconds.

Basically it's a neato password cracker. I suggest that it's put under
app-crypt/rainbowcrack.

------- Comment #1 From halitosis@phreaker.net 2004-12-22 00:13:13 0000 -------
Created an attachment (id=46607) [details]
rainbowcrack-1.2.ebuild

------- Comment #2 From halitosis@phreaker.net 2004-12-22 00:14:27 0000 -------
Created an attachment (id=46608) [details]
rainbowcrack-1.2-makefile.patch

------- Comment #3 From Daniel Black 2005-01-01 05:06:29 0000 -------
added as requested. If you get time to make a good src_test routine please let
me know. Thanks for the submission.