【ニコニコ】自動ローカル保存プロクシ NicoCache26 (845レス)
【ニコニコ】自動ローカル保存プロクシ NicoCache26 http://egg.5ch.net/test/read.cgi/software/1710411967/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
リロード規制
です。10分ほどで解除するので、
他のブラウザ
へ避難してください。
840: ◆cl7sUAt.CpnA (ワッチョイ 3558-BVU1) [sage] 2025/08/27(水) 00:01:23.04 ID:AV+yMmp+0 >>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 ]); } 今のところちゃんと動作していそうです。 http://egg.5ch.net/test/read.cgi/software/1710411967/840
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.022s