无涯的博客
cryptojs 加解密,简化方法 cryptojs 加解密,简化方法
import crypto from "crypto"; const KEY = Buffer.from("12345678901234567890123456789012"); // 32 字节 AES-256 /** * AES