keyring['auth.password_key']); if (Password::verify($argv[1], $hash, $state->keyring['auth.password_key'])) { echo $hash, "\n"; exit(0); } else { echo 'Unexpected ciphertext corruption. Is the password key correct?', "\n"; exit(255); }