Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

Simple wrapper library in Kotlin is designed to save secret to local shared preferences using Android default security and Android Keystore. KeystoreCompat ensures handling LockScreen and compatibility among diversity of Android versions.

Apr 10, 2017

Sodium is a new, easy-to-use software library for encryption, decryption, signatures, password hashing and more.

Aug 22, 2016

The MSAL library for Android gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Azure AD B2C.

May 22, 2017

This is an Android Library Project that provides multiple means to improve network security in mobile applications.

Jul 5, 2014

openpgp-api-lib provides methods to execute OpenPGP operations, such as sign, encrypt, decrypt, verify, and more without user interaction from background threads. This is done by connecting your client application to a remote service provided by OpenKeychain or other OpenPGP providers.

Sep 3, 2014

Passay is password policy enforcement for Java including password generators and validators helpers.

Apr 3, 2017

An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more.

May 29, 2016

This is a lightweight library to generate a 64-bit random key and using AES Algorithm to encrypt/decrypt that random number to get a Secret Key and save it to Key Store.

This library especially supports for Realm Encryption. That means when using you don't have to care about how to get a random key, where to save that key for safe, ... this library will take it.

Dec 30, 2017

Android library build on top of retrofit, for simple handling of authenticated requests.

Jul 26, 2015

Android JNI model implementation of Rob Napier's RNCryptor.

May 29, 2016

Small library that wraps Account manager API in RxJava Observables reducing boilerplate to minimum.

Feb 5, 2016

Reactive Auth APIs Wrapper Library for Google's Smart Lock for Passwords API.

Oct 16, 2017

Reactive extension for Google's Smart Lock for Passwords API.

Jan 4, 2016

Safe to run has been developed in order to simplify development of secure android applications. In particular the goal of the project is to provide a simple, configurable way for app developers to define when an app should or should not run and a simple way of calling that check.

Jan 9, 2022

One tool to manage key generation, key storing and encryption on different APIs of Android.

As you may know android provided API to use keystore that is stored in system only from API 18. They introduced AndroidKeyStore provider that is responsible to manage this.

But as always there are underwater stones. Up to API 23 you are only able to create asymmetric keys using AndroidKeyStore provider. Also algorithms that you can use are limited. And what about devices below API 18 ?

This project provides API that wraps default JCA api and AndroidKeyStore API and makes it easy to create, manage and use your keys on any andorid API.

Jan 6, 2017

Storing Credentials securely on a Device is a must. To make that possible we have combined the Android Keystore for generating Cryptographic keys, and storing them securely and using those keys we encrypt the credentials and save them in the SharedPreferences.

Apr 25, 2017

SimpleEncryptorLibrary is a library for encryption and decryption strings in Android apps and PC/Mac Java applications.

Oct 11, 2016

A library which helps developers to integrate Google Sign-in and Facebook Sign-in.

Feb 22, 2016

A repackage of Bouncy Castle for Android (which ships a crippled version of BC).

Jul 5, 2014

SQLCipher is an open source extension to SQLite that provides transparent 256-bit AES encryption of database files.

Jul 5, 2014

An implementation of the SQRL protocol. This library helps to parse, validate and create SQRL messages.

May 26, 2015

The T2 Encryption Library provides FIPS 140-2 compliant data-at-rest security to Android applications.

Jun 28, 2016

A small and simple library for managing trial period in your android app.

Mar 11, 2019

Email and password signup is a technology that has not been innovated on in decades. Signup forms are cumbersome and repetitive. When users forget their credentials and fail to sign in, you can lose customers. So, that's why here twitter digits comes in picture.

Oct 31, 2017

Windows Azure Active Directory Authentication Library (ADAL) for Android.

Jul 5, 2014