Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75278 - rainbowcrack-1.2.ebuild (New Package)
Summary: rainbowcrack-1.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Crypto team [DISABLED]
URL: http://www.antsight.com/zsl/rainbowcr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 00:09 UTC by halitosis
Modified: 2005-01-01 05:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rainbowcrack-1.2.ebuild (rainbowcrack-1.2.ebuild,792 bytes, text/plain)
2004-12-22 00:13 UTC, halitosis
Details
rainbowcrack-1.2-makefile.patch (rainbowcrack-1.2-makefile.patch,1.10 KB, patch)
2004-12-22 00:14 UTC, halitosis
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description halitosis 2004-12-22 00:09:43 UTC
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 halitosis 2004-12-22 00:13:13 UTC
Created attachment 46607 [details]
rainbowcrack-1.2.ebuild
Comment 2 halitosis 2004-12-22 00:14:27 UTC
Created attachment 46608 [details, diff]
rainbowcrack-1.2-makefile.patch
Comment 3 Daniel Black (RETIRED) gentoo-dev 2005-01-01 05:06:29 UTC
added as requested. If you get time to make a good src_test routine please let me know. Thanks for the submission.