linkOpen Source

TitleDescription
id-maskIDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives. (2019)
bkdfBCrypt based key derivation function to improve BCrypt as a cryptographic primitive for password hashing and key derivation (2018)
singlestep-kdfImplementation of the single-step key derivation function (KDF) as described in NIST Special Publication 800-56C Rev1 supporting messages digest and HMAC. (2018)
bcryptA Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool. (2018)
slf4j-timberSLF4J binding for Timber - a logger with a small, extensible API which provides utility on top of Android's normal Log class. (2017)
armadilloA shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes. (2017)
bytes-javaBytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance. (2017)
hkdfA standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatible to NIST 800-56C Rev. 1 two step KDF (2017)
diceA cryptographically secure pseudorandom number generator cli tool printing in a wide variety of byte encodings (hex, base64,..) and for many programming languages (c, java, c#, php, etc.) using NIST SP800-90Ar1 HMAC-DRBG. Supports external seeding from various true random services. (2017)
under-the-hoodUnder the Hood is a flexible and powerful Android debug view library. It uses a modular template system that can be easily extended to your needs, although coming with many useful elements built-in. (2016)
uber-apk-signerA cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing. (2016)
uber-adb-toolsA tool that enables advanced features through adb installing and uninstalling apps like wildcards and multi device support. Useful if you want to clean your test device from all company apks or install a lot of apks in one go. Written in Java so it should run on your platform. (2016)
indoor-positioningA full-featured indoor positioning system that was developed during my master thesis. It has a javascript based rich UI and has a server-client architecture. (2016)
density-converterA multi platform image density converting tool converting single or batches of images to Android, iOS, Windows or CSS specific formats and density versions given the source scale factor or width/height in dp. It has a graphical and command line interface and supports many image types (svg, psd, 9-patch, etc.) aswell as some lossless compressors like pngcrush. (2016)
DaliDali is an image blur library for Android. It contains several modules for static blurring, live blurring and animations. (2014)
BlurTestAndroidThis is a simple App to test some blur algorithms on their visual quality and performance. (2014)
Open Source

Home

OpenSourcechevron_right



Patrick Favre-Bulle 2020