# rsa-encrypt-body-spring-boot **Repository Path**: aksesgod/rsa-encrypt-body-spring-boot ## Basic Information - **Project Name**: rsa-encrypt-body-spring-boot - **Description**: 修正自原版的rsa-encrypt-body-spring-boot 使用私匙 加密和解密~ - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AES 加密形式 不知道为啥服务器返回的加密串 前后被"号 给包裹了 Spring-mcv 直接返回的 类 ~其次客服端解密的时候需要去除\r \n 按理说不应该抱的错误 直接下载~本地编译就好~ 解决返回的加密字符串会带有双引号 起因是因为默认的JSON对象转换器造成的 解决方法为重写输出部分,判定其类型后选择String的处理器 解决方案参考 https://cloud.tencent.com/developer/article/1873195