# Blog-Crypto **Repository Path**: atm_java/blog-crypto ## Basic Information - **Project Name**: Blog-Crypto - **Description**: 后端交互加密 - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-20 - **Last Updated**: 2022-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Blog-Crypto #### 介绍 后端交互加密 #### 使用说明 1. 如何自定义自己的解密类 ```txt 参考 PKCS7PaddingUtil 实现 枚举 CiphertextType 需注意 @Component("PKCS7Padding") bean name和枚举类type保持一致 ``` 2. 不支持 ``` @PathVariable 不支持 public Object get(@RequestParam Map) 不支持 ```