我想使用经过身份验证的加密方案(如AES-GCM)加密Node.js中的一些数据。如果我运行以下示例代码app.get("/test",function(req,res){varkey="12345678901234567890123456789012";variv="123456789012";varcipher=crypto.createCipheriv("id-aes256-GCM",key.toString("binary"),iv.toString("binary"));vardecipher=crypto.createDecipheriv("id-aes256-GCM",k