【ニコニコ】自動ローカル保存プロクシ NicoCache26 (849レス)
前次1-
抽出解除 必死チェッカー(本家) (べ) 自ID レス栞 あぼーん

リロード規制です。10分ほどで解除するので、他のブラウザへ避難してください。
840: ◆cl7sUAt.CpnA (ワッチョイ 3558-BVU1) 2025/08/27(水) 00:01:23.04 ID:AV+yMmp+0(1)調 AAS
>>837

v2.0.1と同じくパスワードハッシュ生成でエラー吐いたので、コード変更してv4.3.2でも動きました!

error: "Internal server error", message: "Undefined constant "PASSWORD_ARGON2ID"",…}

debug: {file: "/home/undomain/www/nicocache/five/backend/core/security.php", line: 878, method: "PATCH"}

error: "Internal server error"
message: "Undefined constant \"PASSWORD_ARGON2ID\""

/**
* パスワードハッシュを生成(Argon2ID→BCRYPT)
*/
public static function hashPassword(string $password): string
{
$algo = defined('PASSWORD_ARGON2ID') ? \PASSWORD_ARGON2ID : \PASSWORD_DEFAULT;
return password_hash($password, $algo, [
'memory_cost' => 65536, // 64 MB
'time_cost' => 4, // 4 iterations
'threads' => 3, // 3 threads
]);
}

今のところちゃんと動作していそうです。
前次1-
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.032s