sm

针对sm2和sm4两种加密算法的java实现

License

License

GroupId

GroupId

com.github.firmboy
ArtifactId

ArtifactId

sm
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

sm
针对sm2和sm4两种加密算法的java实现
Project URL

Project URL

https://github.com/firmboy/sm
Source Code Management

Source Code Management

https://github.com/firmboy/sm/wiki

Download sm

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.firmboy/sm/ -->
<dependency>
    <groupId>com.github.firmboy</groupId>
    <artifactId>sm</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.firmboy/sm/
implementation 'com.github.firmboy:sm:1.1'
// https://jarcasting.com/artifacts/com.github.firmboy/sm/
implementation ("com.github.firmboy:sm:1.1")
'com.github.firmboy:sm:jar:1.1'
<dependency org="com.github.firmboy" name="sm" rev="1.1">
  <artifact name="sm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.firmboy', module='sm', version='1.1')
)
libraryDependencies += "com.github.firmboy" % "sm" % "1.1"
[com.github.firmboy/sm "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
dom4j : dom4j jar 1.6.1

Project Modules

There are no modules declared in this project.

sm

sm2和sm4的java实现

示例代码

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

依赖

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

Versions

Version
1.1