From a96ba665acb299d325c89c2b498e33f4c6126156 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Sun, 5 Jul 2026 23:26:11 +0800 Subject: [PATCH] refactor(assets)!: rewrite content encryption with AES-256-GCM and PBKDF2 (#806) * refactor(assets)!: rewrite content encryption with AES-256-GCM and PBKDF2 - Remove legacy Base64 obfuscation layer (content-encryption.html) - Replace with