The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Decrypt passwords
I want to send the logged in username and password information to another application. If I use $bbuserinfo[username] its fine, but the $bbuserinfo[password] is encrypted. Does anyone know how to decrypt the password?
THanks |
#2
|
||||
|
||||
It's impossible to decrypt the password. It uses MD5 hash and then salt to add ultimate random encryption.
|
#3
|
||||
|
||||
Quote:
|
#4
|
|||
|
|||
Yeah. When you check the password, couldn't you run it through the same scenario as the vB password, and then check the hash that comes out vs the hash that the bbuser[password] brings up?
|
#5
|
||||
|
||||
No because vB3 uses salt which makes each hash completely random, so passwords are like snowflakes, 2 are never the same
|
#6
|
|||
|
|||
Quote:
|
#7
|
||||
|
||||
Quote:
Quote:
|
#8
|
||||
|
||||
I don't appreciate being called 'assy'
|
#9
|
||||
|
||||
I found that in vB2 I was able to take the MD5 data and use in to get a password. There is a program that will use all of your CPU power and try to figure out the MD5 encryption.
I will not post it for obvious reasons, but in vB2 there is ways to get the password from the hash as well. Good to see vB3 did a better job with this. |
#10
|
|||
|
|||
Quote:
Project Rainbowcrack is/are NT/MD5/SHA1 password cracking tables, capable of cracking any of these encryptions in (possibly) a matter of seconds. It has a table generator for every possible password. However there isn't anything as dynamic as you want right now. But probably sometime in the future. http://www.antsight.com/zsl/rainbowcrack/ Really interesting stuff it is. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|