Difference between revisions of "Hashdb"

From Insomnia 24/7 Wiki
Jump to: navigation, search
imported>Wikiadmin
imported>Wikiadmin
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==What's this hash DB?==
 
==What's this hash DB?==
The insomnia hash database is a database that contains about 646 million MD5 and SHA-1 hashes and their corresponding passwords.
+
The insomnia hash database is a database that contains a little over 1 billion passwords and their corresponding MD5, SHA-1, and SHA-256 hashes.
  
The hashes were generated from the combination of several large wordlists.
+
The hashes were generated from the combination of several large word lists.
  
  
Line 8: Line 8:
 
Rainbow tables a great, no doubt. But they increase in size really fast the more characters you have in it. They can, by design, not be based on a wordlist.  
 
Rainbow tables a great, no doubt. But they increase in size really fast the more characters you have in it. They can, by design, not be based on a wordlist.  
  
A database system does not have this restriction, you can have much longer passwords too, albeit at the expense of not having the full iteration of all characters. It's also more suited for special characters. Adding passwords with special characters and characters for non-western languages is .
+
A database system does not have this restriction, you can have much longer passwords too, albeit at the expense of not having the full iteration of all characters. It's also more suited for special characters. Adding passwords with special characters and characters for non-western languages is going to make a rainbow table much, MUCH bigger.
  
Put simply; rainbow tables are very effective for a specified set of characters and passwords up to a set length, but (yet) viable for large character sets and long passwords.
+
Put simply; rainbow tables are very effective for a specified set of characters and passwords up to a set length, but not (yet) viable for large character sets and long passwords.

Latest revision as of 00:08, 22 December 2017

What's this hash DB?

The insomnia hash database is a database that contains a little over 1 billion passwords and their corresponding MD5, SHA-1, and SHA-256 hashes.

The hashes were generated from the combination of several large word lists.


Welcome to 1999. What about rainbow tables?

Rainbow tables a great, no doubt. But they increase in size really fast the more characters you have in it. They can, by design, not be based on a wordlist.

A database system does not have this restriction, you can have much longer passwords too, albeit at the expense of not having the full iteration of all characters. It's also more suited for special characters. Adding passwords with special characters and characters for non-western languages is going to make a rainbow table much, MUCH bigger.

Put simply; rainbow tables are very effective for a specified set of characters and passwords up to a set length, but not (yet) viable for large character sets and long passwords.