key = hash_pbkdf2("sha256", $password, $salt, $iter, 0, true); } public function getBinaryKey(): string { return $this->key; } }