Tagged Questions
The rainbowattack tag has no wiki summary.
18
votes
7answers
3k views
What exactly is a rainbow attack?
I was reading a few articles on salts and password hashes and a few people were mentioning rainbow attacks. What exactly is a rainbow attack and what are the best methods to prevent it?
6
votes
4answers
125 views
Are Rainbow Tables Attacks even a threat?
let's just assume a simple non salted hash function, just a plain old $hash = md5($pass).
Premises:
the password hashing all takes place server side, and the hashes are stored in the database. The ...
2
votes
3answers
259 views
rainbow table?
Anyone know why it is called rainbow table? Just remembered we have learned there is an attack called "dictionary attack". Why it is not call dictionary?
1
vote
2answers
139 views
is it possible to retrieve a password from a (partial) MD5 hash?
Suppose I have only the first 16 characters of a MD5 hash. If I use brute force attack or rainbow tables or any other method to retrieve the original password, how many compatible candidates have I to ...
1
vote
2answers
154 views
Developing Rainbow Tables
I am currently working on a parallel computing project where i am trying to crack passwords using rainbow tables.
The first step that i have thought of is to implement a very small version of it ...
0
votes
3answers
259 views
Reading rainbow tables from freerainbowtables.com
I have downloaded Rainbow Tables from freerainbowtables.com. Its extension is .rti . I was wondering if there is a way to read this file as a text file or anyother file. I want to write a simple ...
0
votes
2answers
327 views
Rainbow Tables: How to defend against them?
I recently obtained the l0pht-CD for windows and tried it out on my PC and It WORKS!!
http://2600hertz.wordpress.com/2009/12/22/100-windows-xp-vista-7-password-recovery/
I have also read
...