Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
May 11, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 450
Members: 0
Total: 450
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other hashes -> Hash + SALT from IPB ..:) Goto page Previous  1, 2
Post new topic  Reply to topic View previous topic :: View next topic 
PostPosted: Tue Dec 23, 2008 3:04 am Reply with quote
FreakOnALeach
Beginner
Beginner
 
Joined: Dec 23, 2008
Posts: 1




0d858a7dbf9b5c395f326995182d2658:HMGLJ

Wouldn't ask, if I had the capabilities to do it on my own... Crying or Very sad

Thanks in advance!
View user's profile Send private message
PostPosted: Tue Dec 23, 2008 4:31 am Reply with quote
tehhunter
Valuable expert
Valuable expert
 
Joined: Nov 19, 2008
Posts: 261




Chb wrote:
cusco wrote:
hi! I posted this in the md5-hases-help thread but I should have posted it here insead:

Hash: 3434f9b82292dc4ce442ebc7c0e73e42
Salt: $)*hf

How do you unsalt it? I have John running on the md5 hash, but I don't understand the use of the salt


You actually aren't able to "unsalt" something. Salting means, that the salt changes the way of encryption. In case of DES for example, it changes the initialization-parameters of the algorithm (if I recall right), in case of MD5 it is mostly in front of the password.

Little example:
Password: bar
Salt: foo
Password to hash: foobar

So if you want to crack the hash, you'll have to put "foo" in front of the password you're trying.
That's not exactly right. Salting means that there is an extra level of security thrown into the hashing process so that, in the event of retrieving some passwords from a forum or something else, it is much harder to crack the passwords.

Example: 5d41402abc4b2a76b9719d911017c592 -> hello
You can try googling this hash and you will almost certainly find it in its unhashed form. Not hard right?

Now try: 2c2280813654075fed0b359d12856099
You can't right this online if you google it, though the password inside of it is still 'hello'. Why? Because I hashed the password twice, the second time with a certain small string on the end (e.g. the salt). This is how vBulletin hashes it's passwords in its databases.

The only way to unhash a salted password is to a) know the salt and b) know the salting scheme.

Invision Power Salt Scheme: MD5(MD5(salt).MD5(password))
vBulletin Salt Scheme: MD5(MD5(password).salt)
etc...

So then to decrypt them you have to account for these factors and then run a program to hash 'test' passwords in the same manner and check to see if the hash then is equal to the one you have. If it is, you have found a 'collison', and thus, the password.*

* In exceedingly rare circumstances, a collison may not be the password but rather another string combination that produces the same hash.
View user's profile Send private message
Hash + SALT from IPB ..:)
  www.waraxe.us Forum Index -> All other hashes
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 2 of 2  
Goto page Previous  1, 2
  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.142 Seconds