Download aes-crypto-0.0.2.jar file - Jar a

Jar examples for a:aes-crypto

Description

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

You can download jar file aes-crypto 0.0.2 in this page.

License

MIT license

Build File

You can use the following script to add aes-crypto-0.0.2.jar to your project.

<dependency>
   <groupId>com.scottyab</groupId>
   <artifactId>aes-crypto</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.scottyab', name: 'aes-crypto', version: '0.0.2'
libraryDependencies += "com.scottyab" % "aes-crypto" % "0.0.2"
<dependency org="com.scottyab" name="aes-crypto" rev="0.0.2"/>
@Grapes(@Grab(group='com.scottyab', module='aes-crypto', version='0.0.2'))
'com.scottyab:aes-crypto:jar:0.0.2'

Download

Click the following link to download the jar file.

aes-crypto-0.0.2-javadoc.jar
aes-crypto-0.0.2-sources.jar
aes-crypto-0.0.2.pom



Related Tutorials