Download aescrypt-0.0.1.jar file - Jar a

Jar examples for a:aescrypt

Description

Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C.

You can download jar file aescrypt 0.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add aescrypt-0.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

aescrypt-0.0.1-javadoc.jar
aescrypt-0.0.1-sources.jar
aescrypt-0.0.1.pom



Related Tutorials