Jar examples for a:aes-crypto
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.
MIT license
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'
Click the following link to download the jar file.
aes-crypto-0.0.2-javadoc.jar