Waraxe IT Security Portal
Login or Register
November 16, 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: 9144

People Online:
Visitors: 81
Members: 0
Total: 81
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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 Previous1, 2
Post new topicReply 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 Previous1, 2
Post new topicReply 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-2024 Janek Vind "waraxe"
Page Generation: 0.035 Seconds