Airship\Engine\Security\Migration\MigrationInterface::getHashWithMetadata PHP Method

getHashWithMetadata() public method

Use during imports to populate a table with metadata and a rehashed hash.
public getHashWithMetadata ( string $oldHash, EncryptionKey $passwordKey = null ) : array
$oldHash string
$passwordKey ParagonIE\Halite\Symmetric\EncryptionKey
return array [HiddenString, array]
    public function getHashWithMetadata(string $oldHash, EncryptionKey $passwordKey = null) : array;