Quote:
Originally Posted by filburt1
It's a hash and is not possible to revert to its original unhashed value. If you want to integrate other software into vB, use a consolidated login form. There is absolutely no reason why you would need to get a user's actual password.
|
There are plenty of situations where you wouldn't want to encrypt passwords, actually, but vBulletin goes for security above such needs.
Quote:
Originally Posted by assy
It uses MD5 hash and then salt to add ultimate random encryption.
|
"ultimate", rather. vB's encryption (which is md5(md5(md5(pass) + salt) + license number) and therefore not entirely flawless at all) is still only moderate compared to the
real ultimate encryptions