File: bp-forums/admin/converters/XenForo.php
Description
XenForo::translate_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/XenForo.php:603

XenForo::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/XenForo.php:615