is not current version
Last Version 0.1.7

com.scottyab:secure-preferences-lib 0.1.2

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.

GroupId

GroupId

com.scottyab
ArtifactId

ArtifactId

secure-preferences-lib
Version

Version

0.1.2
Type

Type

aar

Download secure-preferences-lib 0.1.2


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