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

This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value.

Source: bp-forums/admin/converters/phpBB.php:592

phpBB::authenticate_pass()

Check for correct password

Source: bp-forums/admin/converters/phpBB.php:610

phpBB::_hash_crypt_private()

The crypt function/replacement

Source: bp-forums/admin/converters/phpBB.php:623

phpBB::_hash_encode64()

Encode hash

Source: bp-forums/admin/converters/phpBB.php:673

phpBB::callback_forum_type()

Translate the forum type from phpBB v3.x numeric’s to WordPress’s strings.

Source: bp-forums/admin/converters/phpBB.php:713