crypto-util

project for crypto

License

License

GroupId

GroupId

org.zhongweixian
ArtifactId

ArtifactId

crypto-util
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

crypto-util
project for crypto
Project URL

Project URL

https://github.com/caoliang1918/crypto-util
Source Code Management

Source Code Management

https://github.com/caoliang1918/crypto-util

Download crypto-util

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework.security : spring-security-crypto jar 4.1.4.RELEASE
commons-codec : commons-codec jar 1.10
org.apache.commons : commons-lang3 jar 3.4
org.slf4j : slf4j-api jar 1.7.22
org.slf4j : slf4j-log4j12 jar 1.7.21
log4j : log4j jar 1.2.17
org.jboss.aerogear : aerogear-otp-java jar 1.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

crypto-util

crypto-util集成了AES、RSA、Bcrypt等常见的加密算法

依赖

<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-crypto</artifactId>
    <version>4.1.4.RELEASE</version>
</dependency>
<dependency>
    <groupId>commons-codec</groupId>
    <artifactId>commons-codec</artifactId>
    <version>1.10</version>
</dependency>
<dependency>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-lang3</artifactId>
    <version>3.4</version>
</dependency>

Versions

Version
2.0.0
1.0.0