Android library to reveal or obfuscate strings and assets at runtime
Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same weak security defaults :( ) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
LibScout: Third-party library detector for Java/Android apps
PasscodeView is an Android Library to easily and securely authenticate user with PIN code or using the fingerprint scanner.
Capillary is a library to simplify the sending of end-to-end encrypted push messages from Java-based application servers to Android clients.
🚀⚡ Kotlin SharedPreferences wrapper & cryptographic preferences android library.
A replacement for Android's ContentResolver that protects against the Surreptitious Sharing attack
:bar_chart: [Android-Library] Monitor network data information of your apps in android devices. NOTE : won't work from nougat and above due to security reasons.
A simple library that can help you detect if you app is modded or tampered with
Example of usage of security-crypto jetpack library
Secure persistence using AES+CBC encryption on Android with no dependencies.
A small library that wraps the Google Play Services SafetyNet API.
Classic NimbusSRP library is optimized for Android
Simple helper library to input credit card number, expiry month/year and security code on Android
Repository contains an Android Library to secure text/image using standard algorithms.
An Android library that provides local PIN authentication for your application.
Android application's App Signature checker library built with NDK.
Library of Android vulnerabilities and threats
Lightweight and extensible memory security and protection library for Java and Android applications.
Android Library For Saving any sensitive Data (e.g user credentials, access token, credit cards ,... etc) in cryptographic format
This project demonstrate how to store encrypted data in file using Android Jetpack Security Library
Simple android library, collecting logs and data and storing them securely in DB
A demo to explore Android's Jetpack Security library
A small SharedPreferences wrapper and cryptographic android library power by Kotlin.
Java and Android library wrapper around the functionality of the Mifare Classic Tool library for Android.
A nice utility library to help encrypt data within shared prefs
Encrypt data using android jetpack security library (Part of jetpack component)
The library and samples help android developer to ensure data security of realm database in android device.
Library for storing credentials security in Android using AES-256 CBC encryption for keys and values.
Android Sensitive Data Leakage Security Library I developed for my master's at SFSU.
An Android library for taking action at runtime based on device security settings
An Android library that examines the installation of malware for in-app purchase security
Library for Roughtime protocol on Android. Superior to NTP protocol in terms of security. Based on Java library by int08h https://github.com/int08h/nearenough
Room persistence library introduced at Google I/O 2017 provides an abstraction layer over the SQLite database which in turn provides enhanced security, easy access, easy to setup and quick to get started with new database. All the DML (Data Manipulation Language) commands are now annotated except SELECT command which works with @Query.
Take control of your personal data with Incognoto, your secure incognito notes.
The JSONCrypt library is specifically used for encrypting and decrypting data that is sent and received between a client and a server. This library can be easily used by budding programmers to secure their data transmission. The library makes use of 128 bit AES encryption of data, followed by either RSA encryption or developer specified custom encryption of the AES key. This grants the user absolute right to control and manage the security of their data. Further, a user is entitled to various methods of creating an AES key for encryption. Library users include both J2EE and Android developers working extensively on server request and response.