Last Version

XXTEA for Java 1.0.5

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[].

License

License

Categories

Categories

Java Languages
GroupId

GroupId

org.xxtea
ArtifactId

ArtifactId

xxtea-java
Version

Version

1.0.5
Type

Type

jar
Description

Description

XXTEA 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

https://github.com/xxtea/xxtea-java

Download xxtea-java 1.0.5


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.