License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.xxtea |
ArtifactId | ArtifactIdxxtea-java |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionXXTEA for Java
XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for Java.
It is different from the original XXTEA encryption algorithm. It encrypts and decrypts byte[] instead of 32bit integer array, and the key is also the byte[].
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xxtea-java-1.0.5.pom | |
xxtea-java-1.0.5.jar | 6 KB |
xxtea-java-1.0.5-sources.jar | 3 KB |
xxtea-java-1.0.5-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xxtea/xxtea-java/ -->
<dependency>
<groupId>org.xxtea</groupId>
<artifactId>xxtea-java</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xxtea/xxtea-java/
implementation 'org.xxtea:xxtea-java:1.0.5'
// https://jarcasting.com/artifacts/org.xxtea/xxtea-java/
implementation ("org.xxtea:xxtea-java:1.0.5")
'org.xxtea:xxtea-java:jar:1.0.5'
<dependency org="org.xxtea" name="xxtea-java" rev="1.0.5">
<artifact name="xxtea-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xxtea', module='xxtea-java', version='1.0.5')
)
libraryDependencies += "org.xxtea" % "xxtea-java" % "1.0.5"
[org.xxtea/xxtea-java "1.0.5"]