Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 264 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 264 Bytes

sm

sm2和sm4的java实现

示例代码

com.playboy.demo.SM2Demo类中列举了sm2和sm4加解密的基本用法

依赖

<dependency>
    <groupId>com.github.firmboy</groupId>
    <artifactId>sm</artifactId>
    <version>1.0</version>
<dependency>