Last Version

AES-Crypto 0.0.5

A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.

License

License

GroupId

GroupId

com.scottyab
ArtifactId

ArtifactId

aes-crypto
Version

Version

0.0.5
Type

Type

aar
Description

Description

AES-Crypto
A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.
Project URL

Project URL

https://github.com/scottyab/java-aes-crypto.git
Source Code Management

Source Code Management

https://github.com/scottyab/java-aes-crypto.git

Download aes-crypto 0.0.5


<!-- https://jarcasting.com/artifacts/com.scottyab/aes-crypto/ -->
<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>aes-crypto</artifactId>
    <version>0.0.5</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation 'com.scottyab:aes-crypto:0.0.5'
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation ("com.scottyab:aes-crypto:0.0.5")
'com.scottyab:aes-crypto:aar:0.0.5'
<dependency org="com.scottyab" name="aes-crypto" rev="0.0.5">
  <artifact name="aes-crypto" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='aes-crypto', version='0.0.5')
)
libraryDependencies += "com.scottyab" % "aes-crypto" % "0.0.5"
[com.scottyab/aes-crypto "0.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.