File: bp-forums/admin/converters/vBulletin3.php
Description
vBulletin3::callback_savepass()

This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress.

Source: bp-forums/admin/converters/vBulletin3.php:580

vBulletin3::authenticate_pass()

This method is to take the pass out of the database and compare to a pass the user has typed in.

Source: bp-forums/admin/converters/vBulletin3.php:597