decryptedFilePath, err := pcsutil.DecryptFile(c.String("method"), []byte(c.String("key")), filePath, !c.Bool("disable-gzip")) if err != nil { fmt.Printf("%s\n", err) continue } fmt.Printf("解密成功, %s -> %s\n", filePath, decryptedFilePath) ...
corosync.conf配置文件修改加密方式为crypto_cipher: aes256 crypto_hash: sha256重启corosync服务,日志中打印出:Unable to decrypt packet from xx信息,pcs status查看节点状态异常 【环境信息】 openeulerversion=openEuler-23.09 compiletime=2023-08-30-18-51-31 gccversion=12.3.1-9.oe2309 kernelversion=6.4.0-...