Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

AuthManager is a library which eliminates the boilerplate of Google SignIn and SmartLock integration.

Dec 14, 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

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

It`s a simple java library for encryption. This library contains next encryption methods:

  • AES
  • ARCFOUR
  • Blowfish
  • DES
  • DESede
  • RSA
  • HMAC
  • PBE

It`s realy easy to use.

Apr 6, 2017

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

A library that lets you use the AES 256 password based encryption/decryption in the easiest manner.

Jul 12, 2016

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

Feb 22, 2016

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

Apr 3, 2017

AndroidTampering is a library that provides an extra layer of security to your Android application. This library protects your application against simple tampering attacks. Please note that this protection methods can also be hacked. So, besides the tampering protection, don't forget to add all the other security recommendations.

Jan 20, 2016

JealousSky is an efficient library to encrypt and decrypt data for Android.

With JealousSky is possible to decrypt simple String or even image files.

Nov 13, 2015

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

Feb 5, 2016

AndroidPinning is a standalone Android library project that facilitates certificate pinning for SSL connections from Android apps, in order to minimize dependence on Certificate Authorities.

Jul 5, 2014

Kevlar is a security toolkit (library) for Android apps. It is divided in 3 packages (antipiracy, rooting and integrity), each containing specific tooling and components.

Its purpose is to be an auditing tool, used to inspect the security environment on Android devices.

A security environment is the security state of a device, which can be probed with the different packages kevlar provides.

Each package focuses on a specific security environment area:

  • antipiracy detects the presence of pirate software installed on the device (user-wise security);
  • rooting detects the presence of root access, custom binaries, and abnormal OS status (system-wise security);
  • integrity detects certain types of tampering attempts your app may have been targeted with (app-wise security).

Kevlar is intended to be used any time it is deemed necessary to determine whether the device your app is running on can be regarded as secure, according to your policies and security requirements.

Jan 8, 2024

Extensions to encrypt DataStore using Tink.

⚠️ This tiny library will be maintained until an official solution for DataStore encryption will be released by Google.

Jan 5, 2022

A heuristic evasion library for Android. A KTX scoping function that prevents code from analysis.

Oct 1, 2020

A library for encryption/decryption and digitally media (photo/video) signing/verifying.

Jun 30, 2019

This is an lightweight library for save and get data secure into the Keystore which encrypted and decrypted.

Dec 26, 2018

Now make your applications more secure with Hasher. Simple and easy to use Hashing library that enables you to Hash in MD5 (Message Digest), SHA-1, SHA-256, SHA-392, and SHA-512.

Dec 14, 2018

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

Oct 16, 2017

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

A simple library for supporting self-signed certificates in Android.

Aug 12, 2016

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

Jun 28, 2016

This project helps to use elliptic curve cryptography (ECC) with Curve25519.

Jul 7, 2015

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

May 26, 2015

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

Jul 5, 2014