# algorithmNation
**Repository Path**: yasepix2_admin/algorithmNation
## Basic Information
- **Project Name**: algorithmNation
- **Description**: National secret algorithm SM2 encryption and decryption SM2 SM3 SM4 signature verification国密算法 SM2加解密 SM2 SM3 SM4签名验签
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2022-06-08
- **Last Updated**: 2024-11-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://www.xsshome.cn/)
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[]()
[](https://www.xsshome.cn/)
QQ:783021975
目录结构
```
cn.xsshome.algorithmNation
├── sample //测试代码
└── Test //SM2加解密示例代码
└── TestSign //SM2签名验签示例代码
├── vo //相关Java对象
└── util //工具类包含了SM2 SM3等一系列工具类
```
所需依赖包
```
org.bouncycastle
bcpkix-jdk15on
1.57
org.bouncycastle
bcmail-jdk15on
1.56
com.xiaoleilu
hutool-all
3.0.9
```