Last Version

secure-preferences 0.1.7

Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.

License

License

GroupId

GroupId

com.scottyab
ArtifactId

ArtifactId

secure-preferences-lib
Version

Version

0.1.7
Type

Type

aar
Description

Description

secure-preferences
Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
Project URL

Project URL

https://github.com/scottyab/secure-preferences.git
Source Code Management

Source Code Management

https://github.com/scottyab/secure-preferences.git

Download secure-preferences-lib 0.1.7


<!-- https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/ -->
<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>secure-preferences-lib</artifactId>
    <version>0.1.7</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/
implementation 'com.scottyab:secure-preferences-lib:0.1.7'
// https://jarcasting.com/artifacts/com.scottyab/secure-preferences-lib/
implementation ("com.scottyab:secure-preferences-lib:0.1.7")
'com.scottyab:secure-preferences-lib:aar:0.1.7'
<dependency org="com.scottyab" name="secure-preferences-lib" rev="0.1.7">
  <artifact name="secure-preferences-lib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='secure-preferences-lib', version='0.1.7')
)
libraryDependencies += "com.scottyab" % "secure-preferences-lib" % "0.1.7"
[com.scottyab/secure-preferences-lib "0.1.7"]

Dependencies

compile (1)

Group / Artifact Type Version
com.scottyab : aes-crypto jar 0.0.5

Project Modules

There are no modules declared in this project.