s

secure-preferences-lib

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.
https://github.com/scottyab/secure-preferences.git
The Apache Software License, Version 2.0
Scott Alexander-Bown
Files download
File Operation
secure-preferences-lib-0.0.4.pom download
secure-preferences-lib-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.scottyab</groupId>
  <artifactId>secure-preferences-lib</artifactId>
  <version>0.0.4</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.scottyab:secure-preferences-lib:0.0.4'
Gradle Kotlin
implementation("com.scottyab:secure-preferences-lib:0.0.4")
Scala SBT
libraryDependencies += "com.scottyab" % "secure-preferences-lib" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.scottyab', module='secure-preferences-lib', version='0.0.4')
)
Apache Ivy
<dependency org="com.scottyab" name="secure-preferences-lib" rev="0.0.4" />
Leiningen
[com.scottyab/secure-preferences-lib "0.0.4"]
Apache Buildr
'com.scottyab:secure-preferences-lib:jar:0.0.4'
Dependencies
The project has no third-party dependencies