{
"type": "ENCRYPT",
"alg": "AES",
"mode": "CBC",
"fillMode": "PKCS5_PADDING",
"content": "Hello World",
"contentEncode": "PlainText",
"secret": "1234567890123456",
"keyEncode": "PlainText",
"secretLength": 128,
"randomVector": "1234567890123456",
"encode": "Base64"
}{
"type": "DECRYPT",
"alg": "AES",
"mode": "CBC",
"fillMode": "PKCS5_PADDING",
"content": "加密后的Base64字符串",
"contentEncode": "Base64",
"secret": "1234567890123456",
"keyEncode": "PlainText",
"secretLength": 128,
"randomVector": "1234567890123456",
"encode": "PlainText"
}{
"type": "ENCRYPT",
"alg": "RSA",
"content": "Hello World",
"secret": "公钥字符串",
"secretType": "公钥",
"encode": "Base64"
}{
"type": "ENCRYPT",
"alg": "SM4",
"mode": "CBC",
"content": "测试数据",
"secret": "32字节密钥",
"randomVector": "16字节初始化向量",
"encode": "Hex"
}{
"type": "ENCRYPT",
"alg": "BASE64",
"content": "Hello World",
"encode": "Base64"
}"处理结果字符串"