Airship\Engine\Security\Migration\MigrationInterface::getHashWithMetadata PHP Méthode

getHashWithMetadata() public méthode

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
Résultat array [HiddenString, array]
    public function getHashWithMetadata(string $oldHash, EncryptionKey $passwordKey = null) : array;